*{
    border: none;
    margin: 0;
    color: #636363;
    font-family: 'fira_sansregular';
    font-size: 1.2vw;
    letter-spacing: 0.25vw;
    outline: none;
}
button{
    border: 1px solid #636363;
    border-radius: 3vw;
    background: #636363;
    color: white;
    padding: 13px 32px;
    cursor: pointer;
    font-size: 1.3vw;
}

button.btn2{
    background: url(../images/btn_bck.png) top center no-repeat;
    background-size: 100% 100%;
    border: none;
}

button.btn2.active{
    background: url(../images/btn_active.png) top center no-repeat;
    background-size: 100% 100%;
}

button.white{
    background: white;
    color: #636363;
}
h2{
    font-family: 'fira_sanslight';
    font-weight: 100;
    font-size: 9.5vw;
    line-height: 8vw;
    text-transform: uppercase;
}
html{
    position: fixed;
    overflow: hidden;
    height: 100%;
}
body{
    overscroll-behavior: none;
    overflow: hidden;
}

#initBackground{
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: white;
}
.opacitybck{
    opacity: 0.3;
}
#initBackground img.door{
    display: block;
    margin: auto;
    margin-top: 20vh;
    height: 55vh;
}

#logoTop{
    position: absolute;
    top: 3vh;
    left: 3vw;
    width: 8vw;
    z-index: 5;
}
#logoTop img{
    width: 100%;
}


#socialshare{
    position: absolute;
    top: 48%;
    left: 3vw;
    width: 1.6vw;
    z-index: 5;
}
#socialshare a{
    display: block;
    width: 100%;
    margin-bottom: 1vw;
}
#socialshare a img{
    width: 100%;
}

#scrollMouse{
    position: absolute;
    width: 4vw;
    height: 5vw;
    bottom: 5vw;
    left: 50vw;
    margin: auto;
    text-align: center;
}
#scrollMouse img{
    width: 80%;
    transform: rotate(180deg);
}
#scrollMouse P{
    font-size: 0.9vw;
    font-family: 'fira_sansbold';
}

#loading{
    width: 40%;
    height: 64vh;
    position: fixed;
    z-index: 2;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}


#loading .selectObjectBck{
    opacity: 1;
}
/*#loading p{
    color: white;
    text-align: center;
    margin-top: 20vh;
    font-size: 2vw;
}*/

#loadingHeader{
    width: 100%;
    text-align: center;
    margin-top: 7vw;
}
#loadingHeader p{
    font-family: 'fira_sanslight';
    font-size: 1.5vw;
    margin-bottom: 1.5vw;
}

#loading p.loadingPercent{
    font-family: 'fira_sansblack';
    font-size: 2vw;
    text-align: center;
    margin-top: 0.6vw;
}

#loadingHeader img{
    width: 50%;
    text-align: center;
    margin-bottom: 1vw;
}

#loadingBar{
    margin: auto;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #d1d3d4;
}
#loadingContainer{
    background: #636363;
    height: 100%;
    width: 0%;
    border-radius: 10px;
}

#footerText{
    position: absolute;
    bottom: 2vw;
    left: 3vw;
    width: 25vw;
    font-size: 0.7vw;
    z-index: 5;
    letter-spacing: 0.05vw;
}
#footerText b{
    font-size: 0.7vw;
    letter-spacing: 0.05vw;
}

#animationBar{
    margin: auto;
    width: 60vw;
    left: 25vw;
    border-radius: 10px;
    background: #d1d3d4;
    position: absolute;
    bottom: 2.5vw;
    z-index: 3;
    height: 2px;
}
#animationBarContainer{
    background: #636363;
    height: 100%;
    width: 0%;
    border-radius: 10px;
}


#soundOff, #exitexhibit{
    position: absolute;
    bottom: 1.5vw;
    left: 93vw;
    font-size: 1vw;
    width: 2vw;
    height: 2vw;
    z-index: 22222;
}

#soundOff img, #exitexhibit img{
    width: 100%;
}

#exitexhibit{
    left: 96vw;
}

#initExperience{
    position: absolute;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 3;
    text-align: center;
    margin-top: 15vw;
}

#initExperience h2{
    font-size: 6.5vw;
    letter-spacing: 0.6vw;
    line-height: 6.5vw;
}

#initExperience button{
    margin-top: 4vw;
    padding: 1.3vw 1vw;
    width: 23vw;
}

#initExperience button.continuebtn{
    margin-top: 20vh;
}

#initExperience #resConfig button{
    width: 11vw;
    margin-top: 1vw;
}


#initExperience p{
    font-size: 1.3vw;
    margin-bottom: 1.2vw;
}
#initExperience .p2{
    font-size: 0.8vw;
    letter-spacing: 0.1vw;
    font-family: 'fira_sansbold';
}




#endExperience{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /*background: url(../images/endExperienceBck.png) center center no-repeat;*/
    background-size: cover;
}

#endExperienceContainer{
    width: 90vw;
    margin: auto;
    margin-top: auto;
    margin-top: 9vw;
    text-align: center;
}

