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

html, body {
  height: 100vh;
  width: 100%;
  font-size: 20px;
}

body {
  overflow-x: hidden;
}

h1 {
  font-family: "Palanquin", sans-serif;
}

.is-locked {
  overflow: hidden;
  position: fixed;
}

@media (max-width: 951px) {
  .mobile-hidden {
    display: none;
  }
}

@media (min-width: 950px) {
  .desktop-hidden {
    display: none;
  }
}

.intro-animation .hero:before {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.intro-animation .hero .hero__contentWrapper {
  opacity: 0;
}

.intro-animation.about .hero:before {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.intro-animation.about .hero:after {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.intro-animation.about .hero .hero__contentWrapper {
  opacity: 0;
}

.intro-animation .nav__logoContainer {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
  opacity: 0;
}

.intro-animation .nav__about {
  -webkit-transform: translateX(-15px) translateY(-50%) rotate(-90deg);
      -ms-transform: translateX(-15px) translateY(-50%) rotate(-90deg);
          transform: translateX(-15px) translateY(-50%) rotate(-90deg);
  opacity: 0;
}

.intro-animation .nav__contact {
  -webkit-transform: translateX(15px) translateY(-50%) rotate(90deg);
      -ms-transform: translateX(15px) translateY(-50%) rotate(90deg);
          transform: translateX(15px) translateY(-50%) rotate(90deg);
  opacity: 0;
}

.intro-animation .hero__headline, .intro-animation .hero__subline, .intro-animation .hero__email-link, .intro-animation .footer, .intro-animation .copyblock {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}

.intro-animation .hero__scrollIcon {
  opacity: 0;
}

.fade-out .workmain,
.fade-out .subnav,
.fade-out .scroll__top,
.fade-out .footer,
.fade-out .copyblock,
.fade-out .hero {
  -webkit-animation: downAndOut 1000ms forwards;
          animation: downAndOut 1000ms forwards;
  -webkit-animation-timing-function: cubic-bezier(0.07, 0.34, 0.15, 1);
          animation-timing-function: cubic-bezier(0.07, 0.34, 0.15, 1);
}

.fade-out .navigation {
  -webkit-animation: fadeOut 1000ms forwards;
          animation: fadeOut 1000ms forwards;
  -webkit-animation-timing-function: cubic-bezier(0.07, 0.34, 0.15, 1);
          animation-timing-function: cubic-bezier(0.07, 0.34, 0.15, 1);
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

@media (min-width: 950px) {
  .logo-hidden .subnav__wrapper {
    -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  .logo-hidden .nav__logoContainer {
    -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px);
    transition-delay: 0ms;
  }
}

@-webkit-keyframes scrollBounce {
  0%, 57.14285714285714% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  77.14285714285714% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15, 0, 1);
    opacity: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  85.71428571428571% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 10, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 10, 0, 1);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
  }
}

@keyframes scrollBounce {
  0%, 57.14285714285714% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  77.14285714285714% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15, 0, 1);
    opacity: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  85.71428571428571% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 10, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 10, 0, 1);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
  }
}

@-webkit-keyframes fromNone {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  81% {
    opacity: 1;
  }
}

@keyframes fromNone {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  81% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes downAndOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@keyframes downAndOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

.hero {
  height: 100%;
  width: 100%;
  position: relative;
}

.hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 78%;
  background: #efefef;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  transition: -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1);
  transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1);
  transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1), -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1);
}

.hero .hero__contentWrapper {
  background: #efefef;
  width: 100%;
  height: 1000px;
  max-height: 78%;
  position: relative;
  text-align: center;
  display: table;
  transition: opacity 0ms;
  transition-delay: 650ms;
}

.hero .hero__contentWrapper .hero__content {
  max-width: 80%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10%;
}

.hero .hero__contentWrapper .hero__content .hero__headline {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1px;
  transition: opacity cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s, -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s;
  transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s, opacity cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s;
  transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s, opacity cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s, -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s;
  transition-delay: 1500ms;
}

@media (min-width: 950px) {
  .hero .hero__contentWrapper .hero__content .hero__headline {
    font-size: 40px;
    line-height: 50px;
  }
}

.hero .hero__contentWrapper .hero__content .hero__subline {
  font-family: "Palanquin", sans-serif;
  font-size: 13px;
  line-height: 25px;
  margin-top: 15px;
  transition: opacity cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s, -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s;
  transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s, opacity cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s;
  transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s, opacity cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s, -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s;
  transition-delay: 1750ms;
}

