:root {
  --white: white;
  --black: black;
}

.nav {
  z-index: 1000;
  mix-blend-mode: difference;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-logo {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.body {
  background-color: var(--white);
  font-family: Apercu, sans-serif;
  font-weight: 400;
}

.nav-links {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: 50%;
  margin-right: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link.w--current {
  border-bottom-color: var(--white);
}

.nav-link.work.w--current {
  padding-top: 2px;
}

.section-work {
  z-index: 100;
  max-width: 1800px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40vh;
  position: relative;
}

.background {
  z-index: 0;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-about {
  z-index: 100;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px;
  position: relative;
}

.section-contact {
  z-index: 100;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1800px;
  min-height: 70vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
  display: flex;
  position: relative;
}

.wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.work-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.work-info {
  width: 25%;
}

.work-visual {
  background-color: var(--black);
  border-radius: 8px;
  width: 75%;
  position: relative;
  overflow: hidden;
}

.work-title {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.work-summary {
  font-size: 16px;
  line-height: 22px;
}

.work-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.bio-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 80px;
}

.bio-text {
  font-size: 30px;
  line-height: 50px;
}

.matt-headshot {
  border-radius: 100%;
  width: 130px;
  height: 130px;
  margin-top: 40px;
  margin-left: 30px;
}

.heading_wrap {
  z-index: 100;
  width: 100%;
  margin-top: 80px;
  padding-left: 25%;
  position: relative;
}

.split-lines {
  color: var(--black);
  padding-left: 30px;
  padding-right: 40px;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}

.main-wrapper {
  z-index: 100;
  position: relative;
}

.container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 51vh 8.3em;
}

.contact-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-info {
  font-size: 16px;
  line-height: 26px;
}

.button {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 40px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
}

.contact-lockup {
  line-height: 40px;
}

.nav-gradient {
  z-index: 900;
  background-image: linear-gradient(180deg, var(--white), rgba(255, 255, 255, 0));
  width: 100%;
  height: 200px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.top {
  z-index: 0;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.video {
  z-index: 100;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.password {
  z-index: 2000;
  background-color: var(--black);
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.field {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  margin-top: 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .work-container {
    margin-top: 50px;
  }

  .work-info {
    width: 35%;
  }

  .work-visual {
    width: 65%;
  }

  .matt-headshot {
    margin-left: 20px;
  }

  .heading_wrap {
    padding-left: 35%;
  }

  .split-lines {
    padding-left: 20px;
    padding-right: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .container {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .video {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    height: 60px;
    padding-left: 20px;
  }

  .nav-link {
    margin-right: 20px;
  }

  .section-work {
    padding-top: 20vh;
  }

  .section-about {
    padding: 0 20px 50px;
  }

  .section-contact {
    min-height: 90vh;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .work-info {
    width: 100%;
    margin-bottom: 50px;
  }

  .work-visual {
    width: 100%;
  }

  .work-title, .work-title.first {
    margin-top: 0;
  }

  .bio-container {
    width: 100%;
  }

  .matt-headshot {
    margin-top: 10px;
    margin-left: 0;
  }

  .heading_wrap {
    margin-top: 40px;
    padding-left: 0%;
  }

  .split-lines {
    padding-left: 0;
    font-size: 20px;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .contact-lockup {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .nav-logo {
    font-size: 18px;
    line-height: 18px;
  }

  .nav-link {
    margin-bottom: -3px;
    font-size: 14px;
    line-height: 14px;
  }

  .nav-link.w--current {
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .nav-link.work, .nav-link.work.w--current, .nav-link.about {
    display: none;
  }

  .nav-link.contact {
    color: rgba(0, 0, 0, .5);
  }

  .section-contact {
    min-height: 50vh;
  }

  .container {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .contact-lockup {
    width: 100%;
    line-height: 35px;
  }
}


@font-face {
  font-family: 'Apercu';
  src: url('../fonts/Apercu-Regular.eot') format('embedded-opentype'), url('../fonts/Apercu-Regular.woff') format('woff'), url('../fonts/Apercu-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/Apercu-Medium.eot') format('embedded-opentype'), url('../fonts/Apercu-Medium.woff') format('woff'), url('../fonts/Apercu-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/Apercu-Bold.eot') format('embedded-opentype'), url('../fonts/Apercu-Bold.woff') format('woff'), url('../fonts/Apercu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}