body { padding: 0; margin: 0; background: #EFECE3;}
#unity-container { position: absolute }
#unity-container.unity-desktop { width:100%;height:100%;}
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background-color: #EFECE3 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar {
    position: absolute;
    width: 886px;
    height: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none
    }
#unity-logo { 
    width: 100%; 
    height: 310px; 
    margin-bottom: 84px;
    background: url('Splashscreen.png') no-repeat center; 
    background-size: contain;}
#unity-progress-bar-empty { 
    width: 100%; 
    height: 8px; 
    background: url('Progress-Bar.png') no-repeat center 
}
#unity-progress-bar-full { width: 0%; height: 8px; margin-top: 10px; background: url('Progress-Bar-Filled.png') no-repeat center }
#unity-footer { position: absolute; bottom: 0; width: 100%; }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { 
    position: absolute;
    width: 472px;
    height: 67px;
    left: 43px;
    bottom: 36px;
    background: url(logos_rte.png) no-repeat center; 
}
#unity-build-title { 
    color: #2C2C2C; 
    opacity: 0.3; 
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.065em;
    margin-bottom:10px;
}
#unity-fullscreen-button {bottom: 10px; right: 10px; width: 38px; height: 38px; background: url('FullScreen.png') no-repeat center; position: absolute;}
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: #EFECE3; padding: 10px; display: none }