@media (min-width: 950px) {
  .hero .hero__contentWrapper .hero__content .hero__subline {
    font-size: 16px;
    line-height: 30px;
  }
}

.hero .hero__contentWrapper .hero__content .hero__email-link {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1px;
  color: #898989;
  text-decoration: none;
  transition: opacity cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s, -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s;
  transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s, opacity cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s;
  transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s, opacity cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s, -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s;
  transition-delay: 1650ms;
}

@media (min-width: 950px) {
  .hero .hero__contentWrapper .hero__content .hero__email-link {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1px;
    margin: 55px 0 50px;
    color: rgba(137, 137, 137, 0.75);
  }
}

.hero .hero__scroll {
  width: 100%;
  height: 22%;
  display: table;
}

.hero .hero__scroll a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.hero .hero__scroll .hero__scrollIcon {
  transition: opacity 500ms;
  transition-delay: 2000ms;
}

.hero .hero__scroll .scroll__icon {
  width: 45px;
  height: 45px;
  -webkit-animation: scrollBounce 3000ms infinite;
          animation: scrollBounce 3000ms infinite;
}

.hero--contact {
  height: 80%;
}

.hero--contact:before {
  height: 92%;
}

@media (min-width: 950px) {
  .hero--contact:before {
    height: 100%;
  }
}

.hero--contact .hero__contentWrapper {
  max-height: 92%;
}

@media (min-width: 950px) {
  .hero--contact .hero__contentWrapper {
    max-height: 100%;
  }
}

.hero--contact .hero__scroll {
  display: none;
}

.about .hero {
  height: 80%;
}

.about .hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 125%;
  top: 0px;
  background: #efefef;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  transition: -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1);
  transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1);
  transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1), -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1);
  z-index: -2;
}

.about .hero:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #ffffff;
  z-index: -1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  transition: -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1);
  transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1);
  transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1), -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1);
  transition-delay: 750ms;
}

.about .hero .hero__contentWrapper {
  height: 100%;
  max-height: none;
  background: #ffffff;
  transition-delay: 1400ms;
}

.about .hero .hero__contentWrapper .hero__content {
  height: 100%;
}

.navigation {
  position: fixed;
  z-index: 10;
}

.nav__logoContainer {
  position: fixed;
  text-align: center;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  overflow: hidden;
  transition: opacity cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s, -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s;
  transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s, opacity cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s;
  transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s, opacity cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s, -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1) 0.65s;
  transition-delay: 0ms;
}

.nav__logoContainer:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.nav__logoContainer--initial-delay {
  transition-delay: 1250ms;
}

.nav__logoContainer .svgLogo {
  display: block;
  height: 35px;
  margin: 0 auto;
  transition: opacity 500ms cubic-bezier(0.64, 0.01, 0.27, 1), -webkit-transform 500ms cubic-bezier(0.64, 0.01, 0.27, 1);
  transition: transform 500ms cubic-bezier(0.64, 0.01, 0.27, 1), opacity 500ms cubic-bezier(0.64, 0.01, 0.27, 1);
  transition: transform 500ms cubic-bezier(0.64, 0.01, 0.27, 1), opacity 500ms cubic-bezier(0.64, 0.01, 0.27, 1), -webkit-transform 500ms cubic-bezier(0.64, 0.01, 0.27, 1);
}

.nav__logoContainer .svgLogo:first-child {
  margin-top: -40px;
  opacity: 0;
}

.nav__logoContainer--collapsed .svgLogo {
  -webkit-transform: translateY(35px);
      -ms-transform: translateY(35px);
          transform: translateY(35px);
}

.nav__logoContainer--collapsed .svgLogo:first-child {
  opacity: 1;
}

.nav__logoContainer--collapsed .svgLogo:nth-child(2) {
  opacity: 0;
}

