*, *:before, *:after {
  box-sizing: border-box; }

html.hidden, html.hidden body {
  position: relative;
  overflow: hidden; }

#site-container {
  overflow: hidden; }

body {
  overscroll-behavior: none;
  background-color: #FBF9F6;
  transition: background-color 800ms ease-out 0s;
  -webkit-font-smoothing: antialiased;
  font-family: "Poppins", serif;
  font-weight: 300;
  font-size: 14px;
  color: #282828;
  letter-spacing: .02rem; }
  body.bg-orange {
    background-color: #ffac33; }
  body.bg-off-white {
    background-color: #FBF9F6; }
  body.bg-blue {
    background-color: #83BAF0; }
  body.bg-tan {
    background-color: #FAF4E4; }
  body.bg-white {
    background-color: white; }
  body a {
    text-decoration: none;
    color: #282828; }
    body a a:visited {
      color: #282828; }
    body a:hover {
      color: #282828; }
    body a:focus {
      color: #282828; }
    body a:active {
      color: #282828; }
  body h1 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 36px; }
    @media only screen and (min-width: 1024px) {
      body h1 {
        font-size: 50px; } }
  body h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 16px 0;
    letter-spacing: -0.2px; }
    @media only screen and (min-width: 1024px) {
      body h3 {
        font-size: 28px;
        margin-bottom: 36px; } }
    @media only screen and (min-width: 1366px) {
      body h3 {
        font-size: 32px; } }
  body p {
    line-height: 1.75;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: -0.2px; }
  body section {
    opacity: 0;
    transition: opacity 2s; }
    body section.revealed {
      opacity: 1; }
      body section.revealed h2, body section.revealed h3 {
        animation: slide-up .8s ease-in-out !important;
        animation-delay: .5s; }
  body ul li, body ol li {
    margin-bottom: 12px;
    line-height: 1.55; }
  body video, body img {
    width: 100%; }
  body b {
    font-weight: 700; }
  body .button {
    display: inline-block;
    border: 1px solid #282828;
    border-radius: 30px;
    color: #282828;
    padding: 8px 24px;
    font-size: 10px;
    background-color: transparent; }
  body .text-center {
    text-align: center; }
  body strong {
    font-weight: 700;
    letter-spacing: 0; }
  body hr {
    max-width: 800px;
    opacity: 30%; }
  body .vertical-padding {
    padding-top: 25vh;
    padding-bottom: 15vh; }

header {
  position: relative;
  padding-top: 80px;
  height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FBF9F6;
  background: linear-gradient(71deg, #87bcec, #f7f3e6, #fba642);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 13s ease infinite;
  animation: AnimationName 13s ease infinite; }
  @media only screen and (min-width: 768px) {
    header {
      padding-bottom: 5vh; } }
  @media only screen and (min-width: 1024px) {
    header {
      padding-bottom: 5vh; } }
  header #header {
    width: 80%;
    margin: auto;
    max-width: 680px; }
    header #header h1, header #header p {
      animation: slide-up .8s ease-in-out; }
  @media only screen and (min-width: 768px) {
    header {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
section#work {
  padding-top: 20vh;
  max-width: 1400px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    section#work {
      padding-left: 0;
      padding-right: 0; } }
  section#work h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 48px 0;
    line-height: 1.35;
    text-align: center; }
    @media only screen and (min-width: 1024px) {
      section#work h2 {
        font-size: 40px; } }
  section#work .project-container {
    padding: 0 4vw; }
    section#work .project-container .portfolio-card {
      transition: all .4s ease-in-out;
      background-color: #FBF9F6;
      border-radius: 8px;
      border-color: #577272;
      box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
      padding: 32px;
      margin-bottom: 32px; }
      section#work .project-container .portfolio-card:hover {
        cursor: pointer;
        transform: scale(1.02); }
      @media only screen and (min-width: 768px) {
        section#work .project-container .portfolio-card {
          padding: 72px;
          margin: 32px; } }
      section#work .project-container .portfolio-card h6 {
        color: #282828;
        font-size: 28px;
        font-weight: 500;
        margin: 0;
        margin-top: 24px;
        margin-bottom: 16px; }
      section#work .project-container .portfolio-card p {
        color: #282828;
        font-size: 20px;
        font-weight: 400;
        margin: 0;
        margin-bottom: 76px; }
      section#work .project-container .portfolio-card a {
        color: #3D6CD5;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: -.2px; }

