@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Homespun TT BRK";
  src: url("../fonts/HomespunTTBRK.woff2") format("woff2"), url("../fonts/HomespunTTBRK.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  background: #252c3a;
  font-size: 56px;
  font-family: "Open Sans";
  color: white;
  font-weight: 200;
  overflow-x: clip;
  overflow-anchor: none;
}
body h1 {
  font-size: 200px;
  font-family: "Homespun TT BRK";
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 5px;
}
@media only screen and (max-width: 1620px) {
  body {
    font-size: 40px;
  }
  body h1 {
    font-size: 150px;
  }
}
@media only screen and (max-width: 1100px) {
  body {
    font-size: 30px;
  }
  body h1 {
    font-size: 100px;
  }
}
@media only screen and (max-width: 850px) {
  body {
    font-size: 20px;
  }
  body h1 {
    font-size: 60px;
  }
}

.nav {
  height: 77px;
  display: flex;
  flex-flow: row nowrap;
  position: fixed;
  z-index: 1000;
  width: 100%;
  justify-content: center;
  background: #252c3a;
}
@media only screen and (max-width: 1366px) {
  .nav {
    transition: top 1s;
    top: -100vh;
  }
  .nav.toggled {
    top: 0;
  }
}
.nav .nav-inner {
  width: 1520px;
  display: flex;
  flex-flow: row nowrap;
  background: #2ab9b6;
}
@media only screen and (max-width: 1620px) {
  .nav .nav-inner {
    width: 1000px;
  }
}
@media only screen and (max-width: 1366px) {
  .nav .nav-inner {
    width: 100%;
    height: 100vh;
    flex-flow: column nowrap;
  }
}
.nav .nav-inner .nav-left {
  flex: 0 0 245px;
  background: #252c3a;
  left: -75px;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .nav .nav-inner .nav-left {
    width: 100%;
    position: static;
    flex: 0 0 75px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
}
.nav .nav-inner .nav-left img {
  width: 190px;
}
.nav .nav-inner .nav-right {
  flex: 1 1 auto;
  background: #2ab9b6;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .nav .nav-inner .nav-right {
    width: 100%;
    flex: 0 1 100%;
    display: flex;
    flex-flow: column;
  }
}
.nav .nav-inner .nav-right .nav-socials {
  position: absolute;
  top: 0;
  right: -160px;
  flex: 0 0 160px;
  justify-content: space-around;
}
@media only screen and (max-width: 1366px) {
  .nav .nav-inner .nav-right .nav-socials {
    width: 100%;
    flex-flow: row nowrap !important;
    position: static;
    height: 100px !important;
    justify-content: center !important;
  }
}
.nav .nav-inner .nav-right .nav-items {
  justify-content: flex-end;
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
}
@media only screen and (max-width: 1366px) {
  .nav .nav-inner .nav-right .nav-items {
    width: 100%;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
  }
}
.nav .nav-inner .nav-right .nav-items .nav-item {
  flex: 0 1 auto;
  height: 100%;
  font-size: 20px;
  font-family: "Open Sans";
}
@media only screen and (max-width: 1366px) {
  .nav .nav-inner .nav-right .nav-items .nav-item {
    flex: 0 1 40px;
    font-size: 30px;
    padding: 10px 0;
  }
}
.nav .nav-inner .nav-right .nav-items .nav-item a {
  min-width: 140px;
  color: black;
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.nav .nav-inner .nav-right .nav-items .nav-item a:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 5px solid #d30c4e;
  width: 0%;
  transition: all 0.3s;
  top: 70%;
}
.nav .nav-inner .nav-right .nav-items .nav-item a:hover:after {
  width: 50%;
}
.nav .nav-inner .nav-right .nav-items .nav-item.nav-item-accent a {
  min-width: 190px;
  background: #d30c4e;
  color: white;
}
@media only screen and (max-width: 1366px) {
  .nav .nav-inner .nav-right .nav-items .nav-item.nav-item-accent a {
    width: 10%;
    border-radius: 8px;
  }
}
.nav .nav-inner .nav-right .nav-items .nav-social {
  background: #252c3a;
}
@media only screen and (max-width: 1366px) {
  .nav .nav-inner .nav-right .nav-items .nav-social {
    background-color: #2ab9b6;
    padding: 0;
  }
}
.nav .nav-inner .nav-right .nav-items .nav-social a {
  min-width: 50px;
}
.nav .nav-inner .nav-right .nav-items .nav-social a::after {
  display: none;
}