.nav__logoContainer--collapsed:hover .svgLogo {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.nav__logoContainer--collapsed:hover .svgLogo:first-child {
  opacity: 0;
}

.nav__logoContainer--collapsed:hover .svgLogo:nth-child(2) {
  opacity: 1;
}

.nav__about, .nav__contact {
  display: none;
}

@media (min-width: 950px) {
  .nav__about, .nav__contact {
    padding: 40px;
    position: fixed;
    display: block;
    z-index: 10;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 3px;
    text-align: center;
    cursor: pointer;
    transition: opacity 650ms cubic-bezier(0.07, 0.34, 0.15, 1), -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1);
    transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1), opacity 650ms cubic-bezier(0.07, 0.34, 0.15, 1);
    transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1), opacity 650ms cubic-bezier(0.07, 0.34, 0.15, 1), -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1);
    transition-delay: 950ms;
  }
  .nav__about .aboutEl__1, .nav__about .aboutEl__2, .nav__contact .aboutEl__1, .nav__contact .aboutEl__2 {
    display: block;
    transition: opacity 250ms, -webkit-transform 250ms;
    transition: opacity 250ms, transform 250ms;
    transition: opacity 250ms, transform 250ms, -webkit-transform 250ms;
  }
  .nav__about .aboutEl__2, .nav__contact .aboutEl__2 {
    opacity: 0;
  }
  .nav__about:hover .aboutEl__1, .nav__contact:hover .aboutEl__1 {
    opacity: 0;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .nav__about:hover .aboutEl__2, .nav__contact:hover .aboutEl__2 {
    opacity: 1;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .nav__about .contactEl__1, .nav__about .contactEl__2, .nav__contact .contactEl__1, .nav__contact .contactEl__2 {
    display: block;
    transition: opacity 250ms, -webkit-transform 250ms;
    transition: opacity 250ms, transform 250ms;
    transition: opacity 250ms, transform 250ms, -webkit-transform 250ms;
  }
  .nav__about .contactEl__2, .nav__contact .contactEl__2 {
    opacity: 0;
  }
  .nav__about:hover .contactEl__1, .nav__contact:hover .contactEl__1 {
    opacity: 0;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .nav__about:hover .contactEl__2, .nav__contact:hover .contactEl__2 {
    opacity: 1;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.nav__about {
  display: none;
}

@media (min-width: 950px) {
  .nav__about {
    display: block;
    top: 50%;
    left: -52px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
}

.nav__contact {
  display: none;
}

@media (min-width: 950px) {
  .nav__contact {
    display: block;
    top: 50%;
    right: -52px;
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}

.nav__hamburger {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #252525;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 12;
  transition: 250ms background;
}

.nav__hamburger span {
  position: absolute;
  width: 20px;
  height: 3px;
  background: #ffffff;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 250ms background, 250ms transform;
}

.nav__hamburger span.top {
  margin-top: -7px;
}

.nav__hamburger span.mid {
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
}

.nav__hamburger span.bottom {
  margin-top: 7px;
}

.nav__hamburger--is-active {
  background: #ffffff;
}

.nav__hamburger--is-active span {
  background: #252525;
}

.nav__hamburger--is-active span.top {
  opacity: 0;
}

.nav__hamburger--is-active span:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.nav__hamburger--is-active span:nth-child(3) {
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.nav__hamburger--is-active span.bottom {
  opacity: 0;
}

@media (min-width: 950px) {
  .nav__hamburger {
    display: none;
  }
}

.nav__mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 11;
  background: #efefef;
  transition: -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1);
  transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1);
  transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1), -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1);
}

.nav__mobile .mobile__navContainer {
  width: 100%;
  padding: 0 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  list-style: none;
}

.nav__mobile .mobile__navContainer .mobile__navEl {
  display: block;
}

.nav__mobile .mobile__navContainer .mobile__navEl a {
  width: 100%;
  padding: 40px 0;
  display: block;
  font-size: 12px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 3px;
  color: #252525;
  text-decoration: none;
  opacity: 0;
  transition: opacity 500ms;
  transition-delay: 1250ms;
}

.nav__mobile .mobile__navContainer .mobile__divider {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}

.nav__mobile .mobile__navContainer .mobile__divider:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #efefef;
  left: 0;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}

.nav__mobile .mobile__navContainer .mobile__divider:nth-child(2):after {
  transition-delay: 650ms;
}

.nav__mobile .mobile__navContainer .mobile__divider:nth-child(4):after {
  transition-delay: 850ms;
}

.nav__mobile--is-active {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.nav__mobile--is-active .mobile__navContainer .mobile__navEl a {
  opacity: 1;
}

.nav__mobile--is-active .mobile__navContainer .mobile__divider:after {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

@media (min-width: 950px) {
  .nav__mobile {
    display: none;
  }
}

.subnav {
  height: 75px;
  position: relative;
}

.subnav .subnav__wrapper {
  width: 100%;
  padding: 0 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  transition: -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1);
  transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1);
  transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1), -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1);
}

