html,
body {
  height: 100%;
  transition: background-image 1s linear;
  -webkit-transition: background-image 1s linear;
  -moz-transition: background-image 1s linear;
}

#aspectTracker {
  display: none;
  color: white;
}

.day-time2 {
  background-image: URL(../IMG/Landscape/day-sky.png);
  background-size: cover;
  background-repeat: repeat-x;
  background-position: bottom;
  transition: opacity 1s;
  opacity: 1;
}

.night-time2 {
  background-image: URL(../IMG/Landscape/night-sky.png);
  background-size: cover;
  background-repeat: repeat-x;
  /* background-position: 50% 900px; */
  transition: opacity 1s;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: -100vh;
  left: 0px;
  opacity: 0;
  pointer-events: none;
}


#day30 {
  background-image: url(../IMG/Pieces/sunv2.png);
}

#day22 {
  background-image: url(../IMG/Pieces/13day.png);
}

#day21 {
  background-image: url(../IMG/Pieces/12day.png);
}

#day19 {
  background-image: url(../IMG/Pieces/10day.png);
}

#day17 {
  background-image: url(../IMG/Pieces/9day.png);
}

#day15 {
  background-image: url(../IMG/Pieces/8day.png);
}

#day13 {
  background-image: url(../IMG/Pieces/7day.png);
}

#day11 {
  background-image: url(../IMG/Pieces/6day.png);
}

#day10 {
  background-image: url(../IMG/Pieces/5day.png);
}

#day9 {
  background-image: url(../IMG/Pieces/4day.png);
}

#day8 {
  background-image: url(../IMG/Pieces/3day.png);
}

#sun1 {
  background-image: url(../IMG/Pieces/sunrays.png);
}

#ray11 {
  background-image: url(../IMG/Pieces/2day.png);
}


.eyelayer {
  margin-top: -14%;
  margin-left: -5%;
  width: 110%;
  height: 103%;
  position: fixed;
  background-position: center center;
  background-size: 10%;
  background-repeat: no-repeat;
}

.skylayer {
  width: 100%;
  height: 100%;
  position: fixed;
  background-position: left center;
  background-size: cover;
  background-repeat: repeat;
  background-image: url(../IMG/Landscape/stars.png);
}

.sunlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  background-position: center center;
  background-size: 2vw;
  background-repeat: no-repeat;
  bottom: -23.5vh;
  left: 7vw;
  -webkit-transition: all 1.5s easeInOutExpo;
  transition: all 1.5s easeInOutExpo;
}

.sunlightlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  background-position: center center;
  background-size: 22vw;
  background-repeat: no-repeat;
  bottom: -19vh;
  left: 7vw;
  -webkit-transition: all 1.5s easeInOutExpo;
  transition: all 1.5s easeInOutExpo;
}

.lensflarelayer {
  width: 100%;
  height: 100%;
  position: fixed;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -20vh;
  -webkit-transition: all 1.5s easeInOutExpo;
  transition: all 1.5s easeInOutExpo;
}

.robotlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  background-position: center;
  background-size: 12.5vw;
  background-repeat: no-repeat;
  bottom: -25vh;
  left: -33vw;
  -webkit-transition: all 1.5s easeInOutExpo;
  transition: all 1.5s easeInOutExpo;
}

.landlayer {
  bottom: -8vh;
  margin-left: -4.5%;
  width: 110%;
  height: 103%;
  position: fixed;
  background-position: bottom;
  background-size: contain;
  background-repeat: repeat-x;
  -webkit-transition: all 4.5s easeInOutExpo;
  transition: all 1.5s easeInOutExpo;
}

.siteTitle {
  line-height: 1em;
  font-family: Gotham;
  color: #293b52;
  font-size: 2.5vw;
  font-weight: 900;
  letter-spacing: 5px;
  margin-bottom: 25px;
}

.siteSubtitle {
  line-height: 1em;
  font-family: Gotham Medium;
  color: #5d7ea3;
  font-size: 1vw;
  font-weight: normal;
  margin-bottom: 30px;
}

.smallerGap {
  margin-bottom: 30px;
}

.platformIcons {
  width: 25vw;
}

.BaseUIButtonStyle {
  background-image: URL(../IMG/Other/NavTextBox.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: auto;
  text-align: center;
  vertical-align: middle;
  transition: opacity 0.25s;
  padding-top: 0.2em;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
  background-position: center center;
}

.BaseUIButtonWrapper {
  height: 8vh;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
}

.BaseUIButtonText {
  font-family: Gotham;
  color: #ffffff;
  font-size: 2vw;
  font-weight: 900;
  letter-spacing: 2px;
  padding: 0.5vw;
}

.ClickUIButtonStyle {
  background-image: URL(../IMG/Other/NavTextBoxFill.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: auto;
  text-align: center;
  vertical-align: middle;
  transition: opacity 0.25s;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  background-position: center center;
}

.MenuUIButtonText {
  color: white;
}

.MenuUIButtonText:hover {
  color: white;
  text-decoration: none;
}

.MenuUIFade {
  display: none;
}

#btnAbout {
  bottom: 67vh;
  margin-top: -5%;
  -webkit-transition: all 1.5s easeInOutExpo;
  transition: all 1.5s easeInOutExpo;
}

#btnWork {
  bottom: 59vh;
  -webkit-transition: all 1.5s easeInOutExpo;
  transition: all 1.5s easeInOutExpo;
}