.masthead {
  padding-top: 77px;
  height: calc(100vh - 77px);
  width: 100%;
  z-index: 10;
  position: relative;
}
.masthead video {
  height: 100%;
  width: 100%;
}

.section-wrapper {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 40px;
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 1620px) {
  .section-wrapper {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1100px) {
  .section-wrapper {
    max-width: 750px;
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 850px) {
  .section-wrapper {
    max-width: 90%;
    padding: 40px 10px;
  }
}
.section-wrapper .inner-wrapper {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 1620px) {
  .section-wrapper .inner-wrapper {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1100px) {
  .section-wrapper .inner-wrapper {
    max-width: 750px;
  }
}
@media only screen and (max-width: 850px) {
  .section-wrapper .inner-wrapper {
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.section-wrapper.red-bg {
  background: #d30c4e;
}
.section-wrapper.green-bg {
  background: #0ad588;
}
.section-wrapper.teal-bg {
  background: #2ab9b6;
}
.section-wrapper.full-width {
  max-width: 100%;
  padding: 100px 0;
}
.section-wrapper.parallax-bg {
  background-image: url("../images/Sigtrap-BG.png");
}

.button {
  border: 5px solid;
  border-radius: 8px;
  font-family: "Homespun TT BRK";
  font-size: 40px;
  padding: 10px 30px 15px;
  color: white;
  text-decoration: none;
  background: transparent;
}
.button.button-red {
  border-color: #d30c4e;
  transition: background 0.3s;
}
.button.button-red:hover {
  background: #d30c4e;
}
@media only screen and (max-width: 850px) {
  .button {
    font-size: 20px;
    padding: 8px 20px;
  }
}

.info-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 40px;
  row-gap: 40px;
  position: relative;
  margin-bottom: 100px;
  transition: padding 0.3s;
}
@media only screen and (max-width: 1620px) {
  .info-tiles {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 1100px) {
  .info-tiles {
    grid-template-columns: 1fr;
  }
}
.info-tiles .info-box {
  position: absolute;
  transition: opacity 0.6s, top 0.6s;
  font-size: 30px;
  bottom: -40px;
  padding: 20px;
  opacity: 0;
  border-radius: 20px;
}
.info-tiles .info-box.toggled {
  opacity: 1;
}
.info-tiles .info-box.info-box-red {
  background: #d30c4e;
}
.info-tiles .info-box.info-box-teal {
  background: #2ab9b6;
}
.info-tiles .info-box.info-box-green {
  background: #0ad588;
}
.info-tiles .info-box.info-box-orange {
  background: #d27b25;
}
@media only screen and (max-width: 1100px) {
  .info-tiles .info-box {
    font-size: 20px;
  }
}
.info-tiles .info-tile {
  font-family: "Open Sans";
  color: white;
  font-size: 30px;
  border: 5px solid;
  border-radius: 20px;
  background: transparent;
  padding: 50px 30px 20px;
  cursor: pointer;
  transition: background 0.3s;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 1620px) {
  .info-tiles .info-tile {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .info-tiles .info-tile {
    font-size: 20px;
    padding: 20px 15px 10px;
  }
}
.info-tiles .info-tile .info-tile-title {
  font-size: 49px;
  display: inline-block;
  margin-bottom: 25px;
  line-height: 47px;
  transition: color 0.3s;
}
@media only screen and (max-width: 1620px) {
  .info-tiles .info-tile .info-tile-title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .info-tiles .info-tile .info-tile-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.info-tiles .info-tile.info-tile-red {
  border-color: #d30c4e;
}
.info-tiles .info-tile.info-tile-red .info-tile-title {
  color: #d30c4e;
}
.info-tiles .info-tile.info-tile-red.toggled {
  background: #d30c4e;
}
.info-tiles .info-tile.info-tile-red.toggled .info-tile-title {
  color: white;
}
.info-tiles .info-tile.info-tile-teal {
  border-color: #2ab9b6;
}
.info-tiles .info-tile.info-tile-teal .info-tile-title {
  color: #2ab9b6;
}
.info-tiles .info-tile.info-tile-teal.toggled {
  background: #2ab9b6;
}
.info-tiles .info-tile.info-tile-teal.toggled .info-tile-title {
  color: white;
}
.info-tiles .info-tile.info-tile-green {
  border-color: #0ad588;
}
.info-tiles .info-tile.info-tile-green .info-tile-title {
  color: #0ad588;
}
.info-tiles .info-tile.info-tile-green.toggled {
  background: #0ad588;
}
.info-tiles .info-tile.info-tile-green.toggled .info-tile-title {
  color: white;
}
.info-tiles .info-tile.info-tile-orange {
  border-color: #d27b25;
}
.info-tiles .info-tile.info-tile-orange .info-tile-title {
  color: #d27b25;
}
.info-tiles .info-tile.info-tile-orange.toggled {
  background: #d27b25;
}
.info-tiles .info-tile.info-tile-orange.toggled .info-tile-title {
  color: white;
}

.our-work-wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-around;
}
.our-work-wrapper .our-work-inner {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.our-work-wrapper .our-work-inner .our-work-tile {
  background-size: cover;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.our-work-wrapper .our-work-inner .our-work-tile .our-work-title {
  color: white;
  font-family: "Open Sans";
  font-weight: 700;
}
.our-work-wrapper .our-work-inner .our-work-feature {
  max-width: 1100px;
  width: 100%;
  margin: 10px 10px;
  flex: 0 1 700px;
  display: flex;
  flex-flow: column;
}
@media only screen and (max-width: 1300px) {
  .our-work-wrapper .our-work-inner .our-work-feature {
    max-width: 660px;
    flex: 0 1 500px;
  }
}
@media only screen and (max-width: 1000px) {
  .our-work-wrapper .our-work-inner .our-work-feature {
    max-width: 440px;
  }
}
@media only screen and (max-width: 630px) {
  .our-work-wrapper .our-work-inner .our-work-feature {
    max-width: 215px;
    flex: 0 1 350px;
  }
}
.our-work-wrapper .our-work-inner .our-work-feature .our-work-tile {
  border: 5px solid white;
  border-radius: 20px;
  flex: 1 1 100%;
  background-position: 50%;
  background-size: cover;
}
.our-work-wrapper .our-work-inner .our-work-feature .our-work-tile .our-work-title {
  font-size: 60px;
  margin: 40px 0 auto;
}
@media only screen and (max-width: 630px) {
  .our-work-wrapper .our-work-inner .our-work-feature .our-work-tile .our-work-title {
    font-size: 20px;
  }
}
.our-work-wrapper .our-work-inner .our-work-feature .our-work-tile .our-work-description {
  font-size: 20px;
  max-width: 70%;
  text-align: center;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 630px) {
  .our-work-wrapper .our-work-inner .our-work-feature .our-work-tile .our-work-description {
    font-size: 14px;
  }
}
.our-work-wrapper .our-work-inner .our-work-feature .our-work-tile .our-work-button {
  background-color: #d30c4e;
  border-color: #d30c4e;
  cursor: pointer;
  border-radius: 15px;
  border-radius: 8px;
  font-family: "Homespun TT BRK";
  font-size: 30px;
  padding: 10px 30px 15px;
  color: white;
  text-decoration: none;
  margin: 20px 0;
}
.our-work-wrapper .our-work-inner .our-work-carousel {
  display: flex;
  flex-flow: row nowrap;
  max-width: 1100px;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .our-work-wrapper .our-work-inner .our-work-carousel {
    max-width: 660px;
  }
}
@media only screen and (max-width: 1000px) {
  .our-work-wrapper .our-work-inner .our-work-carousel {
    max-width: 440px;
  }
}
@media only screen and (max-width: 630px) {
  .our-work-wrapper .our-work-inner .our-work-carousel {
    max-width: 215px;
  }
}
.our-work-wrapper .our-work-inner .our-work-carousel .left-nav {
  content: "";
  background-image: url(../images/arrow-left.svg);
  display: block;
  position: absolute;
  left: -60px;
  width: 40px;
  height: 120px;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.our-work-wrapper .our-work-inner .our-work-carousel .right-nav {
  content: "";
  background-image: url(../images/arrow-right.svg);
  display: block;
  position: absolute;
  right: -60px;
  width: 40px;
  height: 120px;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.our-work-wrapper .our-work-inner .our-work-carousel .our-work-carousel-inner {
  display: flex;
  flex-flow: row nowrap;
  max-width: 1100px;
  width: 100%;
  overflow: hidden;
}
.our-work-wrapper .our-work-inner .our-work-carousel .our-work-carousel-inner .our-work-tile {
  border-radius: 8px;
  height: 120px;
  flex: 0 0 198px;
  margin: 0 10px;
  cursor: pointer;
  border: 2px solid transparent;
}
.our-work-wrapper .our-work-inner .our-work-carousel .our-work-carousel-inner .our-work-tile.toggled {
  border: 2px solid white;
}
.our-work-wrapper .our-work-inner .our-work-carousel .our-work-carousel-inner .our-work-tile .our-work-title {
  font-size: 30px;
}

.testimonials {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
}
.testimonials .left-nav {
  background-image: url(../images/arrow-left.svg);
  display: block;
  position: absolute;
  left: 3%;
  top: 5%;
  width: 100px;
  height: 100%;
  background-position: 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media only screen and (max-width: 550px) {
  .testimonials .left-nav {
    left: -9%;
  }
}
.testimonials .right-nav {
  background-image: url(../images/arrow-right.svg);
  display: block;
  position: absolute;
  right: 3%;
  top: 5%;
  width: 100px;
  height: 100%;
  background-position: 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media only screen and (max-width: 550px) {
  .testimonials .right-nav {
    right: -9%;
  }
}
.testimonials .testimonial {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  margin: 50px 0;
  flex: 0 0 100%;
  transition-timing-function: ease-out;
  transition: margin-left 1s;
}
.testimonials .testimonial img {
  width: 200px;
  margin: 0 auto;
  display: block;
}
.testimonials .testimonial .testimonial-body {
  text-align: center;
  font-size: 40px;
  margin: 20px 0 40px;
  max-width: 1520px;
  width: 100%;
}
@media only screen and (max-width: 1620px) {
  .testimonials .testimonial .testimonial-body {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1100px) {
  .testimonials .testimonial .testimonial-body {
    max-width: 750px;
  }
}
@media only screen and (max-width: 850px) {
  .testimonials .testimonial .testimonial-body {
    max-width: 75%;
    font-size: 20px;
  }
}
.testimonials .testimonial .testimonial-author {
  text-align: center;
  font-size: 30px;
  max-width: 1520px;
  width: 100%;
}
@media only screen and (max-width: 1620px) {
  .testimonials .testimonial .testimonial-author {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1100px) {
  .testimonials .testimonial .testimonial-author {
    max-width: 750px;
  }
}
@media only screen and (max-width: 850px) {
  .testimonials .testimonial .testimonial-author {
    max-width: 90%;
    font-size: 20px;
  }
}

.team-profiles .team-profile {
  display: flex;
  flex-flow: row;
  align-items: center;
  max-width: 1300px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1620px) {
  .team-profiles .team-profile {
    flex-flow: column;
    align-items: flex-start;
  }
}
.team-profiles .team-profile .profile-image {
  border-radius: 20px;
  height: 270px;
  border: 5px solid;
  overflow: hidden;
  flex: 0 0 270px;
  margin-right: 90px;
}
.team-profiles .team-profile .profile-image img {
  object-fit: cover;
}
@media only screen and (max-width: 1620px) {
  .team-profiles .team-profile .profile-image {
    margin-bottom: 20px;
    margin-top: 50px;
  }
}
.team-profiles .team-profile .profile-copy {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  min-width: 200px;
  flex: 0 1 auto;
}
.team-profiles .team-profile .profile-copy .profile-title {
  font-size: 40px;
}
@media only screen and (max-width: 1100px) {
  .team-profiles .team-profile .profile-copy .profile-title {
    font-size: 25px;
  }
}
.team-profiles .team-profile .profile-copy .profile-body {
  font-size: 30px;
  margin: 20px 0 0;
}
@media only screen and (max-width: 1100px) {
  .team-profiles .team-profile .profile-copy .profile-body {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1620px) {
  .team-profiles .team-profile .profile-copy .profile-body {
    margin: 20px 0 20px;
  }
}
.team-profiles .team-profile .profile-copy .profile-socials .profile-social {
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
}
.team-profiles .team-profile.red-profile .profile-title {
  color: #d30c4e;
}
.team-profiles .team-profile.red-profile .profile-social {
  fill: #d30c4e;
}
.team-profiles .team-profile.red-profile .profile-social.icon-twitter {
  background-image: url("../images/icon-twitter-red.svg");
}
.team-profiles .team-profile.red-profile .profile-social.icon-linkedin {
  background-image: url("../images/icon-linkedin-red.svg");
}
.team-profiles .team-profile.red-profile .profile-image {
  border-color: #d30c4e;
}
.team-profiles .team-profile.teal-profile .profile-title {
  color: #2ab9b6;
}
.team-profiles .team-profile.teal-profile .profile-social {
  fill: #2ab9b6;
}
.team-profiles .team-profile.teal-profile .profile-social.icon-twitter {
  background-image: url("../images/icon-twitter-teal.svg");
}
.team-profiles .team-profile.teal-profile .profile-social.icon-linkedin {
  background-image: url("../images/icon-linkedin-teal.svg");
}
.team-profiles .team-profile.teal-profile .profile-social.icon-artstation {
  background-image: url("../images/icon-artstation-teal.svg");
}
.team-profiles .team-profile.teal-profile .profile-image {
  border-color: #2ab9b6;
}

.blobs-wrapper {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  transition: top 2.2s, opacity 1.4s;
  overflow-x: clip;
}
.blobs-wrapper.moving {
  transition: top 2.2s, opacity 1s;
}
.blobs-wrapper .blobs-inner {
  height: 100px;
  width: 1520px;
  margin: 0 auto;
  position: relative;
  top: 50%;
}
@media only screen and (max-width: 1620px) {
  .blobs-wrapper .blobs-inner {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1100px) {
  .blobs-wrapper .blobs-inner {
    max-width: 750px;
  }
}
.blobs-wrapper .blobs-inner .tk-blob {
  position: absolute;
  transition: left 1.1s, top 2.2s, opacity 3s, width 1.2s, transform 1.2s;
  transition-timing-function: ease-in-out;
  opacity: 1;
  position: absolute;
  width: 1000px;
  left: -5%;
  top: -543%;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 80px 80px 450px 66px;
  gap: 45px 35px;
  grid-template-areas: "name ." "email number" "message message" ". button";
}
@media only screen and (max-width: 1620px) {
  .contact-form {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 80px 80px 80px 450px 66px;
    gap: 45px 35px;
    grid-template-areas: "name" "email" "number" "message" "button";
  }
}
.contact-form .name {
  grid-area: name;
}
.contact-form .email {
  grid-area: email;
}
.contact-form .number {
  grid-area: number;
}
.contact-form .message {
  grid-area: message;
  padding-top: 35px;
}
.contact-form .button {
  grid-area: button;
  background-color: #d30c4e;
  border-color: #d30c4e;
  cursor: pointer;
}
.contact-form .form-field {
  border-radius: 8px;
  font-size: 30px;
  padding-left: 35px;
  color: #a6a8ab;
  border: 1px solid #707070;
  font-family: "Open Sans";
  max-width: 100%;
  min-width: 0px;
}

footer {
  display: flex;
  justify-content: center;
}
footer .footer-inner {
  font-size: 18px;
  display: flex;
  flex-flow: row;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  max-width: 1520px;
  width: 100%;
}
@media only screen and (max-width: 1620px) {
  footer .footer-inner {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1100px) {
  footer .footer-inner {
    max-width: 750px;
    flex-direction: column-reverse;
    height: auto;
  }
}
@media only screen and (max-width: 850px) {
  footer .footer-inner {
    max-width: 90%;
    padding: 40px 10px;
  }
}
footer .footer-inner .legal-links a {
  padding: 0 20px;
  color: white;
  text-decoration: none;
}
@media only screen and (max-width: 1100px) {
  footer .footer-inner .legal-links {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  footer .footer-inner .legal-links a {
    margin: 10px 0;
  }
}
footer .footer-inner .nav-socials {
  display: flex;
  flex-flow: row nowrap;
}
footer .footer-inner .nav-socials .nav-social {
  display: flex;
  flex-flow: row nowrap;
}
footer .footer-inner .nav-socials .nav-social img {
  height: 38px;
  padding: 0 15px;
}

.mobile-nav-button {
  fill: white;
  cursor: pointer;
  position: fixed;
  top: 15px;
  left: 10px;
  z-index: 2000;
}
@media only screen and (min-width: 1366px) {
  .mobile-nav-button {
    display: none;
  }
}

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