/**
 * Reset some basic elements
 */
body, figure {
  margin: 0;
  padding: 0;
}

body {
  background: #fafafa;
  color: #282a2b;
}

p {
  font-size: 1.2em;
  line-height: 1.6em;
  max-width: 75ch;
}

img {
  max-width: 100%;
}

a {
  color: hsl(212, 95%, 28%);
  text-decoration: none;
}
a:hover, a:active {
  color: hsl(120, 70%, 30%);
  text-decoration: underline;
  transition: 0.3s;
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.extra-info {
  margin-top: 0;
  background-color: hsl(212, 95%, 45%);
  padding: 1rem 2rem;
}

.page-sub-heading {
  background-color: hsl(120, 70%, 40%);
  padding: 1rem 2rem;
}
.page-sub-heading a {
  color: white;
  text-decoration: none;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Geneva, sans-serif;
  letter-spacing: -0.004em;
}

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-thumb-link {
  height: 200px;
  margin: 0.5rem 1rem;
  background-color: #f0f0f0;
}

.gallery-thumb {
  border: solid 1px #f0f0f0;
}

.cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 15px;
  padding: 1.5%;
  box-sizing: border-box;
}

@media (min-width: 600px) {
  .card {
    width: 320px;
    margin: 1rem 1rem;
  }
}
.card.post-card .card-title {
  background-color: rgba(6, 107, 224, 0.8);
}
.card.post-card:hover .card-title, .card.post-card:focus .card-title {
  background-color: hsl(212, 95%, 28%);
}

.card.project-card .card-title {
  background-color: rgba(31, 173, 31, 0.8);
}
.card.project-card:hover .card-title, .card.project-card:focus .card-title {
  background-color: hsl(120, 70%, 40%);
}

a.card:hover, a.card:active {
  color: black;
  text-decoration: none;
}

.card {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
  background: white;
  color: #41474e;
  text-decoration: none;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.card .card-summary {
  padding: 5% 5% 3% 5%;
}
.card .card-header {
  position: relative;
  height: 175px;
  overflow: hidden;
}
.card .card-image {
  height: 175px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  filter: grayscale(15%);
}
.card .card-title {
  color: white;
  padding: 0.6em 0.1em 0.3em;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.card .card-title h3 {
  font-size: 16px;
  line-height: 22px;
  padding: 0 3.5%;
  margin: 0;
}
.card .card-meta {
  max-height: 0;
  overflow: hidden;
  color: #666;
  font-size: 0.78em;
  text-transform: uppercase;
  position: absolute;
  bottom: 5%;
  padding: 0 5%;
  transition: 0.4s;
}
.card:hover, .card:focus {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.45);
}
.card:hover .card-meta, .card:focus .card-meta {
  max-height: 1em;
}
.card:hover .card-image, .card:focus .card-image {
  filter: grayscale(0%);
}

.post, .project {
  font-family: Georgia, serif;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6, .project h1, .project h2, .project h3, .project h4, .project h5, .project h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Geneva, sans-serif;
  letter-spacing: -0.01em;
}
.post h1, .project h1 {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 600px) {
  .post h1, .project h1 {
    font-size: 46px;
    line-height: 56px;
  }
}
.post h2, .project h2 {
  margin-top: 1.2em;
  font-size: 22px;
  line-height: 28px;
}
@media (min-width: 600px) {
  .post h2, .project h2 {
    margin-top: 2em;
    font-size: 30px;
    line-height: 36px;
  }
}
.post h3, .post h4, .post h5, .post h6, .project h3, .project h4, .project h5, .project h6 {
  margin-top: 1em;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 600px) {
  .post h3, .post h4, .post h5, .post h6, .project h3, .project h4, .project h5, .project h6 {
    margin-top: 1.5em;
    font-size: 26px;
    line-height: 32px;
  }
}
.post p, .project p {
  margin-top: 0.5em;
  line-height: 28px;
  font-size: 18px;
}
@media (min-width: 600px) {
  .post p, .project p {
    margin-top: 0.8em;
    font-size: 22px;
    line-height: 32px;
  }
}
.post table, .project table {
  border: solid 1px darkgray;
  border-collapse: collapse;
}
.post th, .post td, .project th, .project td {
  border: solid 1px lightgray;
  padding: 0.5em 1em;
}
.post:after, .project:after {
  content: "";
  display: table;
  clear: both;
}

.post-meta {
  color: #969696;
  font-size: 0.8em;
}

.post__container, .project__container {
  margin-top: 1rem;
  margin-bottom: 3rem;
  padding: 1rem;
}
.post__container:after, .project__container:after {
  content: "";
  display: table;
  clear: both;
}

.post__container {
  max-width: 680px;
  margin: 0 auto;
  background-color: white;
}

.project__container {
  background-color: white;
}

.project-meta {
  background-color: hsl(212, 95%, 95%);
  font-size: 1.1em;
  padding: 1rem;
  margin: 1rem;
}
.project-meta dt {
  font-weight: 900;
  margin-bottom: 0.5rem;
}
.project-meta dl {
  margin-top: 0;
}
.project-meta dl ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 400px) {
  .project-meta {
    float: right;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  dt, dd {
    display: inline-block;
    margin: 0;
  }
  dt {
    flex-basis: 30%;
  }
  dd {
    flex-basis: 70%;
  }
}
.project figure.highlight {
  clear: both;
}

.post-content {
  font-size: 1.2em;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5 {
  margin-bottom: 0.5rem;
}
.post-content h2 {
  margin-top: 3rem;
}
.post-content p {
  margin-top: 0.5em;
}
.post-content p, .post-content li {
  color: rgba(0, 0, 0, 0.75);
}
.post-content p code {
  color: black;
  font-weight: bold;
}
.post-content p code:before, .post-content p code:after {
  content: "`";
}
.post-content strong {
  color: black;
}

.banner {
  background-color: hsl(212, 95%, 45%);
  border-bottom: solid 5px hsl(212, 95%, 70%);
}

.site-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
}

.site-nav a {
  color: white;
  text-decoration: none;
  transition: 0.15s;
}

.site-nav ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.site-nav ul a {
  padding: 0.5em;
}

.site-nav ul a:hover, .site-nav ul a:active {
  background-color: hsl(212, 95%, 45%);
  border-bottom: solid 5px hsl(212, 95%, 70%);
}

.site-nav li {
  font-size: 1.2rem;
  display: inline-block;
  margin: 0.5em;
}

.site-logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
  filter: brightness(5000%);
  -webkit-filter: brightness(5000%);
}

