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

.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 {
  top:10vh;  
  width: 100%;
  height: 100%;
  position: fixed;
  background-position: top center;
  background-size: 25vh;
  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);
}





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

.robotlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  background-position: bottom;
  background-size: 15vh;
  background-repeat: no-repeat;
  bottom: 7vh;
  left: -38vw;
  -webkit-transition: all 1.5s easeInOutExpo;
  transition: all 1.5s easeInOutExpo;
}

.landlayer {
  bottom: 0vh;
  margin-left: 0%;
  width: 100%;
  height: 40%;
  position: absolute;
  background-position: center bottom;
  background-size: 130vh;
  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: 6vw;
  font-weight: 900;
  letter-spacing: 5px;
  margin-bottom: 3vh;
}

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

.platformIcons {
  width: 70vw;
}

.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;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
  background-position: center center;
  padding: 1vw 0vw 1vw 0vw;
}

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

.BaseUIButtonText {
  font-family: Gotham;
  color: #ffffff;
  font-size: 5vw;
  font-weight: 900;
  letter-spacing: 2px;
  margin-top: auto;
  margin-bottom: auto;
}

.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: 75vh;
  margin-top: -5%;
  -webkit-transition: all 1.5s easeInOutExpo;
  transition: all 1.5s easeInOutExpo;
}

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

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

#btnContact {
  bottom: 45vh;
  -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: 6vw;
}

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

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

.contactLead {
  margin-top: -16vh;
  margin-bottom: 7.5vh;
  max-width: 75vw;
  margin-left: auto;
  margin-right: auto;
  
}

.contactPost {
  margin-bottom: 3.5vh;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  
}

.contactEmail {
  margin-bottom: 3.5vh;
  
}

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

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

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

.aboutText {
  margin-bottom: 2vh;
}

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


.text-box {
  display: inline-block;
  position: relative;
  min-width: 32vw;
  text-align: left;
  height: 1.5em;
  bottom: -0.55rem;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.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: -2.25vh;
    transform: rotateX(-90deg);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  99% {
    bottom: 0.85vh;
    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: 90vw;
  margin-left: auto;
  margin-right: auto;
}

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

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

#workUIContainerSwipe {
  height: fit-content;
  bottom: auto;
}

#workTitle {
  text-transform: uppercase;
  margin-bottom: 22px;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

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

.swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.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: 15%;
  border: 4px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);

}

.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,
.swiper-button-next {
  /*top: -26% !important;*/
  top: -43.5px !important;
}

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

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

.swiperArrowLeft {

  width: 5vw;
}

.swiperArrowRight {

  width: 5vw;
}

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

.swiper-button-prev {
  left: 3vw !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;
  overflow: visible;
}


.project-modal-content {
  position: relative;
  top: 10vh;
  left: 0vw;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 90%;
  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;
}

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

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

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

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


.project-modal-body {
  background-color: white;
  min-height: 50vh;
}


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

#projectModalBodyImage {
  margin-top: 3%;
  border-radius: 3.25rem;
  padding-bottom: 3%;
}

.modalImageBorder {
 
  background-color: #0d131a;
}


.project-modal-close {
  color: white;
  float: right;
  font-size: 3vh;
  font-weight: bold;
  margin-top: -4vh;
  margin-right: -15px;
}

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


/* TEAM MENU */

#teamBoxes {
  margin-top: -40%;
  transform: translateZ(0);
}

.teamRowWrapper {
  min-height: 20vh;
  max-height: 20vh;
  transform: translateZ(0);
}

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

.teamRole {
  font-family: Gotham;
  color: #ffffff;
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.3em;
  text-transform: capitalize;
  max-width: 60vw;
  transform: translateZ(0);
}

.teamBlurb {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  max-width: 60vw;
  transform: translateZ(0);
}

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

/* TEAM MENU */

#teamBoxes {
  margin-top: -30%;
  transform: translateZ(0);
}

.teamRowWrapper {
  min-height: 20vh;
  max-height: 20vh;
  transform: translateZ(0);
}

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

.teamRole {
  font-family: Gotham;
  color: #ffffff;
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.3em;
  text-transform: capitalize;
  max-width: 60vw;
  transform: translateZ(0);
}

.teamBlurb {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  max-width: 70vw;
  transform: translateZ(0);
}

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

/* TEAM*/

#FirstTeamRowWrapper {
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  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 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#TeamMember1Details {
  pointer-events: none;
  -webkit-transform: translate(30px, 15px) scale(1, 1);
  transform: translate(30px, 15px) scale(1, 1);
  text-align: initial;
  visibility: visible;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000;
  perspective: 1000;

}


#FirstTeamRowWrapper.secondActive {
  -webkit-transform: translate(10px, -13vh) scale(0.66, 0.66);
  transform: translate(10px, -13vh) scale(0.66, 0.66); 
  -moz-opacity: 0.66;
  opacity: 0.66;
}

#FirstTeamRowWrapper.secondActive>#FirstTeamRow>#tbox1 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
 
}

#FirstTeamRowWrapper.secondActive>#FirstTeamRow>#TeamMember1Details {
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}


#TeamMember2Details {
  pointer-events: none;
  -webkit-transform: translate(30px, 15px) scale(1, 1);
  transform: translate(30px, 15px) scale(1, 1); 
  text-align: initial;
  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 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translate(10px, -4vh) scale(0.66, 0.66);  
  transform: translate(10px, -4vh) scale(0.66, 0.66);    
  opacity: 0.66;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  display: block;
  height: auto;
  /*width: 55vw; 
  height: 200px; */
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
 }


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


#SecondTeamRowWrapper.secondActive>#SecondTeamRow>#TeamMember2Details {  
  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;
}






.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;
}



.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;
}

/* body:before will also work
 as will body:after */

:body:before {
  content: url(../IMG/Pieces/10day.png) url(../IMG/Pieces/9day.png) url(../IMG/Pieces/8day.png) url(../IMG/Pieces/7day.png) url(../IMG/Pieces/6day.png) url(../IMG/Pieces/5day.png) url(../IMG/Pieces/4day.png) url(../IMG/Pieces/3day.png) url(../IMG/Pieces/2day.png) url(../IMG/Pieces/11Day.png) url(../IMG/Pieces/12day.png) url(../IMG/Pieces/13day.png) url(../IMG/Pieces/14day.png) url(../IMG/Pieces/15day.png) url(../IMG/Pieces/13Night.png) url(../IMG/Pieces/12Night.png) url(../IMG/Pieces/11Night.png) url(../IMG/Pieces/10Night.png) url(../IMG/Pieces/9Night.png) url(../IMG/Pieces/8Night.png) url(../IMG/Pieces/7Night.png) url(../IMG/Pieces/6Night.png) url(../IMG/Pieces/5Night.png) url(../IMG/Pieces/4Night.png) url(../IMG/Pieces/3Night.png) url(../IMG/Pieces/sun.png) url(../IMG/Other/Eye1.png) url(../IMG/Other/Eye2.png) url(../IMG/Other/Eye3.png);
  /* partial fallback
  background-image: url(/@/Storage/_files/68/file.jpg);  */
  visibility: hidden;
  position: absolute;
  left: -999em;
}

.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);
  }
}