@media (min-width: 950px) {
  .subnav .subnav__wrapper {
    width: 300px;
    padding: 0 10px;
  }
}

.subnav .subnav__wrapper .subnavEl {
  font-family: "Palanquin", sans-serif;
  font-size: 13px;
  padding: 30px 0;
  cursor: pointer;
}

.subnav .subnav__wrapper .subnavEl--is-active {
  font-weight: 700;
}

@media (min-width: 950px) {
  .subnav .subnav__wrapper .subnavEl {
    padding: 30px 0px;
  }
}

@media (min-width: 950px) {
  .filter-locked .subnav__wrapper {
    position: fixed;
    top: 80px;
  }
}

.workmain {
  width: 100%;
}

.workmain .work__element {
  width: 100%;
  max-width: 1000px;
  margin: 70px auto;
  padding: 0 40px;
  position: relative;
  cursor: pointer;
  transition: opacity 500ms cubic-bezier(0.64, 0.01, 0.27, 1), -webkit-transform 500ms cubic-bezier(0.64, 0.01, 0.27, 1);
  transition: transform 500ms cubic-bezier(0.64, 0.01, 0.27, 1), opacity 500ms cubic-bezier(0.64, 0.01, 0.27, 1);
  transition: transform 500ms cubic-bezier(0.64, 0.01, 0.27, 1), opacity 500ms cubic-bezier(0.64, 0.01, 0.27, 1), -webkit-transform 500ms cubic-bezier(0.64, 0.01, 0.27, 1);
}

.workmain .work__element:not(:first-child) {
  margin: 120px auto 0;
}

.workmain .work__element:last-child {
  margin: 120px auto 0;
}

.workmain .work__element--hidden {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}

@media (min-width: 950px) {
  .workmain .work__element:not(:first-child) {
    margin: 20% auto 20px auto;
  }
  .workmain .work__element:nth-child(odd) .work__imageWrapper {
    right: 40px;
  }
  .workmain .work__element:nth-child(2) .work__descWrapper {
    position: absolute;
    right: 0;
  }
  .workmain .work__element:nth-child(2) .work__descWrapper .work__desc {
    text-align: right;
  }
  .workmain .work__element:nth-child(2) .work__imageWrapper {
    position: relative;
  }
}

@media (min-width: 950px) {
  .workmain .work__descWrapper {
    width: 60%;
    height: 376px;
    text-align: left;
    display: table;
    pointer-events: none;
  }
}

.workmain .work__descWrapper .work__desc {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 950px) {
  .workmain .work__descWrapper .work__desc {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    transition: -webkit-transform 500ms ease-out;
    transition: transform 500ms ease-out;
    transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
  }
}

.workmain .work__descWrapper .work__desc h1 {
  font-size: 23px;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4.6px;
  line-height: 40px;
}

@media (min-width: 950px) {
  .workmain .work__descWrapper .work__desc h1 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 10px;
  }
}

.workmain .work__descWrapper .work__desc ul {
  list-style: none;
}

.workmain .work__descWrapper .work__desc li {
  display: inline-block;
  font-size: 13px;
  font-family: "Palanquin", sans-serif;
  margin-right: 15px;
  text-indent: 3px;
}

@media (min-width: 950px) {
  .workmain .work__descWrapper .work__desc li {
    font-size: 16px;
  }
}

.workmain .work__imageWrapper {
  width: 100%;
  position: relative;
}

@media (min-width: 950px) {
  .workmain .work__imageWrapper {
    position: absolute;
    width: 60%;
    top: 0;
    right: 0;
    z-index: -1;
    text-align: left;
  }
  .workmain .work__imageWrapper:nth-child(2) {
    text-align: right;
  }
}

.workmain .work__imageWrapper .work__image {
  width: 100%;
  transition: -webkit-transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
  overflow: hidden;
}

.workmain .work__imageWrapper .work__image .work__imageEl {
  width: 100%;
  opacity: 0.7;
  -webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
  transition: -webkit-transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
}