#endExperience h2{
    line-height: 2vw;
    margin-top: 38vh !important;
}

#endExperience h2 a, #endExperience h2 span{
    font-size: 2.5vw;
   /* line-height: 5vw; */
    text-align: center;
    letter-spacing: 0.6vw;
    font-family: 'fira_sanslight';
    font-weight: 100;
    text-decoration: none;
}

#endExperience p{
    text-align: center;
}

#endExperience p.sharesEnd{
    margin-top: 1.2vw;
}

#endExperience #endImage{
    margin: 1.5vh auto;
    width: 40vw;
}

#endExperience #endImage img{
    width: 100%;
    padding-top: 3vh;
}

#endExperience p.endtopp{
    width: 46vw;
    margin: auto;
    text-align: center;
    font-size: 1vw;
    margin-bottom: 2vh;
}
#endExperience p.endtopp b{
    font-size: 1vw;
}

#endExperience p.sharesEnd a{
    text-decoration: none;
    font-size: 1.1vw;
    padding: 0 0.5vw;
    letter-spacing: 0.05vw;
    font-family: 'fira_sansregular';
}

#endExperience p.donate{
    margin-bottom: 1vw;
    margin-top: 0.8vw;
}

#endExperience .donate{
    font-family: 'fira_sansblack';
    letter-spacing: 0.6vw;
    text-decoration: underline;
}

#endExperience button{
    margin-top: 1vw;
}


#videoContainer{
    position: absolute;
    visibility: hidden;
}

.hide{
    visibility: hidden;
}

.displaynone{
    display: none;
}

#configuration{
    position: absolute;
    right: -4vw;
    top: 9vh;
    transform: scale(0.5); 
}

#configuration button{
    
}

#donateHeader{
    position: absolute;
    right: 3vw;
    top: 3vh;
}
#donateHeader a{
    text-decoration: none;
    font-size: 0.8vw;
}

#actualUpdateScroll{
    position: absolute;
    top: 60px;
    left: 0;
    color: white;
    background: gray;
    /* padding: 5px; */
}
#debugdiv{
    text-align: center;
    color: white;
    position: absolute;
    z-index: 4;
    width: 100%;
    display: none;
}
#jsVersion, #debugthree{
    position: absolute;
    bottom: 20px;
    color: white;
    background: black;
    z-index: 4;
    font-size: 16px;
    /* padding: 10px; */
    opacity: 0.5;
}

#debugthree{
    right: 0;
}

.displayblock{
    display: block !important;
}

/*startValues*/
#initExperience, #endExperience, #inExperience{
    display: none;
}

#continueExperience{
    display: none;
}

/* #rendererDiv{
    transform: rotate(180deg);
} */

@media screen and (max-width: 750px) {
    #logoTop{
        width: 13vw;
    }
    #socialshare{
        top: 44%;
        width: 3.6vw;
    }
    #loading{
        width: 80%;
    }
    #loadingHeader p{
        font-size: 3.5vw;
    }
    #loading p.loadingPercent{
        font-size: 6vw;
    }
    button{
        font-size: 2vw;
        border-radius: 6vw;
    }
    #initExperience button{
        width: 35vw;
    }
    #initExperience #resConfig button{
        width: 18vw;
    }

    #endExperience p.endtopp, #endExperience p.endtopp b{
        font-size: 1.7vw;
    }
    #endExperience h2 a, #endExperience h2 span{
        font-size: 3vw;
    }
    #endExperience p.sharesEnd a{
        font-size: 2vw;
    }

    #endExperience #endImage{
        width: 70%;
    }

    #soundOff, #exitexhibit{
        left: 89vw;
        width: 4vw;
        height: 4vw;
    }
    #exitexhibit {
        left: 94vw;
    }
    #donateHeader{
        top: 3vh;
    }
    #logoTop{
        top: 3vh;
    }
    #donateHeader a{
        font-size: 2vw;
    }
    #footerText, #footerText b{
        font-size: 1.2vw;
    }
    #animationBar{
        width: 55vw;
        left: 29vw;
    }
}

body.portrait #endExperienceContainer{
    margin-top: 30%;
}

@media screen and (max-width: 376px) {
    #logoTop{
        width: 16vw;
    }
    #socialshare{
        width: 6vw;
    }
    #loadingHeader p{
        font-size: 5.5vw;
    }
    #loading p.loadingPercent{
        font-size: 10vw;
    }

    #initExperience{
        margin-top: 40%;
    }
    #initExperience h2{
        font-size: 8vw;
    }
    #initExperience p{
        font-size: 3.3vw;
        width: 60%;
        margin: auto;
        margin-top: 5vw;
    }
    #initExperience .p2{
        font-size: 2vw;
    }
    #initExperience button{
        width: 45vw;
        padding: 2vw 1vw;
    }
    button{
        font-size: 3vw;
    }
    #initExperience #resConfig button{
        width: 23vw;
    }

    #donateHeader a{
        font-size: 4vw;
    }

    #footerText{
        width: 30vw;
    }

    #footerText, #footerText b{
        font-size: 1.4vw;
    }
}
