/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

#v3d-container {
    position: relative;
    /* Do not use inherit here, to avoid display errors from time to time */
    width: 100%; 
    height: 100%;
    /* Hide its children (most importantly preloader and canvas) on start */
    display: none;
}

.fullscreen-button {
    position: absolute;
    top: 5rem;
    right: 0.5rem;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
    width: 2rem;
    height: 2rem;
}

/*customization
Instead of the Verge3D default icons, we are using our own
*/
/*.fullscreen-open {
    background-image: url('fullscreen_open.svg');
}

.fullscreen-close {
    background-image: url('fullscreen_close.svg');
}*/
.fullscreen-open {
    background-image: url('fullscreen_enter.svg');
}

.fullscreen-close {
    background-image: url('fullscreen_exit.svg');
}


/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }

#v3d-container .redirect {
    position: absolute;
    right: 0rem;
    cursor: pointer;
    width: 16%;
}


#v3d-container .redirect img {
    position: absolute;
    width: 100%;
    right: 0;
}

#v3d-container #redirect-landingpage {
    top: 1rem;
    right: 1rem;
}

#v3d-container #redirect-landingpage img {
    top: 0.5rem;
    filter: none; /*Modify this, to enlighten, invert, etc. the image for different backgrounds*/
    max-width: 8rem;
    top: 0;
}

#v3d-container #redirect-govie {
    bottom: 1rem;
    right: 1rem;
}

#v3d-container #redirect-govie img {
    bottom: 0.5rem;
    filter: none; /*Modify this, to enlighten, invert, etc. the image for different backgrounds*/
    max-width: 8rem;
    bottom: 0;
}