@media (min-width: 950px) {
  .workmain .work__imageWrapper .work__image {
    max-width: 540px;
  }
}

.workmain .work__imageWrapper .work__logo {
  position: absolute;
  transition: -webkit-transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
}

@media (min-width: 950px) {
  .work__element:hover:nth-child(odd) .work__image {
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .work__element:hover:nth-child(odd) .work__logo, .work__element:hover:nth-child(odd) .work__desc {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }
  .work__element:hover:nth-child(even) .work__image {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }
  .work__element:hover:nth-child(even) .work__logo, .work__element:hover:nth-child(even) .work__desc {
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

.copyblock {
  width: 100%;
  background: #efefef;
  transition: opacity cubic-bezier(0.07, 0.34, 0.15, 1), -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1);
  transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1), opacity cubic-bezier(0.07, 0.34, 0.15, 1);
  transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1), opacity cubic-bezier(0.07, 0.34, 0.15, 1), -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1);
  transition-delay: 1750ms;
}

.copyblock .copyblock__wrapper {
  display: block;
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  padding: 45px 40px 0;
}

@media (min-width: 950px) {
  .copyblock .copyblock__wrapper {
    padding: 90px 0 0;
  }
}

.copyblock .copyblock__wrapper .copyblock__copy {
  font-family: "Palanquin", sans-serif;
  font-size: 13px;
  line-height: 30px;
  margin-bottom: 20px;
}

@media (min-width: 950px) {
  .copyblock .copyblock__wrapper .copyblock__copy {
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 30px;
  }
}

.copyblock__downloadWrapper {
  width: 100%;
  display: table;
  text-align: center;
}

.copyblock__downloadWrapper .download__resume {
  display: table-cell;
  vertical-align: middle;
  padding: 40px 0;
}

.copyblock__downloadWrapper .download__resume .download__icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  transition: -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1);
  transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1);
  transition: transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1), -webkit-transform 650ms cubic-bezier(0.07, 0.34, 0.15, 1);
}

@media (min-width: 950px) {
  .copyblock__downloadWrapper .download__resume .download__icon {
    width: 40px;
    height: 40px;
  }
}

.copyblock__downloadWrapper .download__resume .download__copy {
  display: inline-block;
  vertical-align: middle;
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 3px;
  text-decoration: none;
  color: #252525;
}

@media (min-width: 950px) {
  .copyblock__downloadWrapper .download__resume .download__copy {
    font-size: 16px;
    line-height: 50px;
  }
}

.scroll__top {
  width: 100%;
  height: 22%;
  display: table;
  margin: 140px 0 120px;
}

.scroll__top .scroll__indicator {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  color: #252525;
}

.scroll__top .scroll__indicator .scroll__icon {
  width: 45px;
  height: 45px;
  margin-bottom: 25px;
}

.copyblock {
  width: 100%;
}

.footer {
  width: 100%;
  height: 50px;
  transition: opacity 500ms cubic-bezier(0.64, 0.01, 0.27, 1), -webkit-transform 500ms cubic-bezier(0.64, 0.01, 0.27, 1);
  transition: transform 500ms cubic-bezier(0.64, 0.01, 0.27, 1), opacity 500ms cubic-bezier(0.64, 0.01, 0.27, 1);
  transition: transform 500ms cubic-bezier(0.64, 0.01, 0.27, 1), opacity 500ms cubic-bezier(0.64, 0.01, 0.27, 1), -webkit-transform 500ms cubic-bezier(0.64, 0.01, 0.27, 1);
  transition-delay: 1800ms;
}

@media (min-width: 950px) {
  .footer {
    display: table;
    text-align: center;
  }
  .footer--contact {
    height: 20%;
  }
  .footer--contact .footer__wrapper {
    display: table-cell;
    vertical-align: middle;
  }
}

.footer p {
  display: block;
  vertical-align: middle;
  font-family: "Palanquin", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 25px;
  text-align: center;
}

@media (min-width: 950px) {
  .footer p {
    display: inline;
    padding: 0 15px;
  }
}

.footer a {
  text-decoration: none;
  color: #898989;
}

.footer .footer__wrapper {
  margin-bottom: 26px;
}

.contact .footer {
  height: 20%;
}

@media (min-width: 950px) {
  .contact .footer .footer__wrapper {
    display: table-cell;
    vertical-align: middle;
  }
}
