* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  background-color: #262737;
}

img {
  max-width: 100%;
}

.site-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

.site-wrapper-nav {
  max-width: 1280px;
  margin: 0 auto;
}

.container {
  display: grid;
  grid-gap: 16px;
  margin: 0px 36px 0px 36px;
  padding: 36px 0px 36px 0px;
  position: relative;
}
@media (min-width: 576px) {
  .container {
    margin: 0px 59px 0px 59px;
  }
}
@media (min-width: 1024px) {
  .container {
    margin: 0px 72px 0px 72px;
  }
}

.container-nav {
  margin: 72px 36px 48px 36px;
}
@media (min-width: 576px) {
  .container-nav {
    margin: 96px 59px 48px 59px;
  }
}
@media (min-width: 1024px) {
  .container-nav {
    margin: 96px 72px 48px 72px;
  }
}

.container-home {
  margin: 0px 36px 0px 36px;
  padding: 15px 0px 15px 0px;
}
@media (min-width: 576px) {
  .container-home {
    margin: 0px 59px 0px 59px;
  }
}
@media (min-width: 1024px) {
  .container-home {
    margin: 0px 72px 0px 72px;
  }
}

.container-footer {
  margin: 0px 36px 0px 36px;
  padding: 15px 0px 15px 0px;
}
@media (min-width: 576px) {
  .container-footer {
    margin: 0px 59px 0px 59px;
  }
}
@media (min-width: 1024px) {
  .container-footer {
    margin: 0px 72px 0px 72px;
  }
}

