﻿@charset "UTF-8";
* {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  height: 100vh; }

.logo {
  position: fixed;
  width: 200px;
  height: 200px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 9998; }
  .logo svg {
    width: 200px; }

.logo-border {
  border-bottom: 1px solid #A9AD19;
  display: block;
  width: 100%;
  margin-top: 150px; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  box-sizing: border-box; }

body {
  height: 100vh;
  width: 100%;
  font-family: trasandina,sans-serif;
  font-weight: 100;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff; }

a {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #A9AD19; }

a.btnOutline {
  position: relative;
  display: inline-block;
  padding: 1.05em 1em;
  cursor: pointer;
  overflow: hidden;
  color: #A9AD19; }
  a.btnOutline:before, a.btnOutline:after {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0); }
  a.btnOutline:before {
    top: 0; }
  a.btnOutline:after {
    bottom: 0; }
  a.btnOutline:hover > * > *:before, a.btnOutline:hover > * > *:after {
    transform: translate3d(0, 0, 0); }
  a.btnOutline:hover > * > * > *:before, a.btnOutline:hover > * > * > *:after {
    transform: translate3d(0, 0, 0); }
  a.btnOutline > *:before, a.btnOutline > *:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0); }
  a.btnOutline > *:before {
    left: 0; }
  a.btnOutline > *:after {
    right: 0; }
  a.btnOutline > * > *:before, a.btnOutline > * > *:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 9;
    height: 1px;
    width: 100%;
    background-color: #A9AD19; }
  a.btnOutline > * > *:before {
    top: 0;
    transform: translate3d(-90%, 0, 0);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
  a.btnOutline > * > *:after {
    bottom: 0;
    transform: translate3d(90%, 0, 0);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
  a.btnOutline > * > * > *:before, a.btnOutline > * > * > *:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 9;
    height: 100%;
    width: 1px;
    background-color: #A9AD19; }
  a.btnOutline > * > * > *:before {
    left: 0;
    transform: translate3d(0, -60%, 0);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
  a.btnOutline > * > * > *:after {
    right: 0;
    transform: translate3d(0, 60%, 0);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
  a.btnOutline span span span {
    color: #A9AD19;
    font-weight: 500; }

.imgslider {
  z-index: 10;
  position: relative;
  display: inline-block;
  padding: 30px;
  overflow: hidden; }
  .imgslider:before, .imgslider:after {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #ffffff; }
  .imgslider:before {
    top: 0; }
  .imgslider:after {
    bottom: 0; }
  .imgslider:hover > * > *:before, .imgslider:hover > * > *:after {
    transform: translateX(0); }
  .imgslider:hover > * > * > *:before, .imgslider:hover > * > * > *:after {
    transform: translateY(0); }
  .imgslider > *:before, .imgslider > *:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ffffff; }
  .imgslider > *:before {
    left: 0; }
  .imgslider > *:after {
    right: 0; }
  .imgslider > * > *:before, .imgslider > * > *:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 9;
    height: 1px;
    width: 100%;
    background-color: #A9AD19; }
  .imgslider > * > *:before {
    top: 0;
    transform: translateX(80%);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
  .imgslider > * > *:after {
    bottom: 0;
    transform: translateX(-80%);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
  .imgslider > * > * > *:before, .imgslider > * > * > *:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 9;
    height: 100%;
    width: 1px;
    background-color: #A9AD19; }
  .imgslider > * > * > *:before {
    left: 0;
    transform: translateY(80%);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
  .imgslider > * > * > *:after {
    right: 0;
    transform: translateY(-80%);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1); }

.captions {
  background: #eeeeee;
  display: block;
  color: #54565A;
  padding: 10px;
  width: 300px;
  float: right;
  margin-top: -40px;
  z-index: 999999;
  margin-right: 30px;
  margin-top: 0px; }
  @media (max-width: 450px) {
    .captions {
      width: 350px; } }

.cursor {
  position: fixed;
  background-color: #A9AD19;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.25s;
  /*transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
      0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;*/
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: scale(1); }
  .cursor.active {
    opacity: 0.5;
    transform: scale(3); }
  .cursor.active-multiply {
    opacity: 0.5;
    mix-blend-mode: color-dodge;
    transform: scale(10); }
  .cursor.menu-active {
    opacity: 1;
    transform: scale(0); }
  .cursor.hovered {
    opacity: 1; }

.cursor-follower {
  position: fixed;
  border: 1px solid #A9AD19;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.25s;
  /*transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
      0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;*/
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: translate(2px, 2px); }
  .cursor-follower.active {
    opacity: 0;
    background-color: #A9AD19; }

@media (max-width: 450px) {
  .cursor, .cursor-follower {
    display: none; } }

/* Typography –––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 2rem;
  color: #54565A;
  font-weight: 300; }

h1 {
  font-size: 70px;
  line-height: 1;
  margin-top: 100px; }
  @media (max-width: 450px) {
    h1 {
      font-size: 30px;
      line-height: 34px; } }

h2 {
  font-size: 4rem; }
  @media (max-width: 450px) {
    h2 {
      font-size: 40px; } }

p, ul, li {
  margin-top: 0;
  font-size: 25px;
  line-height: 32px; }
  @media (max-width: 450px) {
    p, ul, li {
      font-size: 22px;
      line-height: 26px; } }

/* Clearing –––––––––––––––––––––––––––––––––––––––––––––––––– */
.container:after {
  content: "";
  display: table;
  clear: both; }

#navigationWrap {
  display: none;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background: #54565A;
  opacity: 0;
  position: absolute;
  top: 0;
  padding: 50px 0;
  overflow: hidden;
  z-index: 9999; }

nav ul {
  list-style-type: none;
  padding: 0; }

nav ul li {
  color: white;
  font-size: 40px;
  font-weight: 100;
  margin-top: 50px; }
  nav ul li svg {
    position: absolute;
    left: -70px;
    margin-top: 12px;
    overflow: visible; }
    @media (max-width: 450px) {
      nav ul li svg {
        display: none; } }

nav ul li:first-child {
  font-size: 40px;
  /*8vh;*/
  overflow: visible; }

@media (max-width: 750px) {
  nav ul li {
    font-size: 15vw;
    margin-top: 10px !important;
    padding-top: 0px; }
  nav ul li:first-child {
    font-size: 8vw;
    margin-top: 30px; } }
  @media (max-width: 750px) and (max-width: 750px) {
    nav ul li:first-child {
      margin-top: 75px !important; } }

@media (max-width: 750px) {
  nav ul li a {
    padding-top: 0px !important; } }

nav a {
  color: white;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
  text-decoration: none;
  font-size: 40px;
  padding-top: 50px; }
  @media (max-width: 450px) {
    nav a {
      font-size: 30px;
      line-height: 60px; } }

nav a:hover {
  color: #A8AD00;
  text-decoration: none; }

.navbarCustom {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 45px;
  height: 45px;
  z-index: 20;
  cursor: pointer;
  z-index: 10000; }

.close {
  display: none;
  opacity: 0;
  position: fixed;
  top: 20px;
  left: 20px;
  width: 45px;
  height: 45px;
  z-index: 20;
  cursor: pointer;
  z-index: 10000; }

.social p {
  color: #A8AD00; }

.social a {
  color: white;
  color: white;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none; }

.social a:hover {
  color: #A8AD00; }

.fa {
  color: #A8AD00;
  padding-right: 12px;
  font-size: 1.8em !important;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s; }

.fa:hover {
  color: black; }

.vertical-center {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center; }

.contactButton {
  position: fixed !important;
  right: 0 !important;
  top: 400px;
  z-index: 9999999; }

.contact h1 {
  font-size: 50px;
  margin-top: unset; }

@media (max-width: 750px) {
  .contact contactPullOut {
    margin-top: 50px; } }

.contact h3 {
  font-size: 70px;
  margin-bottom: 5px; }

.story .storyQuote {
  margin-top: 200px; }
  @media (max-width: 750px) {
    .story .storyQuote {
      margin-top: 50px; } }

.story h3 {
  font-size: 50px;
  margin-bottom: 5px; }

.work {
  margin-top: 1000px; }
  .work .caseStudy h2 {
    margin-bottom: 100px; }
  .work .caseStudy h4 {
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 10px; }
  .work .caseStudy p {
    font-size: 20px; }
  .work h3 {
    font-size: 50px;
    margin-bottom: 50px; }
    @media (max-width: 450px) {
      .work h3 {
        font-size: 34px;
        line-height: 38px; } }

.marginTop100 {
  margin-top: 100px; }

html,
body,
.view {
  height: 100%; }

.carousel,
.carousel-item,
.carousel-item.active {
  height: 100%; }

.carousel-inner {
  height: 100%; }

.carousel .carousel-item video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#carousel-home .carousel-caption {
  bottom: 44vh;
  font-size: 40px;
  color: white;
  width: 95%;
  left: 5%;
  right: 5%;
  mix-blend-mode: difference; }
  #carousel-home .carousel-caption .h3-responsive {
    color: white;
    font-weight: 500;
    text-align: left;
    position: absolute; }
    @media (max-width: 450px) {
      #carousel-home .carousel-caption .h3-responsive {
        font-size: 34px;
        line-height: 38px;
        bottom: -235px;
        text-align: left; } }

.inPageCarousel .carousel-caption {
  position: absolute;
  right: 15%;
  top: -50px;
  left: 8%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  background-color: white;
  width: 70%;
  bottom: unset; }
  .inPageCarousel .carousel-caption .h3-responsive {
    font-size: 60px;
    font-weight: 300;
    text-align: left;
    padding: 20px 100px 20px 100px;
    overflow: visible;
    z-index: 100000; }
    @media (max-width: 450px) {
      .inPageCarousel .carousel-caption .h3-responsive {
        font-size: 34px;
        line-height: 34px;
        padding: 27px 20px 20px 20px;
        font-size: 28px; } }
  .inPageCarousel .carousel-caption .carousel-spacer {
    display: block !important;
    height: 50px !important;
    width: 100%;
    background-color: grey; }

.inPageCarousel ol.carousel-indicators {
  top: 165px;
  bottom: unset;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: left;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 8%;
  padding: 0px 0px 0px 100px;
  list-style: none; }
  @media (max-width: 450px) {
    .inPageCarousel ol.carousel-indicators {
      top: 250px;
      margin-left: 0%; } }
  .inPageCarousel ol.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border: 1px solid #A9AD19;
    height: 18px;
    width: 18px; }

.inPageCarousel ol.carousel-indicators .active, .inPageCarousel ol.carousel-indicators2 .active {
  background-color: #A8AD00; }

ol.carousel-indicators2 {
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: left;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 0%;
  list-style: none; }
  ol.carousel-indicators2 li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border: 1px solid #A9AD19;
    height: 18px;
    width: 18px;
    border-radius: 50%; }

.welcomeStatement h1 {
  font-size: 50px;
  text-align: center;
  line-height: 66px;
  left: 10%;
  right: 10%;
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 450px) {
    .welcomeStatement h1 {
      font-size: 28px;
      width: 90%;
      line-height: 32px; } }

footer h5 {
  font-weight: 500;
  margin-bottom: 0; }

footer ul li a {
  color: grey !important;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.05em; }

a.greenLink {
  color: #A8AD00 !important;
  font-weight: 500; }
  a.greenLink:hover {
    color: darkgray !important; }

.gallery h3 {
  font-size: 50px;
  margin-top: 100px;
  margin-bottom: 140px; }

.gallery h3::after {
  content: '';
  border-bottom: 1px solid #A8AD00;
  width: 114px;
  display: block;
  margin: 20px auto; }

.gallery h4 {
  margin-top: 350px; }
  @media (max-width: 750px) {
    .gallery h4 {
      margin-top: 20px; } }

.gallery .galleryRow a {
  height: 450px; }

@media (max-width: 750px) {
  .gallery .galleryRow {
    height: unset;
    position: relative; } }

.gallery a.galleryItem .imageFront {
  position: absolute; }
  @media (max-width: 750px) {
    .gallery a.galleryItem .imageFront {
      display: none;
      position: relative; } }

.gallery a.galleryItem .imageBack {
  position: absolute; }
  @media (max-width: 750px) {
    .gallery a.galleryItem .imageBack {
      position: relative; } }

.gallery a.galleryItem .image, .gallery a.galleryItem .image2 {
  width: 300px;
  height: 300px;
  position: absolute; }
  @media (max-width: 750px) {
    .gallery a.galleryItem .image, .gallery a.galleryItem .image2 {
      position: relative; } }
  .gallery a.galleryItem .image.active, .gallery a.galleryItem .image2.active {
    left: 0; }

.fullWidthImage h3, .fullWidthImage p {
  color: white; }

.fullWidthImage h3::after {
  content: '';
  border-bottom: 1px solid #A8AD00;
  width: 114px;
  display: block;
  margin: 20px auto; }

@media (min-width: 450px) {
  .fullWidthImage p {
    font-size: 20px;
    line-height: 26px; } }

@media (max-width: 750px) {
  .fullWidthImage p {
    font-size: 16px;
    width: 100%; }
  .fullWidthImage h3 {
    font-size: 30px !important; } }

/* The Container */
.box-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 1.5rem;
  padding: 0; }

/* Styles for the caption overlays */
/* Standard Box: Top Center */
.box-flex {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  font-size: 1.2rem;
  color: #d9d9d9; }

/* Box: Center Center */
.box-flex-center {
  align-items: center; }

/* Box: Bottom Center */
.box-flex-bottom {
  align-items: flex-end; }

/* Box: Top Right */
.box-flex-top-right {
  justify-content: flex-end; }

/* Box: Center Left */
.box-flex-center-left {
  align-items: center;
  justify-content: flex-start; }

/* Box: Center Right */
.box-flex-center-right {
  align-items: center;
  justify-content: flex-end; }
  @media (max-width: 750px) {
    .box-flex-center-right {
      justify-content: unset; } }

/* Box: Bottom Right */
.box-flex-bottom-right {
  align-items: flex-end;
  justify-content: flex-end; }

.box-caption {
  position: absolute;
  max-width: 600px;
  margin: 0;
  padding: .5rem;
  word-break: break-word;
  font-size: 1.25rem;
  color: white;
  margin-right: 100px;
  font-size: 25px; }
  .box-caption h3 {
    font-size: 50px; }
  @media (max-width: 750px) {
    .box-caption {
      margin-left: 20px;
      margin-right: 20px; } }

/* Styles for multiple caption overlays */
/* align-self: flex-start */
.align-start {
  align-self: flex-start; }

/* align-self: center */
.align-center {
  -ms-grid-row-align: center;
  align-self: center; }

/* align-self: flex-end */
.align-end {
  align-self: flex-end; }

@media (max-width: 750px) {
  #carousel-home .embed-container {
    margin-top: 150px; }
  #carousel-home .carousel-caption {
    display: none; } }

@media (max-width: 450px) {
  #poper {
    display: block !important; } }