#btnTeam {
  bottom: 51vh;
  -webkit-transition: all 1.5s easeInOutExpo;
  transition: all 1.5s easeInOutExpo;
}

#btnContact {
  bottom: 43vh;
  -webkit-transition: all 1.5s easeInOutExpo;
  transition: all 1.5s easeInOutExpo;
}

#backArrowNav {
  bottom: 35vh;
  -webkit-transition: all 1.5s easeInOutExpo;
  transition: all 1.5s easeInOutExpo;
  padding-top: 0.5vh;
}

.backArrow {
  width: 2vw;
}

.standardText {
  font-family: Gotham;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5em;
  font-size: 1vw;
}

.contactBulletWrapper {
  width: auto;
  display: inline-block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.contactLead {
  margin-top: -8vw;
  margin-bottom: 2.5vw;
}

.contactPost {
  margin-bottom: 2.5vw;
}

.contactEmail {
  margin-bottom: 2.5vw;
}

.contactEmailIcon {
  position: relative;
  width: 2.25vw;
  margin-right: 0.5vw;
}

.contactPhone {
  margin-bottom: 2.5vw;
  /*margin-left: -21.5vw;*/
}

.contactPhoneIcon {
  position: relative;
  margin-right: 0.5vw;
  width: 2.25vw;
}

.aboutText {
  margin-bottom: 2.5vh;
}

.aboutTextLead {
  margin-bottom: 2.5vh;
  margin-top: -26vh;
}

.animatedLine {}

.text-box {
  display: inline-block;
  position: relative;
  min-width: 13vw;
  text-align: left;
  height: 1vw;
}

.text-box div {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  transform: rotateX(-90deg);
  opacity: 0;
  animation-timing-function: ease;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-box div:nth-child(1) {
  animation: rollDown 10s forwards infinite;
}

.text-box div:nth-child(2) {
  animation: rollDown2 10s forwards infinite;
}

.text-box div:nth-child(3) {
  animation: rollDown3 10s forwards infinite;
}

.text-box div:nth-child(4) {
  animation: rollDown4 10s forwards infinite;
}

.text-box div:nth-child(5) {
  animation: rollDown5 10s forwards infinite;
}

.text-box div:nth-child(6) {
  animation: rollDown6 10s forwards infinite;
}

.text-box div:nth-child(7) {
  animation: rollDown7 10s forwards infinite;
}

.text-box div:nth-child(8) {
  animation: rollDown8 10s forwards infinite;
}

.text-box div:nth-child(9) {
  animation: rollDown9 10s forwards infinite;
}

.text-box div:nth-child(10) {
  animation: rollDown10 10s forwards infinite;
}

@keyframes rollDown {
  0% {
    bottom: -3.25vh;
    transform: rotateX(-90deg);
  }

  1.65% {
    bottom: -1vh;
    transform: rotateX(0deg);
    opacity: 1;
  }

  8.25% {
    bottom: -1vh;
    transform: rotateX(0deg);
    opacity: 1;
  }

  9.9% {
    bottom: -0.25vh;
    transform: rotateX(30deg);
    opacity: 0;
  }
}

@keyframes rollDown2 {
  9.9% {
    bottom: -3.25vh;
    transform: rotateX(-90deg);
  }

  11.55% {
    bottom: -1vh;
    transform: rotateX(0deg);
    opacity: 1;
  }

  18.15% {
    bottom: -1vh;
    transform: rotateX(0deg);
    opacity: 1;
  }

  19.8% {
    bottom: -0.25vh;
    transform: rotateX(30deg);
    opacity: 0;
  }
}

@keyframes rollDown3 {
  19.8% {
    bottom: -3.25vh;
    transform: rotateX(-90deg);
  }

  21.45% {
    bottom: -1vh;
    transform: rotateX(0deg);
    opacity: 1;
  }

  28.05% {
    bottom: -1vh;
    transform: rotateX(0deg);
    opacity: 1;
  }

  29.7% {
    bottom: -0.25vh;
    transform: rotateX(30deg);
    opacity: 0;
  }
}

@keyframes rollDown4 {
  29.7% {
    bottom: -3.25vh;
    transform: rotateX(-90deg);
  }

  31.35% {
    bottom: -1vh;
    transform: rotateX(0deg);
    opacity: 1;
  }

  37.95% {
    bottom: -1vh;
    transform: rotateX(0deg);
    opacity: 1;
  }

  39.6% {
    bottom: -0.25vh;
    transform: rotateX(30deg);
    opacity: 0;
  }
}

@keyframes rollDown5 {
  39.6% {
    bottom: -3.25vh;
    transform: rotateX(-90deg);
  }

  41.25% {
    bottom: -1vh;
    transform: rotateX(0deg);
    opacity: 1;
  }

  47.85% {
    bottom: -1vh;
    transform: rotateX(0deg);
    opacity: 1;
  }

  49.5% {
    bottom: -0.25vh;
    transform: rotateX(30deg);
    opacity: 0;
  }
}

@keyframes rollDown6 {
  49.5% {
    bottom: -3.25vh;
    transform: rotateX(-90deg);
  }

  51.15% {
    bottom: -1vh;
    transform: rotateX(0deg);
    opacity: 1;
  }

  57.75% {
    bottom: -1vh;
    transform: rotateX(0deg);
    opacity: 1;
  }

  59.4% {
    bottom: -0.25vh;
    transform: rotateX(30deg);
    opacity: 0;
  }
}

@keyframes rollDown7 {
  59.4% {
    bottom: -3.25vh;
    transform: rotateX(-90deg);
  }

  61.05% {
    bottom: -1vh;
    transform: rotateX(0deg);
    opacity: 1;
  }

  67.65% {
    bottom: -1vh;
    transform: rotateX(0deg);
    opacity: 1;
  }

  69.3% {
    bottom: -0.25vh;
    transform: rotateX(30deg);
    opacity: 0;
  }
}

@keyframes rollDown8 {
  69.3% {
    bottom: -3.25vh;
    transform: rotateX(-90deg);
  }

  70.95% {
    bottom: -1vh;
    transform: rotateX(0deg);
    opacity: 1;
  }

  77.55% {
    bottom: -1vh;
    transform: rotateX(0deg);
    opacity: 1;
  }

  79.2% {
    bottom: -0.25vh;
    transform: rotateX(30deg);
    opacity: 0;
  }
}

@keyframes rollDown9 {
  79.2% {
    bottom: -3.25vh;
    transform: rotateX(-90deg);
  }

  80.85% {
    bottom: -1vh;
    transform: rotateX(0deg);
    opacity: 1;
  }

  87.45% {
    bottom: -1vh;
    transform: rotateX(0deg);
    opacity: 1;
  }

  89.1% {
    bottom: -0.25vh;
    transform: rotateX(30deg);
    opacity: 0;
  }
}

@keyframes rollDown10 {
  89.1% {
    bottom: -3.25vh;
    transform: rotateX(-90deg);
  }

  90.75% {
    bottom: -1vh;
    transform: rotateX(0deg);
    opacity: 1;
  }

  97.35% {
    bottom: -1vh;
    transform: rotateX(0deg);
    opacity: 1;
  }

  99% {
    bottom: -0.25vh;
    transform: rotateX(30deg);
    opacity: 0;
  }
}

@keyframes slideColor {
  0% {
    background-color: #387780;
  }

  33% {
    background-color: #3f88c5;
  }

  66% {
    background-color: #588b8b;
  }

  100% {
    background-color: #387780;
  }
}

.textLimiter {
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
}

.WorkUIFade {
  margin-top: 23vh;
  width: 100%;
  text-align: center;
  z-index: 51;
}

.workUIContainer {
  width: 100%;
  height: 100%;
  pointer-events: all;
  bottom: 0vh;
  position: fixed;
}

#workTitle {
  text-transform: uppercase;
  margin-bottom: 3vh;
}

/** Swiper styles **/
.swiper {
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;

  background-color: rgba(51, 51, 51, 1);
  border-radius: 64px;
  border: 4px solid rgba(255, 255, 255, 1);
}

.swiper-slide-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 115px 100px;

  align-items: center;
  justify-content: center;
  text-align: center;
}