.eyebrow span {
  color: #282828;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-right: 16px; }
.eyebrow span:last-child {
  opacity: 50%; }

main {
  max-width: 1500px;
  margin: auto; }

.banner-1 {
  padding: 120px 24px 24px 24px; }
  .banner-1 h2 {
    color: #282828;
    font-size: 32px;
    font-weight: 600;
    margin: 20px 0; }
  .banner-1 p {
    color: #282828;
    font-size: 20px;
    font-weight: 400;
    margin: 0; }
  .banner-1 ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #dbd5ce;
    border-bottom: 1px solid #dbd5ce;
    padding: 24px 16px;
    margin-top: 24px; }
    .banner-1 ul li {
      font-size: 14px; }
      .banner-1 ul li div {
        margin-bottom: 8px; }
      .banner-1 ul li div:first-child {
        opacity: 55%; }
  @media only screen and (min-width: 768px) {
    .banner-1 {
      padding-left: 60px;
      padding-right: 60px;
      padding-top: 240px;
      padding-bottom: 32px; }
      .banner-1 h2 {
        font-size: 64px; }
      .banner-1 p {
        font-size: 24px; }
      .banner-1 ul {
        flex-direction: row;
        padding: 16px 8px; }
        .banner-1 ul li {
          font-size: 16px;
          margin: 0;
          margin-right: 72px; } }

.carousel-container {
  position: relative;
  width: 100%;
  height: 550px;
  margin: 0 auto;
  overflow: hidden; }
  .carousel-container .carousel {
    height: inherit;
    display: flex;
    animation: scrollCarousel 15s infinite linear; }
  .carousel-container .carousel img {
    width: 100%;
    margin-right: 24px;
    object-fit: cover; }
@keyframes scrollCarousel {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
.image img {
  display: block;
  margin: auto;
  width: 100%;
  object-fit: contain;
  border-radius: 8px; }
.image figcaption {
  font-style: italic;
  font-size: 12px;
  margin: auto;
  margin-top: 8px;
  opacity: 70%;
  text-align: right; }

.image.hero {
  padding: 24px; }

.video {
  padding: 24px;
  margin: auto; }
  .video video {
    display: block;
    border-radius: 8px; }

.one-col-block {
  padding: 24px;
  margin: auto; }
  @media only screen and (min-width: 768px) {
    .one-col-block {
      padding: 24px 60px; } }

.blocked {
  text-align: center;
  padding: 24px;
  background: url("../assets/my_brand/dummy-blur.png");
  background-position: center;
  background-repeat: no-repeat; }
  .blocked div {
    border: 1px solid white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 24px;
    max-width: 500px;
    margin: auto;
    margin-top: 20vh; }
  .blocked h3 {
    font-size: 20px;
    letter-spacing: 0; }
  .blocked form {
    text-align: center;
    width: 250px;
    margin: auto; }
  .blocked input[id="password"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 24px; }
    .blocked input[id="password"] .button {
      display: block;
      margin: auto; }
  .blocked p {
    font-size: 14px;
    margin-top: 48px; }

@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(100%); }
  to {
    opacity: 1;
    transform: translateY(0); } }
footer section#contact {
  padding: 100px 32px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background-color: #FBF9F6;
  border-top: 1px solid #f5e7db; }
  footer section#contact h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 46px; }
  @media only screen and (min-width: 768px) {
    footer section#contact {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }
  @media only screen and (min-width: 1024px) {
    footer section#contact {
      padding: 100px 80px; } }
  footer section#contact div#left {
    max-width: 500px; }
    @media only screen and (min-width: 768px) {
      footer section#contact div#left {
        width: 50%; } }
  @media only screen and (min-width: 768px) {
    footer section#contact div#right {
      width: 40%;
      max-width: 500px; } }
  footer section#contact div#right a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #282828;
    font-weight: 700;
    font-weight: 600;
    letter-spacing: 0;
    padding: 12px 4px; }
  footer section#contact div#right a:hover {
    cursor: pointer;
    color: #ffac33; }
    footer section#contact div#right a:hover .external-link {
      background: url("../assets/my_brand/external-link-orange.svg");
      background-position: center;
      background-repeat: no-repeat; }
  footer section#contact div#right .external-link {
    width: 20px;
    height: 20px;
    background: url("../assets/my_brand/external-link.svg");
    background-position: center;
    background-repeat: no-repeat; }
footer section#message {
  padding: 4px;
  text-align: center;
  background-color: #ffac33; }
  footer section#message p {
    font-size: 14px; }

