html,
body {
  min-height: 100vh; }

.blackbg {
  background: #0E100F; }

#swup {
  padding: calc(0vh + 110px) 0 5vh;
  min-height: 100vh; }
  @media only screen and (max-width: 800px) {
    #swup {
      padding-top: 100px; } }

.transition-fade {
  transition: 0.4s;
  opacity: 1; }

html.is-animating .transition-fade {
  opacity: 0; }

.wrapper {
  width: 95%;
  margin: 0 auto;
  max-width: 1824px; }

.wrapper-narrow {
  width: 95%;
  max-width: 1440px;
  margin: 0 auto; }

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2em; }
  @media only screen and (max-width: 800px) {
    .grid {
      grid-template-columns: 1fr; } }

.grid-span-full {
  grid-column: span 12; }
  @media only screen and (max-width: 800px) {
    .grid-span-full {
      grid-column: span 1; } }

.grid-span-half {
  grid-column: span 6; }
  @media only screen and (max-width: 800px) {
    .grid-span-half {
      grid-column: span 1; } }

.grid-span-quarter {
  grid-column: span 3; }
  @media only screen and (max-width: 800px) {
    .grid-span-quarter {
      grid-column: span 1; } }

::selection {
  background: #EBFF00;
  color: #0E100F; }

::-moz-selection {
  background: #EBFF00;
  color: #051432; }

.button a {
  display: inline-block;
  cursor: pointer;
  color: white;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  transition: all 0.2s ease;
  position: relative; }
  .button a:before, .button a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    top: 100%;
    margin-top: -1px;
    background: white; }
  .button a:after {
    right: 2.5px;
    background: white;
    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1); }
  .button a:hover:before {
    background: white;
    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
  .button a:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s; }
  @media only screen and (max-width: 800px) {
    .button a {
      font-size: 14px; } }
  .button a svg {
    width: 20px;
    display: inline-block;
    stroke: white;
    fill: none;
    padding: 5px 0 0 5px; }
    .button a svg:hover {
      color: white; }

.button-dark a {
  display: inline-block;
  cursor: pointer;
  color: #0E100F;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  transition: all 0.2s ease;
  position: relative; }
  .button-dark a:before, .button-dark a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    top: 100%;
    margin-top: -5px;
    background: #0E100F; }
  .button-dark a:after {
    right: 2.5px;
    background: #0E100F;
    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1); }
  .button-dark a:hover:before {
    background: #0E100F;
    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
  .button-dark a:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s; }
  @media only screen and (max-width: 800px) {
    .button-dark a {
      font-size: 14px; } }
  .button-dark a svg {
    width: 20px;
    display: inline-block;
    stroke: #0E100F;
    fill: none;
    padding: 5px 0 0 5px; }
    .button-dark a svg:hover {
      color: white; }