.swiper-slide-title {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 1);
}

.swiper-slide-image {
  position: absolute;
  object-fit: cover;

  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;

  z-index: 1;
}

.swiper-button-prev:after {
  content: none !important;
}

.swiper-button-next:after {
  content: none !important;
}

.swiperArrowLeft {

  width: 1.5vw;
}

.swiperArrowRight {

  width: 1.5vw;
}

.swiper-button-next {
  right: 22vw !important;
}

.swiper-button-prev {
  left: 22vw !important;
}

/* Modal */
.project-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

#projectSwiperMaster {
  z-index: 99;
}


.project-modal-content {
  position: relative;
  top: 5vh;
  left: 0vw;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

#projectModalHeader {
  font-size: 1.75vh;
}

#projectModalBodyDesc>p {
  font-size: 1.5vh;
}

/* Modal Entrance Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 5vh;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 5vh;
    opacity: 1
  }
}


.project-modal-body {
  background-color: white;
  min-height: 500px;
}


.projectModalTextCol {
  padding: 30px;
  margin-top: auto;
  margin-bottom: auto;
}

#projectModalBodyImage {
  margin-top: 3%;
  border-radius: 3.25rem;
  padding-bottom: 3%;
  /*height: 40vh;*/
}

.modalImageBorder {
  /*min-height: 45vh;*/
  background-color: #0d131a;
}


.project-modal-close {
  color: white;
  float: right;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: -25px;
  right: -30px;
}

.project-modal-close:hover,
.project-modal-close:focus {
  color: #5d7ea3;
  text-decoration: none;
  cursor: pointer;
}


/* TEAM MENU */

#teamBoxes {
  margin-top: -15%;
}

.teamRowWrapper {
  min-height: 20vh;
  max-height: 20vh;
}

