body {
    overflow-x: hidden;
    max-width: 100%;
}
.lightEffects{
  position: relative;
  top: -190px;
  width: 100%;
}
.hiddenAtm{
  display:none;
}
.atmpsphereText1 {
  padding-top: 80px;
}

.smartImage{
  width: 180px;
  margin: -130px -90px 0px -90px;
  padding-left: 30px;
}

.animatedArrow{
    width: 30px;
    margin: auto;
    margin-bottom: -0px;
    top: 490px;
    position: absolute;
    text-align: center;
    margin-left: 50%;
    left: -15px;
    -webkit-animation: mymove 2s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 2s infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

@-webkit-keyframes mymove {
    0% {top: 490px;}
    30% {top: 460px;}
    100% {top: 490px;}
}

@keyframes mymove {
    0% {top: 490px;}
    30% {top: 460px;}
    100% {top: 490px;}
}

.atmosphereDesc{
    position: absolute;
    width: 120px;
    height: 30px;
    text-align: center;
    margin-left: 50%;
    top: 560px;
    left: -55px;
}

.remotePosition{
    position: absolute;
    margin-left: 50%;
    left: -130px;
    top: 150px;
}

.buttonControls {
    width: 260px;
    height: 260px;
    position: absolute;
    margin-top: 50px;
    z-index: 99;
}

.atmospherePage {
    height: 100%;
    overflow-y: hidden !important;
}

.atmospherePageImageBtn {
    margin-left: auto;
    width: 260px;
    margin-top: 50px;
    clip-path: circle(130px at center);
}

.atmosphereHeadWrapper{
    width: 1060px;
    display: block;
    text-align: center;
    height: 500px;
    margin: auto;
    margin-top: 10%;
    position: relative;
    z-index: 99;
}

.atmospherePageImage{
    width: 100%;
    z-index: 10;
    position: absolute;
    height: 100vh;
    transition: 1s;
    opacity: 0.3;
    background-image: url('../images/Smart-light-hero.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.atmospherePageOverlay{
    width: 100%;
    z-index: 11;
    position: absolute;
    height: 100vh;
    transition: 1s;
}

.atmospherePageHeader {
    background-color: #325769;
    border-color: #2d4d5c;
}

div.atmospherePageHeader a {
    border-color: #2d4d5c;
}

.atmospherePageHead{
    position: relative;
    padding-top: 400px;
    margin-left: auto;
}

::-webkit-scrollbar {
    display: none;
}

.dimmerBtnTop {
    z-index: 9999;
    width: 150px;
    height: 90px;
    display: block;
    position: absolute;
    margin-left: 50%;
    left: -75px;
    margin-top: 120px;
}

.dimmerBtnBot {
    z-index: 9999;
    width: 150px;
    height: 90px;
    display: block;
    position: absolute;
    margin-left: 50%;
    left: -75px;
    margin-top: 310px;
}

.dimmerBtnLeft {
    z-index: 9999;
    width: 150px;
    height: 90px;
    display: block;
    position: absolute;
    margin-left: 50%;
    left: -200px;
    margin-top: 215px;
}

.dimmerBtnRight {
    z-index: 9999;
    width: 150px;
    height: 90px;
    display: block;
    position: absolute;
    margin-left: 50%;
    left: 55px;
    margin-top: 215px;
}

.dimmerBtnCenter {
    z-index: 9999;
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    margin-left: 50%;
    left: -40px;
    margin-top: 215px;
}

#firstClick{
    overflow: hidden;
}
.btnHidden {
    display: none;
}

.blackOverlay {
    opacity: 0.2 !important;
}

.imgOpacity0 {
    opacity: 0 !important;
}

.imgOpacity1 {
    opacity: 0.2 !important;
}

.imgOpacity2 {
    opacity: 0.4 !important;
}
.imgOpacity3 {
    opacity: 0.6 !important;
}
.imgOpacity4 {
    opacity: 0.8 !important;
}
.imgOpacity5 {
    opacity: 1 !important;
}

.bkgColor3 {
    background-color: rgba(252, 245, 113, 0.1);
}

.bkgColor2 {
    background-color: rgba(165, 244, 255, 0.1);
}

.bkgColor1 {
    background-color: rgba(165, 244, 255, 0);
}