.error {
  background-color: #051432; }
  .error .error-container {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
  .error .errorcontent {
    margin-bottom: 40px; }
  .error h1, .error p {
    color: white; }
  .error h1 {
    font-size: 10vw;
    line-height: 10vw;
    margin: 0;
    margin-bottom: 20px; }

.project-card .thumbnail {
  height: auto;
  width: 100%;
  margin: 0 0 15px;
  transition: all 0.2s ease;
  border-radius: 7px; }
  .project-card .thumbnail video, .project-card .thumbnail img {
    object-fit: cover;
    width: 100%;
    display: block;
    border-radius: 12px; }

.project-card .project-info .title-arrow {
  display: flex;
  justify-content: space-between; }

.project-card .project-info h2 {
  text-decoration: none; }

.project-card .project-info h4 {
  color: #83817C;
  text-decoration: none; }

.project-card .project-info .tag {
  color: white;
  display: inline-block;
  text-transform: capitalize;
  text-decoration: underline; }

.project-card .project-info .client {
  color: white;
  display: inline-block;
  text-transform: capitalize; }

#plus {
  position: fixed;
  z-index: 2;
  pointer-events: none;
  width: 50px;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: transform 0.1s ease; }

.inner {
  transition: all 0.2s ease;
  cursor: none; }
  .inner:hover {
    transform: scale(1.01, 1.01) !important; }

.intro {
  font-size: 3.7rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
  font-family: "Public Sans", sans-serif;
  font-weight: 300; }
  @media only screen and (max-width: 1200px) {
    .intro {
      font-size: 4vw; } }
  @media only screen and (max-width: 800px) {
    .intro {
      font-size: 2rem; } }

h1, h2, h3, h4, p, a {
  color: #fff;
  margin: 0 0 0.7rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4 {
  line-height: 1.1; }

p, a {
  line-height: 1.3; }

h1 {
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  font-size: 5rem; }
  @media only screen and (max-width: 1200px) {
    h1 {
      font-size: 4rem; } }
  @media only screen and (max-width: 800px) {
    h1 {
      font-size: 2rem; } }

h2 {
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  font-size: 2.5rem; }

h3 {
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  font-size: 1.5rem; }

h4 {
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 30px; }
  @media only screen and (max-width: 800px) {
    h4 {
      margin: 0 0 0.7rem; } }

p {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem; }

a {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem; }

.mlogowhite a svg path {
  stroke: white; }

.navmobshow {
  top: 0 !important; }

.navhead .logo .mlogo {
  opacity: 1;
  width: 80px; }
  .navhead .logo .mlogo a {
    width: 70px;
    height: 70px; }

.navhead .logo .wordmark {
  left: 25px; }
  @media only screen and (max-width: 800px) {
    .navhead .logo .wordmark {
      left: 0; } }

nav {
  background: #0E100F;
  width: 100%;
  position: fixed;
  z-index: 2;
  padding: 10px 0;
  transition: all 0.2s ease; }
  nav .navinner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr; }
  nav .logo {
    display: flex;
    align-items: center; }
    nav .logo .mlogo {
      align-self: center;
      width: 50px;
      transform-origin: center left;
      pointer-events: auto;
      transition: all 0.2s ease;
      opacity: 0;
      transform: scale(1); }
      @media only screen and (max-width: 800px) {
        nav .logo .mlogo {
          display: none; } }
      nav .logo .mlogo a {
        width: 60px;
        height: 60px;
        transition: all 0.3s ease;
        line-height: 0;
        font-size: 0;
        color: transparent; }
        nav .logo .mlogo a svg path {
          stroke: white; }
    nav .logo .wordmark {
      color: #fff;
      font-family: "Public Sans", sans-serif;
      font-weight: 500;
      font-size: 28px;
      cursor: pointer;
      pointer-events: auto;
      display: block;
      position: relative;
      margin: 0;
      transition: all 0.2s ease;
      left: -50px;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; }
      @media only screen and (max-width: 800px) {
        nav .logo .wordmark {
          left: 0;
          font-size: 18px; } }
  nav .links-container {
    align-self: center;
    text-align: right;
    display: block;
    z-index: 10; }
    @media only screen and (max-width: 1200px) {
      nav .links-container {
        display: none; } }
    nav .links-container .links a {
      font-family: "Public Sans", sans-serif;
      font-weight: 300;
      font-size: 28px;
      cursor: pointer;
      pointer-events: auto;
      display: inline-block;
      position: relative;
      margin: 0 7px;
      text-decoration: none;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      color: #83817C; }
      nav .links-container .links a:before, nav .links-container .links a:after {
        content: '';
        position: absolute;
        width: 0%;
        height: 2px;
        top: 100%;
        margin-top: -1px;
        background: white; }
      nav .links-container .links a:after {
        right: 2.5px;
        background: white;
        transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1); }
      nav .links-container .links a:hover:before {
        background: white;
        width: 100%;
        transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
      nav .links-container .links a:hover:after {
        background: transparent;
        width: 100%;
        transition: 0s; }
      nav .links-container .links a:hover {
        color: white; }
      nav .links-container .links a:last-child {
        margin-right: 0; }
  nav .mobile-container {
    align-self: center;
    position: relative;
    width: 50px;
    justify-self: end; }
    nav .mobile-container #mobile {
      width: 50px;
      height: 50px;
      display: none;
      align-items: center;
      justify-content: center; }
      nav .mobile-container #mobile svg {
        width: 40%;
        fill: white; }
      @media only screen and (max-width: 1200px) {
        nav .mobile-container #mobile {
          display: flex; } }

#overlay {
  transition: all 0.5s ease;
  background: black;
  opacity: 0; }

.overlay {
  background: black;
  opacity: 0.5 !important;
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 98;
  top: 0; }

#mobNav {
  top: -100vh;
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  transition: all 0.3s cubic-bezier(0.55, 0.25, 0.41, 0.68);
  transform: translateZ(1000px); }
  #mobNav .moblinks {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0; }
    #mobNav .moblinks a {
      width: 100%;
      padding: 20px;
      display: block;
      border-bottom: 1px solid #0E100F;
      text-align: left;
      margin: 0;
      font-family: "Public Sans", sans-serif;
      font-weight: 500;
      font-size: 4rem;
      color: #0E100F;
      line-height: 0.8; }