.teamName {
  font-family: Gotham;
  color: #ffffff;
  font-size: 1.7vw;
  font-weight: bold;
  line-height: 1.4em;
  text-transform: uppercase;
}

.teamRole {
  font-family: Gotham;
  color: #ffffff;
  font-size: 1.3vw;
  font-weight: bold;
  line-height: 1.3em;
  text-transform: capitalize;
}

.teamBlurb {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  max-width: 45vw;
}

.tbox {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 18vh;
  width: 18vh;
  border-radius: 100%;
  border: solid #fefefe 2px;
}


#FirstTeamRowWrapper.secondActive {
  -moz-opacity: 1;
  opacity: 1;
  transform: translate(8.5vw, -8vh) scale(0.66, 0.66);
}

#SecondTeamRowWrapper {
  transform: translate(8.5vw, 0px) scale(0.66, 0.66);
  -webkit-backface-visibility: hidden;
  transform-origin: top left;
  display: block;
  height: auto;
  /*width: 55vw; 
  height: 200px; */
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#SecondTeamRowWrapper.secondActive {
  -moz-opacity: 1;
  opacity: 1;
  transform: translate(0px, -14.5vh) scale(1, 1);
}

@media (min-aspect-ratio: 1/1) {
  #aspectTracker {
    display: none;
    color: turquoise;
  }

  #nav-menu-icon {
    width: 2.5vw;
  }

  .standardText {
    font-size: 1.25vw;
  }


  #teamBoxes {
    margin-top: -10%;
  }

  .teamRowWrapper {
    min-height: 20vh;
    max-height: 20vh;
  }

  .teamName {
    font-family: Gotham;
    color: #ffffff;
    font-size: 1.7vw;
    font-weight: bold;
    line-height: 1.4em;
    text-transform: uppercase;
  }

  .teamRole {
    font-family: Gotham;
    color: #ffffff;
    font-size: 1.3vw;
    font-weight: bold;
    line-height: 1.3em;
    text-transform: capitalize;
  }

  .teamBlurb {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    max-width: 53vw;
  }

  .tbox {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 18vh;
    width: 18vh;
    border-radius: 100%;
    border: solid #fefefe 2px;
  }


  #FirstTeamRowWrapper.secondActive {
    -moz-opacity: 1;
    opacity: 1;
    transform: translate(8.5vw, -8vh) scale(0.66, 0.66);
  }

  #SecondTeamRowWrapper {
    transform: translate(8.5vw, 0px) scale(0.66, 0.66);
    -webkit-backface-visibility: hidden;
    transform-origin: top left;
    display: block;
    height: auto;
    /*width: 55vw; 
  height: 200px; */
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  #SecondTeamRowWrapper.secondActive {
    -moz-opacity: 1;
    opacity: 1;
    transform: translate(0px, -14.5vh) scale(1, 1);
  }

  #projectModalBodyImage {
    margin-top: 3%;
    /*height: 40vh;*/
  }

 

  .modalImageBorder {
    /*min-height: 45vh;*/
  }

  .project-modal-content {
    left: 0vw;
    width: 75%;
  }


  .WorkUIFade {
    margin-top: 26vh;
    width: 100%;
    text-align: center;
    z-index: 55;
  }

  .day-time2 {
    background-size: cover;
    background-repeat: repeat-x;
    background-position: bottom;
    transition: opacity 1s;
    opacity: 1;
  }

  .backArrow {
    width: 3vw;
  }

  .swiperArrowLeft {

    width: 1.5vw;
  }

  .swiperArrowRight {

    width: 1.5vw;
  }

  .aboutTextLead {
    margin-top: -26vh;
  }

  .text-box {
    min-width: 14vw;
    bottom: 3px;
  }

  .textLimiter {
    max-width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }



  .contactLead {
    margin-top: -8vw;
    margin-bottom: 2.5vw;
  }

  .contactPost {
    margin-bottom: 2.5vw;
  }

  .contactEmail {
    margin-bottom: 2.5vw;
  }

  .contactPhone {
    margin-bottom: 2.5vw;
  }

  .contactEmailIcon {
    /* left: -1vw;*/
    width: 3.25vw;
  }

  .contactPhoneIcon {
    /*left: -1vw; */
    width: 3.25vw;
  }


  #btnWork {
    bottom: 59vh;
  }

  #btnTeam {
    bottom: 51vh;
  }

  #btnContact {
    bottom: 43vh;
  }

  #backArrowNav {
    bottom: 35vh;
  }

  #btnAbout {
    margin-top: -6.5%;
    bottom: 67vh;
  }

  .BaseUIButtonText {
    padding: 0.5vw 0vw 0.5vw 0vw;
    font-size: 2.9vw;
  }

  .BaseUIButtonWrapper {
    height: 8vh;
  }

  .platformIcons {
    width: 35vw;
  }

  .eyelayer {
    margin-top: -20%;
    margin-left: -5%;
    background-size: 14%;
  }

  .smallerGap {
    margin-bottom: 3vh !important;
  }

  .siteSubtitle {
    font-size: 1.25vw;
    margin-bottom: 4vh;
  }

  .siteTitle {
    font-size: 3.5vw;
    margin-bottom: 4vh;
  }

  .landlayer {
    bottom: -6vh;
    /* blue */
  }

  .robotlayer {
    background-size: 15vw;
    bottom: -26vh;
    left: -33vw;
  }

  .lensflarelayer {
    bottom: -15vh;
  }

  .sunlightlayer {
    background-size: 20vw;
    bottom: -28vh;
  }

  .sunlayer {
    bottom: -28vh;
  }
}