@media (max-width: 1024px) {
  nav {
    display: flex;
    flex-direction: column; }
    nav div.nav-header {
      width: 100%;
      height: 80px;
      padding: 0 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: fixed;
      top: 0;
      z-index: 2;
      transition: all 0.4s ease; }
      nav div.nav-header span {
        display: none; }
      nav div.nav-header img {
        width: 36px;
        height: 36px; }
      nav div.nav-header div.nav-button {
        position: relative;
        height: 24px;
        width: 24px; }
      nav div.nav-header div.nav-button:before {
        content: '';
        height: 24px;
        border-left: 2px solid #282828;
        position: absolute;
        transform: rotate(90deg);
        right: 10px;
        top: -4px;
        transition: .15s ease-in-out; }
      nav div.nav-header div.nav-button:after {
        content: '';
        height: 24px;
        border-left: 2px solid #282828;
        position: absolute;
        transform: rotate(-90deg);
        right: 10px;
        top: 6px;
        transition: .15s ease-in-out; }
      nav div.nav-header div.nav-button:hover {
        cursor: pointer; }
    nav ul.nav-list {
      display: flex;
      flex-direction: column;
      text-align: center;
      justify-content: center;
      width: 100%;
      height: 100vh;
      margin: 0;
      background-color: white;
      position: fixed;
      top: 0;
      list-style-type: none;
      padding: 0;
      transition: opacity 0.4s ease-in-out, visibility 0s 0.4s linear, z-index 0s 0.4s linear;
      z-index: -100;
      visibility: hidden;
      pointer-events: none;
      opacity: 0; }
      nav ul.nav-list li {
        font-size: 30px;
        width: 100%;
        padding: 8px 12px;
        margin: 0; }

  nav.open div.nav-header div.nav-button {
    height: 24px;
    width: 24px; }
  nav.open div.nav-header div.nav-button:before {
    content: '';
    height: 24px;
    border-left: 2px solid #282828;
    position: absolute;
    transform: rotate(-45deg);
    right: 10px;
    top: 0; }
  nav.open div.nav-header div.nav-button:after {
    content: '';
    height: 24px;
    border-left: 2px solid #282828;
    position: absolute;
    transform: rotate(45deg);
    right: 10px;
    top: 0; }
  nav.open ul.nav-list {
    transition: opacity 0.4s ease-in-out, visibility 0s 0s linear, z-index 0s 0s linear;
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    z-index: 1; }

  nav.shrink div.nav-header {
    background-color: white;
    height: 60px; } }
@media (min-width: 1025px) {
  nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 40px 60px;
    position: fixed;
    z-index: 2;
    width: 100%;
    transition: all 0.4s ease; }
    nav div.nav-header a {
      display: flex;
      align-items: center; }
    nav div.nav-header span {
      display: block;
      font-size: 20px;
      font-weight: 700;
      margin-right: 4px; }
    nav div.nav-header img {
      width: 32px;
      height: 32px; }
    nav div.nav-header div.nav-button {
      display: none; }
    nav ul.nav-list {
      display: flex;
      flex-direction: row;
      list-style-type: none;
      padding: 0; }
      nav ul.nav-list li {
        padding: 8px 12px; }
      nav ul.nav-list li:first-child {
        display: none; }

  nav.shrink {
    background-color: white;
    padding: 4px 60px; } }
.center {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

section#image {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 108%;
  z-index: -1;
  height: 45vh; }
  section#image .image-layers {
    position: relative;
    width: 100%;
    height: 100%; }
    section#image .image-layers img.layer1 {
      display: block;
      width: 100%;
      height: auto;
      position: absolute;
      z-index: 3;
      top: 68%; }
      @media only screen and (min-width: 768px) {
        section#image .image-layers img.layer1 {
          width: 100%;
          top: 63%; } }
    section#image .image-layers img.layer2 {
      display: block;
      width: 100%;
      height: auto;
      position: absolute;
      z-index: 1;
      top: 58%; }
      @media only screen and (min-width: 768px) {
        section#image .image-layers img.layer2 {
          width: 100%;
          top: 52%; } }
    section#image .image-layers img.layer3 {
      display: block;
      width: auto;
      height: 100%;
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media only screen and (min-width: 768px) {
        section#image .image-layers img.layer3 {
          width: auto;
          height: 100%; } }
  @media only screen and (min-width: 768px) {
    section#image {
      width: 450px;
      height: 450px; } }
  @media only screen and (min-width: 1024px) {
    section#image {
      margin-bottom: 110%; } }
  @media only screen and (min-width: 1366px) {
    section#image {
      width: 500px;
      height: 500px;
      margin-bottom: 86%; } }
  @media only screen and (min-width: 1500px) {
    section#image {
      margin-bottom: 1200px; } }

#loading-screen {
  visibility: hidden;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  color: #333;
  background-color: transparent;
  transition: background-color 0.3s 0.4s ease, visibility 0s 0.7s; }
  html.loading #loading-screen {
    visibility: visible;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.7);
    transition: background-color 0.2s ease-out; }

.spinner,
.spinner:before,
.spinner:after {
  background: #ffac33;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em; }

.spinner {
  color: #ffac33;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.spinner:before,
.spinner:after {
  position: absolute;
  top: 0;
  content: ''; }

.spinner:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner:after {
  left: 1.5em; }

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }

/*# sourceMappingURL=style.css.map */
