@font-face {
  font-family: Instrumentserif;
  src: url('../fonts/instrumentserif-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1;
}

.body {
  background-color: #000;
}

.heading {
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  display: flex;
  position: relative;
}

.text-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-container.left-align {
  align-items: flex-start;
}

.body-text {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Helveticaneue, Arial, sans-serif;
  font-weight: 400;
}

.body-text.copy {
  letter-spacing: .1em;
  text-transform: none;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
}

.body-text.centered {
  text-align: center;
}

.about {
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  display: flex;
}

.col-1 {
  background-image: url('../images/stefanie-1.png');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.col-2 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.studio {
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  display: flex;
  position: relative;
}

.link-block {
  text-decoration: none;
}

.projects {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  display: flex;
  position: relative;
}

.projects-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  padding-top: 40px;
  display: flex;
}

.project-line {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact {
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  display: flex;
}

.link-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 40px;
  display: flex;
}

.image {
  z-index: -1;
  width: 400px;
  position: absolute;
}

.image-2 {
  z-index: -1;
  mix-blend-mode: screen;
  width: 100dvw;
  height: 100%;
  position: absolute;
}

.image-3 {
  z-index: -1;
  width: 400px;
  position: static;
  bottom: 236.328px;
}

.code-embed {
  z-index: -2;
  opacity: .5;
  width: 100dvw;
  height: 100vh;
  position: fixed;
}

.text-heading, .heading-2 {
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 6em;
}

.heading-3 {
  font-family: Instrumentserif, Times New Roman, sans-serif;
}

.mobile-stack {
  justify-content: space-between;
  align-items: center;
  width: 60%;
  display: flex;
}

.split-lines {
  color: #444;
  text-align: center;
  text-transform: uppercase;
  font-size: 8em;
  line-height: 1;
}

.project-line-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.upcoming-projects {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.body-text-2 {
  color: red;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
}

.body-text-2.film-type {
  color: #fff;
  width: 150px;
  font-family: Helveticaneue, Arial, sans-serif;
}

.body-text-2.date {
  color: #fff;
  width: 50px;
  font-family: Helveticaneue, Arial, sans-serif;
}

.body-text-2.contained {
  color: #fff;
  width: 150px;
  font-family: Helveticaneue, Arial, sans-serif;
}

.body-text-2.state {
  color: #fff;
  text-align: right;
  width: 200px;
  font-family: Helveticaneue, Arial, sans-serif;
}

.body-text-2.genre {
  color: #fff;
  width: 200px;
  font-family: Helveticaneue, Arial, sans-serif;
}

.mobile-stack-1 {
  justify-content: space-between;
  align-items: center;
  width: 33%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .col-1 {
    background-position: 50%;
  }

  .col-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .mobile-stack {
    width: 66%;
  }

  .split-lines {
    font-size: 4em;
  }

  .body-text-2.film-type {
    width: 120px;
  }

  .body-text-2.contained {
    width: 100px;
  }

  .body-text-2.genre {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .col-1 {
    background-position: 50%;
  }

  .projects-container {
    margin-bottom: 0;
    padding-top: 0;
  }

  .mobile-stack {
    width: 100%;
  }

  .split-lines {
    font-size: 3em;
  }

  .project-line-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .upcoming-projects {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .body-text-2.film-type {
    text-align: center;
  }

  .body-text-2.date {
    text-align: right;
    font-weight: 700;
  }

  .body-text-2.contained {
    text-align: left;
    font-weight: 700;
  }

  .body-text-2.state {
    text-align: right;
  }

  .body-text-2.genre {
    text-align: left;
  }

  .mobile-stack-1 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .text-container.centered {
    margin-top: 40px;
  }

  .body-text {
    font-size: .8em;
    font-weight: 300;
    line-height: 1;
  }

  .body-text.copy {
    font-size: .8em;
    line-height: 1.2;
  }

  .about {
    flex-flow: column;
  }

  .col-1 {
    width: 100%;
  }

  .col-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .studio {
    flex-flow: column;
  }

  .projects {
    flex-flow: column;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image {
    width: 200px;
  }

  .image-2 {
    width: 100vw;
    position: absolute;
  }

  .image-3 {
    width: 100%;
    position: static;
  }

  .code-embed {
    opacity: 1;
  }

  .text-heading {
    font-size: 4em;
  }

  .heading-2, .heading-3 {
    font-size: 3em;
  }

  .mobile-stack {
    width: 100%;
  }

  .split-lines {
    font-size: 2em;
  }

  .project-line-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .upcoming-projects {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .red-line {
    background-color: red;
    width: 80%;
    height: 1px;
  }

  .body-text-2.film-type {
    width: 100px;
    font-size: 10px;
  }

  .body-text-2.date {
    text-align: right;
    font-weight: 700;
  }

  .body-text-2.contained {
    text-align: left;
    width: 120px;
    font-weight: 700;
  }

  .body-text-2.state {
    text-align: right;
    width: 100px;
    font-size: 10px;
  }

  .body-text-2.genre {
    text-align: left;
    width: 100px;
    font-size: 10px;
  }

  .mobile-stack-1 {
    width: 100%;
  }
}


@font-face {
  font-family: 'Instrumentserif';
  src: url('../fonts/instrumentserif-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}