@media (min-aspect-ratio: 4/3) {

  #aspectTracker {
    display: none;
    color: red;
  }

  #nav-menu-icon {
    width: 2.5vw;
  }

  .standardText {
    font-size: 1.25vw;
  }


  #teamBoxes {
    margin-top: -10%;
  }

  .teamRowWrapper {
    min-height: 20vh;
    max-height: 20vh;
  }

  .teamName {
    font-family: Gotham;
    color: #ffffff;
    font-size: 1.7vw;
    font-weight: bold;
    line-height: 1.4em;
    text-transform: uppercase;
  }

  .teamRole {
    font-family: Gotham;
    color: #ffffff;
    font-size: 1.3vw;
    font-weight: bold;
    line-height: 1.3em;
    text-transform: capitalize;
  }

  .teamBlurb {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    max-width: 53vw;
  }

  .tbox {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 18vh;
    width: 18vh;
    border-radius: 100%;
    border: solid #fefefe 2px;
  }


  #FirstTeamRowWrapper.secondActive {
    -moz-opacity: 1;
    opacity: 1;
    transform: translate(8.5vw, -8vh) scale(0.66, 0.66);
  }

  #SecondTeamRowWrapper {
    transform: translate(8.5vw, 0px) scale(0.66, 0.66);
    -webkit-backface-visibility: hidden;
    transform-origin: top left;
    display: block;
    height: auto;
    /*width: 55vw; 
  height: 200px; */
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  #SecondTeamRowWrapper.secondActive {
    -moz-opacity: 1;
    opacity: 1;
    transform: translate(0px, -14.5vh) scale(1, 1);
  }

  #projectModalBodyImage {
    margin-top: 3%;
    /*height: 40vh;*/
  }



  .modalImageBorder {
    /*min-height: 45vh;*/
  }

  .project-modal-content {
    left: 0vw;
    width: 60%;
  }


  .WorkUIFade {
    margin-top: 26vh;
    width: 100%;
    text-align: center;
    z-index: 55;
  }

  .day-time2 {
    background-size: cover;
    background-repeat: repeat-x;
    background-position: bottom;
    transition: opacity 1s;
    opacity: 1;
  }

  .backArrow {
    width: 3vw;
  }

  .swiperArrowLeft {

    width: 1.5vw;
  }

  .swiperArrowRight {

    width: 1.5vw;
  }

  .aboutTextLead {
    margin-top: -26vh;
  }

  .text-box {
    min-width: 14vw;
    bottom: 3px;
  }

  .textLimiter {
    max-width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }



  .contactLead {
    margin-top: -8vw;
    margin-bottom: 2.5vw;
  }

  .contactPost {
    margin-bottom: 2.5vw;
  }

  .contactEmail {
    margin-bottom: 2.5vw;
  }

  .contactPhone {
    margin-bottom: 2.5vw;
  }

  .contactEmailIcon {
    /* left: -1vw;*/
    width: 3.25vw;
  }

  .contactPhoneIcon {
    /*left: -1vw; */
    width: 3.25vw;
  }


  #btnWork {
    bottom: 59vh;
  }

  #btnTeam {
    bottom: 51vh;
  }

  #btnContact {
    bottom: 43vh;
  }

  #backArrowNav {
    bottom: 35vh;
  }

  #btnAbout {
    margin-top: -6.5%;
    bottom: 67vh;
  }

  .BaseUIButtonText {
    padding: 0.5vw 0vw 0.5vw 0vw;
    font-size: 2.9vw;
  }

  .BaseUIButtonWrapper {
    height: 8vh;
  }

  .platformIcons {
    width: 35vw;
  }

  .eyelayer {
    margin-top: -20%;
    margin-left: -5%;
    background-size: 14%;
  }

  .smallerGap {
    margin-bottom: 3vh !important;
  }

  .siteSubtitle {
    font-size: 1.25vw;
    margin-bottom: 4vh;
  }

  .siteTitle {
    font-size: 3.5vw;
    margin-bottom: 4vh;
  }

  .landlayer {
    bottom: -6vh;
    /* blue */
  }

  .robotlayer {
    background-size: 15vw;
    bottom: -26vh;
    left: -33vw;
  }

  .lensflarelayer {
    bottom: -15vh;
  }

  .sunlightlayer {
    background-size: 20vw;
    bottom: -28vh;
  }

  .sunlayer {
    bottom: -28vh;
  }
}