.site-header-titles {
  display: inline-block;
  font-size: 0.9rem;
  vertical-align: middle;
  line-height: 1.1;
}

h1.site-header-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}

.site-footer {
  background-color: hsl(212, 95%, 28%);
  font-size: 1.2em;
}
.site-footer .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  padding: 1rem 1rem;
}
.site-footer svg {
  fill: currentColor;
}
.site-footer .footer-block:not(:last-child) {
  border-bottom: solid 2px hsl(120, 70%, 70%);
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.site-footer .container a {
  color: white;
  text-decoration: none;
  transition: 0.3s;
}
.site-footer .container a:hover, .site-footer .container a:active {
  color: hsl(50, 94%, 72%);
}
.site-footer h4 {
  color: hsl(50, 94%, 72%);
  font-size: 1.4em;
}
.site-footer .site-.line {
  margin-bottom: 0.5rem;
}
.site-footer .icon {
  display: inline-block;
  width: 1em;
  margin-right: 1rem;
}
.site-footer .icon > svg {
  vertical-align: middle;
}
.site-footer .footer-block.contact {
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .site-footer .container {
    flex-direction: row;
  }
  .site-footer .footer-block:not(:last-child) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .site-footer .container {
    padding: 1rem 2rem;
  }
}

@media (min-width: 1200px) {
  .main-container {
    width: 1200px;
    margin: 0 auto;
  }
}
figure.img-left {
  float: left;
  margin: 1rem;
}
figure.img-right {
  float: right;
  margin: 1rem;
}
figure.img-medium {
  width: 600px;
}
figure.img-large {
  width: 800px;
}
figure.figure-45p {
  width: 45%;
}
figure img {
  display: block;
  margin: 0 auto;
}
figure img.img-50p {
  width: 50%;
}
figure figcaption {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.c-alert {
  padding: 1rem;
  border: solid 1px hsl(212, 95%, 28%);
  background-color: hsl(212, 95%, 95%);
}

.c-alert__title {
  color: hsl(212, 95%, 19%);
  font-size: 2rem;
}

.c-alert__description {
  color: hsl(212, 95%, 35%);
}

a.button {
  display: inline-block;
}

.button {
  font-size: 1.5rem;
  color: white;
  background-color: hsl(212, 95%, 28%);
  padding: 1rem;
  text-decoration: none;
}
.button:hover, .button:focus {
  background-color: hsl(212, 95%, 45%);
  color: white;
  text-decoration: none;
}
.button:active {
  background-color: hsl(212, 95%, 70%);
}

.c-palette {
  display: grid;
  overflow-x: scroll;
  align-items: center;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.c-palette__header {
  text-align: center;
}

.c-palette__row-header {
  text-align: center;
}

.c-palette__swatch-content {
  margin-left: auto;
  margin-right: auto;
}

.c-swatch {
  max-width: 100px;
  height: 100px;
}

.embed-responsive-item.youtube-player {
  margin: 0 auto;
  display: block;
}

.grid-layout {
  display: grid;
  grid-template-rows: repeat(auto-fill, 1fr);
  gap: 10px;
  justify-content: center;
}
.grid-layout.columns-2 {
  grid-template-columns: repeat(var(--columns, 2), 1fr);
}
.grid-layout.columns-3 {
  grid-template-columns: repeat(var(--columns, 3), 1fr);
}
.grid-layout.columns-4 {
  grid-template-columns: repeat(var(--columns, 4), 1fr);
}
.grid-layout.columns-5 {
  grid-template-columns: repeat(var(--columns, 5), 1fr);
}
.grid-layout .item {
  display: flex;
  justify-content: center;
}

.c-tag {
  display: inline-block;
  padding: 1rem;
  background-color: #fafafa;
  border-radius: 10px;
  color: white;
}

.c-tag--green {
  background-color: #1Fae1f;
}

.c-tag--yellow {
  background-color: #f9db16;
}

.c-tag--red {
  background-color: #dc3030;
}

.c-note {
  padding: 1rem;
  border: solid 1px #9099a2;
  background-color: #fafafa;
}

.c-note__title {
  color: #282a2b;
}

.c-note__body {
  color: #73797e;
}

.u-bg-primary-100 {
  background-color: hsl(212, 95%, 95%);
}

.u-bg-primary-200 {
  background-color: hsl(212, 95%, 90%);
}

.u-bg-primary-300 {
  background-color: hsl(212, 95%, 70%);
}

.u-bg-primary-500 {
  background-color: hsl(212, 95%, 45%);
}

.u-bg-primary-700 {
  background-color: hsl(212, 95%, 35%);
}

.u-bg-primary-800 {
  background-color: hsl(212, 95%, 28%);
}

.u-bg-primary-900 {
  background-color: hsl(212, 95%, 19%);
}

.u-bg-neutral-100 {
  background-color: #fafafa;
}

.u-bg-neutral-200 {
  background-color: #d4d1d1;
}

.u-bg-neutral-300 {
  background-color: #b3b6ba;
}

.u-bg-neutral-500 {
  background-color: #9099a2;
}

.u-bg-neutral-700 {
  background-color: #73797e;
}

.u-bg-neutral-800 {
  background-color: #41474e;
}

.u-bg-neutral-900 {
  background-color: #282a2b;
}

.u-bg-accent1-100 {
  background-color: hsl(120, 70%, 85%);
}

.u-bg-accent1-200 {
  background-color: hsl(120, 70%, 70%);
}

.u-bg-accent1-300 {
  background-color: hsl(120, 70%, 60%);
}

.u-bg-accent1-500 {
  background-color: hsl(120, 70%, 40%);
}

.u-bg-accent1-700 {
  background-color: hsl(120, 70%, 30%);
}

.u-bg-accent1-800 {
  background-color: hsl(120, 70%, 20%);
}

.u-bg-accent1-900 {
  background-color: hsl(120, 70%, 26%);
}

.u-bg-accent2-100 {
  background-color: hsl(54, 94%, 85%);
}

.u-bg-accent2-200 {
  background-color: hsl(50, 94%, 72%);
}

.u-bg-accent2-300 {
  background-color: hsl(46, 94%, 61%);
}

.u-bg-accent2-500 {
  background-color: hsl(42, 94%, 53%);
}

.u-bg-accent2-700 {
  background-color: hsl(40, 94%, 45%);
}

.u-bg-accent2-800 {
  background-color: hsl(38, 94%, 37%);
}

.u-bg-accent2-900 {
  background-color: hsl(36, 84%, 30%);
}

.u-bg-greens-100 {
  background-color: #8fe98f;
}

.u-bg-greens-200 {
  background-color: #67e267;
}

.u-bg-greens-300 {
  background-color: #3bc43b;
}

.u-bg-greens-500 {
  background-color: #1Fae1f;
}

.u-bg-greens-700 {
  background-color: #0f850f;
}

.u-bg-greens-800 {
  background-color: #046004;
}

.u-bg-greens-900 {
  background-color: #013b01;
}

.u-bg-yellows-100 {
  background-color: #fffccf;
}

.u-bg-yellows-200 {
  background-color: #fcf55d;
}

.u-bg-yellows-300 {
  background-color: #efe83d;
}

.u-bg-yellows-500 {
  background-color: #f9db16;
}

.u-bg-yellows-700 {
  background-color: #bea608;
}

.u-bg-yellows-800 {
  background-color: #b0940b;
}

.u-bg-yellows-900 {
  background-color: #815c00;
}

.u-bg-reds-100 {
  background-color: #f3d0d0;
}

.u-bg-reds-200 {
  background-color: #dd8282;
}

.u-bg-reds-300 {
  background-color: #ca5b5b;
}

.u-bg-reds-500 {
  background-color: #dc3030;
}

.u-bg-reds-700 {
  background-color: #bc1515;
}

.u-bg-reds-800 {
  background-color: #9d0909;
}

.u-bg-reds-900 {
  background-color: #770000;
}

.float-clear {
  clear: both;
}

.float-clear-after::after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.u-margin-1 {
  margin: 1rem;
}

.center {
  display: block;
  margin: 0 auto;
}