/*body {
    width: 100%;
    position: absolute;
}*/

/*
body #preloader {
    position: absolute;
    z-index: 100;
    margin: 20% 43%;
    background-color: white;
    opacity: 0.75;
    padding: 10px 20px 10px 20px;
    border-radius: 45px 45px 45px 45px;
    border: 5px solid black;
    
}
*/

/*
body #preloader div {
    text-align: center;
}
*/

body #begin{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 9;
    background-color: cadetblue;
}

body #begin #buttonBox{
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    margin: 0 40%;
    top: 45%;
    z-index: 10;
}

body #begin #buttonBox #button{
    position: relative;
    width: 20%;
    background-color: #006b79;
    opacity: 0.75;
    padding: 10px 20px 10px 20px;
    border-radius: 45px 45px 45px 45px;
    border: 5px solid #5cc9ce;
    font-size: 1.5em;
    text-decoration: none;
    color: white;
}

body #begin #buttonBox #button:hover{
    background-color: #21acb2;
    border: 5px solid #006b79;
    color: #006b79;
}

a-scene {
    position: absolute;
    z-index: 1;
}

.a-enter-vr-button{
}