@media (min-aspect-ratio: 16/9) {

  #aspectTracker {
    display: none;
    color: green;
  }

  #nav-menu-icon {
    width: 2.5vw;
  }

  .standardText {
    font-size: 1vw;
  }



  #teamBoxes {
    margin-top: -15%;
  }

  .teamRowWrapper {
    min-height: 20vh;
    max-height: 20vh;
  }

  .teamName {
    font-family: Gotham;
    color: #ffffff;
    font-size: 1.7vw;
    font-weight: bold;
    line-height: 1.4em;
    text-transform: uppercase;
  }

  .teamRole {
    font-family: Gotham;
    color: #ffffff;
    font-size: 1.3vw;
    font-weight: bold;
    line-height: 1.3em;
    text-transform: capitalize;
  }

  .teamBlurb {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    max-width: 45vw;
  }

  .tbox {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 18vh;
    width: 18vh;
    border-radius: 100%;
    border: solid #fefefe 2px;
  }


  #FirstTeamRowWrapper.secondActive {
    -moz-opacity: 1;
    opacity: 1;
    transform: translate(8.5vw, -8vh) scale(0.66, 0.66);
  }

  #SecondTeamRowWrapper {
    transform: translate(8.5vw, 0px) scale(0.66, 0.66);
    -webkit-backface-visibility: hidden;
    transform-origin: top left;
    display: block;
    height: auto;
    /*width: 55vw; 
  height: 200px; */
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  #SecondTeamRowWrapper.secondActive {
    -moz-opacity: 1;
    opacity: 1;
    transform: translate(0px, -14.5vh) scale(1, 1);
  }

  .project-modal-content {
    width: 45%;
  }

  

  #projectModalBodyImage {
    margin-top: 3%;
    /*height: 40vh;*/
  }

  .modalImageBorder {
    /*min-height: 45vh;*/
  }


  .WorkUIFade {
    margin-top: 23vh;
    width: 100%;
    text-align: center;
    z-index: 55;
  }

  .day-time2 {
    background-size: contain;
    background-repeat: repeat-x;
    background-position: top;
    transition: opacity 1s;
    opacity: 1;
  }

  .backArrow {
    width: 2vw;
  }

  .swiperArrowLeft {

    width: 1vw;
  }

  .swiperArrowRight {

    width: 1vw;
  }

  .aboutTextLead {
    margin-top: -26vh;
  }

  .text-box {
    min-width: 12vw;
    bottom: 1px;
  }



  .contactLead {
    margin-top: -8vw;
    margin-bottom: 2.5vw;
  }

  .contactPost {

    margin-bottom: 2.5vw;
  }

  .contactEmail {
    margin-bottom: 2.5vw;
  }

  .contactPhone {
    margin-bottom: 2.5vw;
  }

  .contactEmailIcon {
    /*left: -0.8vw;*/
    width: 2.5vw;
  }

  .contactPhoneIcon {
    /*left: -0.8vw;*/
    width: 2.5vw;
  }

  #btnAbout {
    margin-top: -5%;
  }

  .textLimiter {
    max-width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }

  .BaseUIButtonText {
    padding: 0.5vw 0vw 0.5vw 0vw;
    font-size: 2vw;
  }

  .BaseUIButtonWrapper {
    height: 8vh;
  }

  .platformIcons {
    width: 25vw;
  }

  .eyelayer {
    margin-top: -15%;
    margin-left: -5%;
    background-size: 10%;
  }

  .smallerGap {
    margin-bottom: 3vh !important;
  }

  .siteSubtitle {
    font-size: 1vw;
    margin-bottom: 4vh;
  }

  .siteTitle {
    font-size: 2.5vw;
    margin-bottom: 4vh;
  }

  .landlayer {
    bottom: -10vh;
    /* blue */
  }

  .robotlayer {
    bottom: -25vh;
    left: -33vw;
    background-size: 12vw;
  }

  .lensflarelayer {
    bottom: -20vh;
  }

  .sunlightlayer {
    background-size: 20vw;
    bottom: -23.5vh;
  }

  .sunlayer {
    bottom: -23.5vh;
  }
}