#footer {
  background-color: #fff;
  padding: 5vh 0; }
  #footer h4, #footer p {
    color: #0E100F; }
  @media only screen and (max-width: 800px) {
    #footer .footer-container {
      grid-template-columns: 1fr; } }
  #footer .footer-container .column1 {
    grid-column: span 6; }
    #footer .footer-container .column1 svg {
      width: 100px; }
      #footer .footer-container .column1 svg path {
        color: #0E100F; }
    #footer .footer-container .column1 a {
      text-decoration: none;
      color: #0E100F;
      font-family: "Public Sans", sans-serif;
      font-weight: 500;
      font-size: 1.4rem; }
    @media only screen and (max-width: 800px) {
      #footer .footer-container .column1 {
        grid-column: span 1; } }
  #footer .footer-container .column3 {
    grid-column: span 3; }
    @media only screen and (max-width: 800px) {
      #footer .footer-container .column3 {
        grid-column: span 1; } }
  #footer .footer-container .column4 {
    grid-column: span 3; }
    #footer .footer-container .column4 .contact {
      margin-bottom: 10px; }
      #footer .footer-container .column4 .contact a {
        margin-right: 15px; }
    @media only screen and (max-width: 800px) {
      #footer .footer-container .column4 {
        grid-column: span 1; } }
  #footer .footer-container .smallprint p, #footer .footer-container .smallprint a {
    font-family: "Public Sans", sans-serif;
    font-weight: 500;
    color: #83817C;
    font-size: 1em;
    line-height: 1.5;
    margin: 0 10px 0 0;
    text-decoration: none;
    display: inline; }

#hero {
  margin: 35px auto 5vh; }
  #hero hr {
    border-color: #83817C;
    width: 100%; }
  #hero .hero-cta-box {
    width: 100%;
    height: 100%;
    position: relative; }
  #hero .hero-cta-button {
    position: absolute;
    right: 0px;
    bottom: 0px; }
  @media only screen and (max-width: 800px) {
    #hero {
      margin: 0 auto 5vh; }
      #hero .hero-cta-button {
        position: absolute;
        top: 0px;
        left: 0px;
        right: auto;
        bottom: auto; } }

#home .viewmore {
  margin: 25px 0;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  text-decoration: none;
  position: relative; }
  #home .viewmore h3 {
    display: inline-block;
    position: relative; }
    #home .viewmore h3:before, #home .viewmore h3:after {
      content: '';
      position: absolute;
      width: 0%;
      height: 2px;
      top: 100%;
      margin-top: -1px;
      background: white; }
    #home .viewmore h3:after {
      right: 2.5px;
      background: white;
      transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1); }
    #home .viewmore h3:hover:before {
      background: white;
      width: 100%;
      transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
    #home .viewmore h3:hover:after {
      background: transparent;
      width: 100%;
      transition: 0s; }

#about {
  margin: 35px auto 0; }
  #about .intro span {
    color: #7c7c6f; }

.about-image img {
  width: 100%;
  border-radius: 12px; }

#portfolioPage .portfolio-nav {
  margin: 35px 0 5vh; }
  #portfolioPage .portfolio-nav .button {
    display: inline-block;
    margin-right: 10px; }

@media only screen and (max-width: 1200px) {
  .project-intro-container .column {
    grid-column: 1 / 7 !important; } }

@media only screen and (max-width: 800px) {
  .project-intro-container .column {
    grid-column: 1 / 1 !important; } }

.project-intro-container .dis h4, .project-intro-container .dis p {
  display: inline-block;
  margin-bottom: 10px; }

.project-intro-container .dis h4 {
  color: #83817C; }

.project-intro-container .tags a p {
  text-decoration: underline; }

#projectItems {
  margin: 100px auto; }
  #projectItems .project-item img {
    width: 100%; }
  #projectItems .project-item .textbox-inner {
    margin: 200px 0; }
    @media only screen and (max-width: 1200px) {
      #projectItems .project-item .textbox-inner {
        margin: 50px 0; } }
  @media only screen and (max-width: 1200px) {
    #projectItems .project-item {
      grid-column: 1 / 7 !important; } }
  @media only screen and (max-width: 800px) {
    #projectItems .project-item {
      grid-column: 1 / 1 !important; } }

#next {
  margin: 150px auto; }
  #next .next-nav .button {
    display: inline-block;
    margin-right: 10px; }

.play-intro {
  margin: 35px 0 5vh; }

.play img {
  width: 100%;
  border-radius: 12px; }

.play div {
  grid-column: auto / span 3; }
  @media only screen and (max-width: 800px) {
    .play div {
      grid-column: 1; } }

.play div[data-span='1'] {
  grid-column: auto / span 3; }
  @media only screen and (max-width: 800px) {
    .play div[data-span='1'] {
      grid-column: 1; } }

.play div[data-span='2'] {
  grid-column: auto / span 6; }
  @media only screen and (max-width: 800px) {
    .play div[data-span='2'] {
      grid-column: 1; } }

.play div[data-span='3'] {
  grid-column: auto / span 8; }
  @media only screen and (max-width: 800px) {
    .play div[data-span='3'] {
      grid-column: 1; } }

.play div[data-span='4'] {
  grid-column: auto / span 12; }
  @media only screen and (max-width: 800px) {
    .play div[data-span='4'] {
      grid-column: 1; } }

@media only screen and (max-width: 800px) {
  .play .empty {
    display: none; } }