html {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

h1 {
  font-size: 6em;
  margin: 0;
}

h2 {
  font-size: 4em;
}

h3 {
  font-size: 3em;
}

h4 {
  font-size: 2.125em;
  margin-bottom: 16px;
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1.25em;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

.home-intro p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.125em;
}

.body p {
  font-size: 1.5em;
  line-height: 32px;
  margin-top: 24px;
}

.p2 {
  font-size: 0.875em;
}

a {
  color: white;
  text-decoration: none;
}

.fade-out-leave-active,
.fade-out-enter-active {
  transition: opacity 450ms ease, transform 650ms ease-in-out;
}

.main-nav-wrapper {
  background-color: #262737;
}

.main-nav {
  grid-auto-flow: column;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
}
.main-nav a {
  font-size: 1.25em;
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .main-nav a {
    font-size: 1.5em;
  }
}
.main-nav ul {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 16px;
  list-style-type: none;
}
@media (min-width: 768px) {
  .main-nav ul {
    grid-template-columns: repeat(12, 1fr);
  }
}

.container-nav {
  grid-column: 1/-1;
}

.site-wrapper-nav {
  grid-column: 1/-1;
}

.nav-home {
  grid-column: 1/3;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .nav-home {
    grid-column: 1/3;
  }
}

.nav-home svg {
  display: flex;
  align-items: center;
}

.nav-work {
  grid-column: 5/6;
  text-align: right;
}
@media (min-width: 768px) {
  .nav-work {
    grid-column: 11/12;
  }
}

.nav-about {
  grid-column: 6/-1;
  text-align: right;
}
@media (min-width: 768px) {
  .nav-about {
    grid-column: 12/13;
  }
}

.nav-link:hover {
  border-bottom: 2px solid #238A8E;
  transition-duration: 0.1s;
  transition-timing-function: ease;
  border-color: #22BCB9;
}

.nav-link:focus {
  transition-duration: 0.1s;
  transition-timing-function: ease;
  border-color: #FFFFFF;
}

.global-footer-wrapper {
  background-color: #22BCB9;
}

.global-footer {
  display: grid;
  grid-gap: 8px;
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
}
@media (min-width: 576px) {
  .global-footer {
    grid-template-columns: repeat(6, 1fr);
  }
}

.footer-credits {
  grid-column: 1/-1;
  font-size: 1em;
  color: #262737;
}
@media (min-width: 576px) {
  .footer-credits {
    grid-column: 1/6;
    font-size: 0.875em;
  }
}
.footer-credits a {
  color: #262737;
}
.footer-credits a:hover {
  color: #FFFFFF;
}
.footer-credits .link {
  border-color: #255962;
}
.footer-credits .link:hover {
  border-color: #FFFFFF;
}

.footer-copyright {
  grid-column: 1/-1;
  font-size: 1em;
  color: #262737;
}
@media (min-width: 576px) {
  .footer-copyright {
    grid-column: 1/6;
    font-size: 0.875em;
  }
}

.footer-linkedin {
  grid-column: 1/2;
  font-size: 1em;
}
@media (min-width: 576px) {
  .footer-linkedin {
    grid-column: 6/-1;
    grid-row: 1/2;
    font-size: 0.875em;
    text-align: right;
  }
}
.footer-linkedin a {
  color: #262737;
}
.footer-linkedin a:hover {
  color: #FFFFFF;
}
.footer-linkedin .link {
  border-color: #255962;
}
.footer-linkedin .link:hover {
  border-color: #FFFFFF;
}

.footer-email {
  grid-column: 2/3;
  font-size: 1em;
  color: #262737;
}
@media (min-width: 576px) {
  .footer-email {
    grid-column: 6/-1;
    grid-row: 2/-1;
    font-size: 0.875em;
    text-align: right;
  }
}
.footer-email a {
  color: #262737;
}
.footer-email a:hover {
  color: #FFFFFF;
}
.footer-email .link {
  border-color: #255962;
}
.footer-email .link:hover {
  border-color: #FFFFFF;
}

.btn-primary {
  background-color: #262737;
  color: #FFFFFF;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25em;
  text-decoration: none;
  text-align: center;
  padding: 10px;
}

.btn-primary:hover {
  transition-duration: 0.2s;
  transition-timing-function: ease;
  background-color: #255962;
}

.link {
  border-bottom: 2px solid #238A8E;
}

.link:hover {
  transition-duration: 0.2s;
  transition-timing-function: ease;
  border-bottom: 2px solid #22BCB9;
}

.link-brand {
  border-bottom: 2px solid #22BCB9;
}

.link-brand:hover {
  transition-duration: 0.2s;
  transition-timing-function: ease;
  border-bottom: 2px solid #22BCB9;
}

body {
  margin: 0;
}

.home-intro-wrapper {
  background: linear-gradient(180deg, #262737 0%, #262737 20%, #26404D 20%, #26404D 100%);
}
@media (min-width: 576px) {
  .home-intro-wrapper {
    background: linear-gradient(180deg, #262737 0%, #262737 25%, #26404D 26%, #26404D 100%);
  }
}
@media (min-width: 768px) {
  .home-intro-wrapper {
    background: linear-gradient(180deg, #262737 0%, #262737 31%, #26404D 31%, #26404D 100%);
  }
}
@media (min-width: 1024px) {
  .home-intro-wrapper {
    background: linear-gradient(180deg, #262737 0%, #262737 35%, #26404D 36%, #26404D 100%);
  }
}

.home-intro {
  padding-top: 0px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (min-width: 1024px) {
  .home-intro {
    grid-template-columns: repeat(12, 1fr);
  }
}
.home-intro h1 {
  font-size: 4em;
  margin: 0;
  padding-bottom: 24px;
}
@media (min-width: 576px) {
  .home-intro h1 {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .home-intro h1 {
    padding: 0;
    font-size: 6em;
  }
}
.home-intro p {
  font-size: 1.5em;
}
@media (min-width: 576px) {
  .home-intro p {
    font-size: 2.125em;
  }
}

.intro-header {
  grid-column: 1/2;
}
@media (min-width: 1024px) {
  .intro-header {
    grid-column: 1/11;
  }
}

.intro-body {
  grid-column: 1/2;
}
@media (min-width: 1024px) {
  .intro-body {
    grid-column: 1/11;
  }
}

.home-featured-wrapper {
  background-color: #26404D;
}
.home-featured-wrapper .container {
  padding-top: 12px;
}
.home-featured-wrapper .site-wrapper {
  margin: 0 auto;
  width: 100%;
}

.home-featured {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(6, 1fr);
}
@media (min-width: 768px) {
  .home-featured {
    grid-template-columns: repeat(12, 1fr);
  }
}
.home-featured h2 {
  grid-column: 1/-1;
  font-size: 2.125em;
}

.featured-card {
  grid-column: span 6;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .featured-card {
    grid-column: span 6;
    -moz-column-gap: 16px;
         column-gap: 16px;
    grid-template-columns: repeat(12, 1fr);
  }
}
.featured-card div {
  grid-column: span 6;
}

.featured-card:hover hr {
  transition-delay: 0.2s;
  transition-timing-function: ease;
  border-color: #22BCB9;
}

.featured-card a {
  grid-column: 1/-1;
}

.featured-card-accent {
  background-color: #238A8E;
  grid-column: 1/2;
}

.featured-card-image-caption {
  grid-column: 1/-1;
  grid-row: 8/-1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(5, 48px);
}
.featured-card-image-caption img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 1;
}
.featured-card-image-caption .featured-caption h3 {
  color: #FFFFFF;
  font-size: 2.125em;
  font-family: "Source Serif Pro", sans-serif;
  text-align: right;
  grid-row: 1/2;
}
@media (min-width: 1024px) {
  .featured-card-image-caption .featured-caption h3 {
    font-size: 3em;
  }
}
.featured-card-image-caption .featured-caption p {
  font-size: 1.25em;
  text-align: right;
}
.featured-card-image-caption .featured-caption {
  z-index: 2;
  grid-column: 2/12;
  grid-row: 4/5;
  order: 1;
  display: grid;
  text-align: center;
  visibility: hidden;
}
@media (min-width: 768px) {
  .featured-card-image-caption .featured-caption {
    grid-row: 7/8;
  }
}
@media (min-width: 1024px) {
  .featured-card-image-caption .featured-caption {
    grid-row: 6/8;
  }
}
@media (min-width: 768px) {
  .featured-card-image-caption {
    grid-column: 1/6;
    grid-template-rows: repeat(8, 48px);
  }
}

.featured-caption span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  background-color: #262737;
  padding: 3px 6px 3px 6px;
}

.featured-caption-medium {
  font-family: "Source Sans Pro", sans-serif;
}

.featured-card-image-caption:hover {
  transition-duration: 0.3s;
  transition-timing-function: ease;
  background-color: #262737;
}
.featured-card-image-caption:hover img {
  opacity: 0.3;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.featured-card-image-caption:hover .featured-caption {
  visibility: visible;
}

.home-contact-wrapper {
  background-color: #26404D;
}
.home-contact-wrapper .container {
  padding-top: 0;
}
.home-contact-wrapper .site-wrapper {
  margin: 0 auto;
}

.home-contact {
  padding-top: 0px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 48px;
  row-gap: 0;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .home-contact {
    grid-auto-rows: auto;
    align-items: center;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .home-contact {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 48px;
    padding: 0px 0px 36px 0px;
  }
}
.home-contact h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5em;
  grid-column: 1/-1;
}
@media (min-width: 576px) {
  .home-contact h3 {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .home-contact h3 {
    grid-column: 1/5;
  }
}
@media (min-width: 1024px) {
  .home-contact h3 {
    grid-column: 1/9;
  }
}
@media (min-width: 1280px) {
  .home-contact h3 {
    grid-column: 1/9;
  }
}
.home-contact a {
  grid-column: 1/-1;
  grid-row-start: 4;
}
@media (min-width: 576px) {
  .home-contact a {
    grid-row-start: 3;
  }
}
@media (min-width: 768px) {
  .home-contact a {
    grid-column: 5/-1;
    grid-row: 1/2;
  }
}
@media (min-width: 1024px) {
  .home-contact a {
    grid-row: span 1;
    grid-column: 10/-1;
    padding-top: 10px;
  }
}
@media (min-width: 1280px) {
  .home-contact a {
    grid-column: 11/-1;
  }
}

.home-contact-temp-wrapper {
  background-color: #26404D;
}
.home-contact-temp-wrapper .container {
  padding-top: 0;
}

.project-index-intro-wrapper {
  background: linear-gradient(180deg, #262737 0%, #262737 60%, #26404D 60%, #26404D 100%);
}
@media (min-width: 576px) {
  .project-index-intro-wrapper {
    background: linear-gradient(180deg, #262737 0%, #262737 64%, #26404D 64%, #26404D 100%);
  }
}
.project-index-intro-wrapper .container {
  padding-bottom: 0;
}

.project-index-intro {
  padding-top: 0px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (min-width: 1024px) {
  .project-index-intro {
    grid-template-columns: repeat(12, 1fr);
  }
}
.project-index-intro h1 {
  font-size: 4em;
  margin: 0;
  padding-bottom: 24px;
}
@media (min-width: 576px) {
  .project-index-intro h1 {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .project-index-intro h1 {
    padding: 0;
    font-size: 6em;
  }
}
.project-index-intro .intro-header {
  width: 1280px;
}

.project-index-wrapper {
  background-color: #26404D;
}
.project-index-wrapper .site-wrapper {
  margin: 0 auto;
  width: 100%;
}

.project-index {
  display: grid;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .project-index {
    grid-template-columns: repeat(12, 1fr);
  }
}

.project-intro-wrapper {
  background: linear-gradient(180deg, #262737 0%, #262737 70%, #26404D 70%, #26404D 100%);
}
@media (min-width: 576px) {
  .project-intro-wrapper {
    background: linear-gradient(180deg, #262737 0%, #262737 64%, #26404D 64%, #26404D 100%);
  }
}
.project-intro-wrapper .container {
  padding-bottom: 0;
}

.project-description-wrapper {
  background: linear-gradient(180deg, #262737 0%, #262737 8%, #26404D 8%, #26404D 100%);
}
@media (min-width: 576px) {
  .project-description-wrapper {
    background: linear-gradient(180deg, #262737 0%, #262737 11%, #26404D 11%, #26404D 100%);
  }
}
@media (min-width: 768px) {
  .project-description-wrapper {
    background: linear-gradient(180deg, #262737 0%, #262737 11%, #26404D 11%, #26404D 100%);
  }
}
@media (min-width: 1024px) {
  .project-description-wrapper {
    background: linear-gradient(180deg, #262737 0%, #262737 20%, #26404D 20%, #26404D 100%);
  }
}
@media (min-width: 1280px) {
  .project-description-wrapper {
    background: linear-gradient(180deg, #262737 0%, #262737 23%, #26404D 23%, #26404D 100%);
  }
}
.project-description-wrapper .container {
  padding-bottom: 0;
}

.project-description {
  grid-column: 1/-1;
  padding-top: 0px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (min-width: 576px) {
  .project-description {
    row-gap: 0;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media (min-width: 768px) {
  .project-description {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 48px;
  }
}
.project-description #Future {
  font-size: 2.4em;
  padding: 0;
}
@media (min-width: 576px) {
  .project-description #Future {
    font-size: 4em;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .project-description #Future {
    padding: 0;
    font-size: 4.25em;
  }
}
@media (min-width: 1280px) {
  .project-description #Future {
    padding: 0;
    font-size: 5.5em;
  }
}

.project-intro-title {
  grid-column: 1/-1;
  padding-top: 0px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0;
  -moz-column-gap: 16px;
       column-gap: 16px;
  font-size: 3em;
  margin: 0;
}
@media (min-width: 576px) {
  .project-intro-title {
    font-size: 4em;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .project-intro-title {
    grid-row: 1/3;
  }
}
@media (min-width: 1024px) {
  .project-intro-title {
    grid-column: 1/7;
    grid-row: 1/3;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .project-intro-title {
    grid-row: 1/4;
    font-size: 6em;
  }
}
.project-intro-title #Future {
  font-size: 2.4em;
  padding: 0;
}
@media (min-width: 576px) {
  .project-intro-title #Future {
    font-size: 4em;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .project-intro-title #Future {
    padding: 0;
    font-size: 6em;
  }
}
.project-intro-title #Projects {
  font-size: 4em;
}

#Future {
  font-size: 2.4em;
  padding: 0;
}
@media (min-width: 576px) {
  #Future {
    font-size: 4em;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  #Future {
    padding: 0;
    font-size: 6em;
  }
}

.project-desc-body {
  grid-column: 1/-1;
  font-size: 1.25em;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .project-desc-body {
    margin-top: 0;
    grid-row: 3/4;
  }
}
@media (min-width: 1024px) {
  .project-desc-body {
    grid-column: 1/7;
    grid-row: 3/7;
    margin: 0px 16px 0px 0px;
    font-size: 1.5em;
  }
}
@media (min-width: 1280px) {
  .project-desc-body {
    grid-column: 1/7;
    grid-row: 4/6;
    margin: 0px 0px 24px 0px;
    font-size: 1.5em;
  }
}

.project-desc-hr {
  grid-column: 1/-1;
}
.project-desc-hr hr {
  color: #FFFFFF;
  margin: 22px 0px 22px 0px;
}
@media (min-width: 1024px) {
  .project-desc-hr {
    grid-column: 1/7;
    grid-row: 6/7;
  }
}
@media (min-width: 1280px) {
  .project-desc-hr {
    grid-row: 7/8;
  }
}

.project-desc-spec {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 576px) {
  .project-desc-spec {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media (min-width: 768px) {
  .project-desc-spec {
    grid-column: 1/-1;
    grid-row: 5/6;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1024px) {
  .project-desc-spec {
    grid-column: 1/7;
    grid-row: 7/8;
  }
}
@media (min-width: 1280px) {
  .project-desc-spec {
    grid-row: 8/10;
  }
}
.project-desc-spec div {
  margin: 0px 0px 12px 0px;
  grid-column: span 1;
}
@media (min-width: 768px) {
  .project-desc-spec div {
    margin: 0;
    grid-column: span 4;
  }
}
.project-desc-spec p {
  font-size: 1.25em;
  margin: 0;
}
@media (min-width: 768px) {
  .project-desc-spec p {
    font-size: 1.25em;
  }
}
@media (min-width: 1024px) {
  .project-desc-spec p {
    font-size: 1.25em;
  }
}
.project-desc-spec span {
  font-size: 1.25em;
  font-family: "Source Serif Pro", sans-serif;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .project-desc-spec span {
    font-size: 1.25em;
  }
}

.pc-credits {
  font-size: 1em;
  margin-top: 12px;
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .pc-credits {
    font-size: 1em;
    grid-row: 6/8;
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  .pc-credits {
    grid-row: 7/8;
  }
}
@media (min-width: 1280px) {
  .pc-credits {
    grid-row: 8/9;
  }
}

.project-desc-image-caption {
  grid-column: 1/-1;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .project-desc-image-caption {
    margin: 0;
    grid-row: span 10;
  }
}
@media (min-width: 1024px) {
  .project-desc-image-caption {
    grid-column: 7/-1;
    grid-row: 1/9;
  }
}
@media (min-width: 1280px) {
  .project-desc-image-caption {
    grid-column: 7/-1;
    grid-row: 1/10;
  }
}
.project-desc-image-caption img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-content-wrapper-dark-medium {
  background: linear-gradient(180deg, #262737 0%, #262737 40%, #26404D 40%, #26404D 100%);
}
@media (min-width: 768px) {
  .project-content-wrapper-dark-medium {
    background: linear-gradient(180deg, #262737 0%, #262737 60%, #26404D 60%, #26404D 100%);
  }
}
.project-content-wrapper-dark-medium .container {
  padding: 18px 0px 18px 0px;
}
@media (min-width: 768px) {
  .project-content-wrapper-dark-medium .container {
    padding: 36px 0px 36px 0px;
  }
}

.project-content-wrapper-medium-dark {
  background: linear-gradient(180deg, #26404D 0%, #26404D 40%, #262737 40%, #262737 100%);
}
@media (min-width: 768px) {
  .project-content-wrapper-medium-dark {
    background: linear-gradient(180deg, #26404D 0%, #26404D 40%, #262737 40%, #262737 100%);
  }
}
.project-content-wrapper-medium-dark .container {
  padding: 18px 0px 18px 0px;
}
@media (min-width: 768px) {
  .project-content-wrapper-medium-dark .container {
    padding: 48px 0px 36px 0px;
  }
}

.project-content-wrapper-medium {
  background-color: #255962;
}

.project-content-wrapper-dark {
  background-color: #262737;
}
.project-content-wrapper-dark .container {
  padding: 18px 0px 18px 0px;
}
@media (min-width: 768px) {
  .project-content-wrapper-dark .container {
    padding: 48px 0px 36px 0px;
  }
}

.project-content {
  grid-column: 1/-1;
  padding-top: 24px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-content: start;
}
@media (min-width: 576px) {
  .project-content {
    row-gap: 0;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media (min-width: 768px) {
  .project-content {
    grid-template-columns: repeat(12, 1fr);
    padding-top: 0px;
  }
}
.project-content h3 {
  font-size: 2.125em;
  margin: 0px 0px 12px 0px;
  grid-column: span 6;
}
@media (min-width: 768px) {
  .project-content h3 {
    font-size: 3em;
    margin: 0px 0px 18px 0px;
    grid-column: span 12;
  }
}
.project-content p {
  font-size: 1.25em;
  grid-column: span 6;
  margin: 0px 0px 12px 0px;
  line-height: 1.625em;
}
@media (min-width: 768px) {
  .project-content p {
    font-size: 1.5em;
    grid-column-start: 2;
    grid-column: span 10;
    margin: 0px 0px 18px 0px;
  }
}
.project-content .pc-credits {
  font-size: 1.25em;
  grid-row: 1/3;
  grid-column: 1/11;
}
.project-content a {
  grid-column: 1/-1;
  grid-row-start: 5;
}
@media (min-width: 576px) {
  .project-content a {
    grid-column: 1/4;
  }
}
@media (min-width: 768px) {
  .project-content a {
    grid-column: 1/5;
  }
}
@media (min-width: 1024px) {
  .project-content a {
    grid-column: 1/4;
    padding-top: 10px;
  }
}
@media (min-width: 1280px) {
  .project-content a {
    grid-column: 1/3;
  }
}

.project-content-image {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding-top: 18px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (min-width: 768px) {
  .project-content-image {
    -moz-column-gap: 16px;
         column-gap: 16px;
    grid-template-columns: repeat(12, 1fr);
  }
}

.image-caption {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .image-caption {
    grid-column: span 6;
  }
}
.image-caption img {
  width: 100%;
  height: 100;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-caption hr {
  border-color: #238A8E;
  margin: 18px 0px 18px 0px;
}
.image-caption p {
  color: #FFFFFF;
  font-size: 1em;
  padding: 0px 0px 8px 0px;
}
@media (min-width: 768px) {
  .image-caption p {
    font-size: 1em;
  }
}

.image-caption:hover hr {
  border-color: #22BCB9;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.image-caption-full {
  grid-column: 1/-1;
}
.image-caption-full img {
  width: 100%;
  height: 100;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-caption-full hr {
  border-color: #238A8E;
  margin: 18px 0px 18px 0px;
}
.image-caption-full p {
  color: #FFFFFF;
  font-size: 1em;
  padding: 0px 0px 8px 0px;
}

.image-caption-full:hover hr {
  border-color: #22BCB9;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.project-all-wrapper {
  background-color: #238A8E;
}

.project-all {
  display: grid;
  -moz-column-gap: 16px;
       column-gap: 16px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .project-all {
    row-gap: 48px;
    grid-template-columns: repeat(12, 1fr);
  }
}
.project-all p {
  font-family: "Source Serif Pro", sans-serif;
  font-size: 1.5em;
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .project-all p {
    grid-column: 1/9;
    grid-row: 1/2;
  }
}

.project-credits {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.about-content-wrapper {
  padding: 0px 0px 48px 0px;
  background: linear-gradient(180deg, #262737 0%, #262737 6%, #26404D 6%, #26404D 100%);
}
@media (min-width: 576px) {
  .about-content-wrapper {
    background: linear-gradient(180deg, #262737 0%, #262737 6%, #26404D 6%, #26404D 100%);
  }
}
@media (min-width: 768px) {
  .about-content-wrapper {
    background: linear-gradient(180deg, #262737 0%, #262737 8%, #26404D 8%, #26404D 100%);
  }
}
@media (min-width: 1024px) {
  .about-content-wrapper {
    background: linear-gradient(180deg, #262737 0%, #262737 7%, #26404D 7%, #26404D 100%);
  }
}
@media (min-width: 1280px) {
  .about-content-wrapper {
    background: linear-gradient(180deg, #262737 0%, #262737 12%, #26404D 12%, #26404D 100%);
  }
}
.about-content-wrapper .container {
  padding-bottom: 0;
}

.about-content {
  grid-column: 1/-1;
  padding-top: 0px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 16px;
  -moz-column-gap: 32px;
       column-gap: 32px;
  padding-bottom: 48px;
}
@media (min-width: 576px) {
  .about-content {
    row-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media (min-width: 1280px) {
  .about-content {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 48px;
  }
}
.about-content .image-caption {
  grid-column: 8/-1;
  z-index: 1;
}

.about-content-intro {
  grid-column: 1/-1;
  grid-row: 1/2;
  padding-top: 0px;
  row-gap: 0;
  -moz-column-gap: 16px;
       column-gap: 16px;
  font-size: 4em;
}
@media (min-width: 1280px) {
  .about-content-intro {
    grid-row: 1/3;
    padding: 0;
    font-size: 6em;
  }
}

.about-content-text {
  grid-column: 1/-1;
  font-size: 1.25em;
  margin: 0;
}
.about-content-text p {
  margin: 0px 0px 24px 0px;
}
@media (min-width: 768px) {
  .about-content-text {
    grid-column: 1/-1;
    grid-row: span 5;
    font-size: 1.5em;
    grid-row-start: 2;
    margin: 24px 0px 18px 0px;
  }
}
@media (min-width: 1024px) {
  .about-content-text {
    grid-column: 1/4;
    grid-row-start: 3;
  }
}
@media (min-width: 1280px) {
  .about-content-text {
    grid-row-start: 3;
    grid-column: 1/7;
    z-index: 2;
  }
}

.about-content-links {
  grid-column: 1/-1;
  grid-row: span 1;
  grid-row-start: 3;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25em;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 48px;
  grid-gap: 16px;
}
@media (min-width: 768px) {
  .about-content-links {
    grid-row-start: 3;
    grid-column: 1/4;
  }
}
@media (min-width: 1280px) {
  .about-content-links {
    grid-row-start: 9;
    padding-top: 24px;
  }
}
.about-content-links span {
  grid-column: span 6;
  font-size: 1em;
  padding-top: 12px;
}
@media (min-width: 576px) {
  .about-content-links span {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) {
  .about-content-links span {
    margin: 0;
    padding-top: 24px;
    grid-column: 1/-1;
  }
}
@media (min-width: 1024px) {
  .about-content-links span {
    grid-column: span 6;
  }
}
.about-content-links h3 {
  font-size: 2.125em;
  grid-column: 1/7;
  padding-bottom: 24px;
}

.about-content-image-caption {
  grid-column: 1/-1;
  grid-row-start: 6;
}
@media (min-width: 768px) {
  .about-content-image-caption {
    margin: 0;
    grid-row-start: 3;
  }
}
@media (min-width: 1024px) {
  .about-content-image-caption {
    grid-column: 4/-1;
    grid-row-start: 3;
  }
}
@media (min-width: 1280px) {
  .about-content-image-caption {
    grid-column: 8/-1;
    grid-row: 1/13;
    grid-row-start: 3;
  }
}
.about-content-image-caption img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-content-image-caption hr {
  border-color: #FFFFFF;
  margin-top: 12px;
}
.about-content-image-caption p {
  color: #FFFFFF;
  font-size: 1em;
  padding: 11px 0px;
}/*# sourceMappingURL=main.css.map */