@media (min-aspect-ratio: 21/9) {

  #aspectTracker {
    display: none;
    color: blue;
  }

  #nav-menu-icon {
    width: 2vw;
  }

  .standardText {
    font-size: 0.8vw;
  }

  .project-modal-content {
    width: 40%;
  }


  #teamBoxes {
    margin-top: -8%;
  }

  .teamRowWrapper {
    min-height: 20vh;
    max-height: 20vh;
  }

  .teamName {
    font-family: Gotham;
    color: #ffffff;
    font-size: 1.5vw;
    font-weight: bold;
    line-height: 1.4em;
    text-transform: uppercase;
  }

  .teamRole {
    font-family: Gotham;
    color: #ffffff;
    font-size: 1.15vw;
    font-weight: bold;
    line-height: 1.3em;
    text-transform: capitalize;
  }

  .teamBlurb {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    max-width: 40vw;
  }

  .tbox {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 18vh;
    width: 18vh;
    border-radius: 100%;
    border: solid #fefefe 2px;
  }


  #FirstTeamRowWrapper.secondActive {
    -moz-opacity: 1;
    opacity: 1;
    transform: translate(8.5vw, -8vh) scale(0.66, 0.66);
  }

  #SecondTeamRowWrapper {
    transform: translate(8.5vw, 0px) scale(0.66, 0.66);
    -webkit-backface-visibility: hidden;
    transform-origin: top left;
    display: block;
    height: auto;
    /*width: 55vw; 
  height: 200px; */
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  #SecondTeamRowWrapper.secondActive {
    -moz-opacity: 1;
    opacity: 1;
    transform: translate(0px, -14.5vh) scale(1, 1);
  }

  .WorkUIFade {
    margin-top: 21vh;
    width: 100%;
    text-align: center;
    z-index: 51;
  }

 

  #projectModalBodyImage {
    margin-top: 2.5%;
    /*height: 40vh;*/
  }

  .modalImageBorder {
    /*min-height: 45vh;*/
  }

  .backArrow {
    width: 1.5vw;
  }

  .swiperArrowLeft {

    width: 1vw;
  }

  .swiperArrowRight {

    width: 1vw;
  }

  .aboutTextLead {
    margin-top: -25vh;
  }

  .text-box {
    min-width: 9.5vw;
    bottom: 2.5px;
  }

  .textLimiter {
    width: 50vw;
  }




  .contactLead {
    margin-top: -8vw;
    margin-bottom: 2.5vw;
  }

  .contactPost {
    margin-bottom: 2.5vw;
  }

  .contactEmail {
    margin-bottom: 2.5vw;
  }

  .contactPhone {
    margin-bottom: 2.5vw;
  }

  .contactEmailIcon {
    width: 2.25vw;
  }

  .contactPhoneIcon {
    width: 2.25vw;
  }

  #btnAbout {
    margin-top: -5%;
  }

  .BaseUIButtonText {
    padding: 0.4vw 0vw 0.4vw 0vw;
    font-size: 1.6vw;
  }

  .BaseUIButtonWrapper {
    height: 8vh;
  }

  .platformIcons {
    width: 20vw;
  }

  .eyelayer {
    margin-top: -12%;
    margin-left: -5%;
    background-size: 8%;
  }

  .smallerGap {
    margin-bottom: 3vh !important;
  }

  .siteSubtitle {
    font-size: 0.8vw;
    margin-bottom: 4vh;
  }

  .siteTitle {
    font-size: 2vw;
    margin-bottom: 4vh;
  }

  .landlayer {
    bottom: -24vh;
    /* blue */
  }

  .robotlayer {
    bottom: -25vh;
    left: -33vw;
    background-size: 10vw;
  }

  .lensflarelayer {
    bottom: -28vh;
  }

  .sunlayer {
    bottom: -24vh;
  }

  .sunlightlayer {
    background-size: 18vw;
    bottom: -24vh;
  }
}


@media (min-aspect-ratio: 32/9) {

  #aspectTracker {
    display: none;
    color: yellow;
  }

  #nav-menu-icon {
    width: 1.75vw;
  }

  .standardText {
    font-size: 0.7vw;
  }


  #teamBoxes {
    margin-top: -8%;
  }

  .teamRowWrapper {
    min-height: 20vh;
    max-height: 20vh;
  }

  .teamName {
    font-family: Gotham;
    color: #ffffff;
    font-size: 1.2vw;
    font-weight: bold;
    line-height: 1.4em;
    text-transform: uppercase;
  }

  .teamRole {
    font-family: Gotham;
    color: #ffffff;
    font-size: 1vw;
    font-weight: bold;
    line-height: 1.3em;
    text-transform: capitalize;
  }

  .teamBlurb {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    max-width: 35vw;
  }

  .tbox {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 20vh;
    width: 20vh;
    border-radius: 100%;
    border: solid #fefefe 2px;
  }


  #FirstTeamRowWrapper.secondActive {
    -moz-opacity: 1;
    opacity: 1;
    transform: translate(9.4vw, -8vh) scale(0.66, 0.66);
  }

  #SecondTeamRowWrapper {
    transform: translate(9.4vw, 0px) scale(0.66, 0.66);
    -webkit-backface-visibility: hidden;
    transform-origin: top left;
    display: block;
    height: auto;
    /*width: 55vw; 
  height: 200px; */
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  #SecondTeamRowWrapper.secondActive {
    -moz-opacity: 1;
    opacity: 1;
    transform: translate(0px, -14.5vh) scale(1, 1);
  }

  .WorkUIFade {
    margin-top: 15vh;
    width: 100%;
    text-align: center;
    z-index: 51;
  }

  .project-modal-content {
    width: 25%;
  }

 

  #projectModalBodyImage {
    margin-top: 2.5%;
    /*height: 40vh;*/
  }

  .modalImageBorder {
    /*min-height: 45vh;*/
  }


  .backArrow {
    width: 1.25vw;
  }

  .swiperArrowLeft {

    width: 1vw;
  }

  .swiperArrowRight {

    width: 1vw;
  }

  .aboutTextLead {
    margin-top: -32vh;
    margin-bottom: 2vh;
  }

  .aboutText {
    margin-bottom: 2vh;
  }

  .text-box {
    min-width: 9vw;
    bottom: -1px;
  }

  .textLimiter {
    width: 42vw;
  }



  .contactLead {
    margin-top: -8vw;
    margin-bottom: 2vw;
  }

  .contactPost {
    margin-bottom: 2vw;
  }

  .contactEmail {
    margin-bottom: 2vw;
  }

  .contactPhone {
    margin-bottom: 2vw;
  }

  .contactEmailIcon {
    width: 2vw;
  }

  .contactPhoneIcon {
    width: 2vw;
  }

  #btnAbout {
    margin-top: -10%;
    bottom: 67vh;
  }

  #btnWork {
    bottom: 58vh;
  }

  #btnTeam {
    bottom: 49vh;
  }

  #btnContact {
    bottom: 40vh;
  }

  #backArrowNav {
    bottom: 31vh;
  }


  .BaseUIButtonText {
    padding: 0.3vw 0vw 0.3vw 0vw;
    font-size: 1.4vw;
  }

  .BaseUIButtonWrapper {
    height: 8vh;
  }

  .platformIcons {
    width: 19vw;
  }


  .eyelayer {
    margin-top: -9.5%;
    margin-left: -5%;
    background-size: 7.5%;
  }

  .smallerGap {
    margin-bottom: 2vh !important;
  }

  .siteSubtitle {
    font-size: 0.7;
    margin-bottom: 3vh;
  }

  .siteTitle {
    font-size: 1.8vw;
    margin-bottom: 3vh
  }

  .landlayer {
    bottom: -48vh;
    /* blue */
  }

  .robotlayer {
    bottom: -25vh;
    left: -33vw;
    background-size: 7vw;
  }

  .lensflarelayer {
    bottom: -30vh;
  }

  .sunlayer {
    bottom: -26.5vh;
  }

  .sunlightlayer {
    background-size: 16vw;
    bottom: -26.5vh;
  }
}


.layer {
  display: block;
  height: 100vh;
  width: 100%;
  padding: 0;
  margin: 0;
}

.btnlayer {
  height: 80px;
}



#sceneholder {
  top: 100%;
}

#scene {
  /*width: 1920px;
  height: 1080px;
  /*margin-top: 50vh;*/
  /*text-align: center; */
  width: 100vw;
  min-height: 100vh;
  position: fixed;
  /*left: 47.5%; */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  transform-origin: center center;
}



.day-time {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#59d4ff+0,f2d393+65 */
  background: rgb(89, 212, 255);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(89, 212, 255, 1) 0%, rgba(242, 211, 147, 1) 65%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(89, 212, 255, 1) 0%, rgba(242, 211, 147, 1) 65%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(89, 212, 255, 1) 0%, rgba(242, 211, 147, 1) 65%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59d4ff', endColorstr='#f2d393', GradientType=0);
  /* IE6-9 */
  transition: background 4s linear;
  -webkit-transition: background 4s linear;
  -moz-transition: background 4s linear;
}

.night-time {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#085870+0,76a2d3+65 */
  background: rgb(8, 88, 112);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(8, 88, 112, 0) 0%, rgba(118, 162, 211, 0) 65%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(8, 88, 112, 0) 0%, rgba(118, 162, 211, 0) 65%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(8, 88, 112, 0) 0%, rgba(118, 162, 211, 0) 65%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#085870', endColorstr='#76a2d3', GradientType=0);
  /* IE6-9 */
  transition: background 4s linear;
  -webkit-transition: background 4s linear;
  -moz-transition: background 4s linear;
}






h2 strong {
  font-weight: 900;
}

h2,
p {
  font-family: Gotham Book;
}

/* TEAM*/

#FirstTeamRowWrapper {
  -webkit-backface-visibility: hidden;
  transform: translate(0px, 0px) scale(1, 1);
  transform-origin: top left;
  display: block;
  height: auto;
  /*width: 55vw;
  height:200px;*/
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#tbox1 {
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#TeamMember1Details {
  pointer-events: none;
  transform: translate(35px, 24px) scale(1, 1);
  text-align: initial;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}


#FirstTeamRowWrapper.secondActive>#FirstTeamRow>#tbox1 {
  -moz-opacity: 0.66;
  opacity: 0.66;
}

#FirstTeamRowWrapper.secondActive>#FirstTeamRow>#TeamMember1Details {
  -moz-opacity: 0;
  opacity: 0;
}





#tbox2 {
  -moz-opacity: 0.66;
  opacity: 0.66;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#TeamMember2Details {
  pointer-events: none;
  transform: translate(35px, 24px) scale(1, 1);
  text-align: initial;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}



#SecondTeamRowWrapper.secondActive>#SecondTeamRow>#tbox2 {
  -moz-opacity: 1;
  opacity: 1;
}

#SecondTeamRowWrapper.secondActive>#SecondTeamRow>#TeamMember2Details {
  -moz-opacity: 1;
  opacity: 1;
}





#TeamMember1Details {
  position: relative;
}


#FirstTeamRow {
  display: inline-flex;
}

#SecondTeamRow {
  display: inline-flex;
}




.roybox {
  background-image: url('../IMG/team/roy.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.blakebox {
  background-image: url('../IMG/team/blake.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.nightland {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

.dayland {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  opacity: 1;
  pointer-events: none;
  will-change: transform, opacity;
}



.team-mouse-enabler {
  pointer-events: all !important;
}



/* test hovers */
.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 15px);
  }

  to {
    transform: translate(0, -0px);
  }
}