body { 
    padding: 0; 
    margin: 0;
    background-image: url("cave-bg.jpg");
    background-size: cover;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

section {
    margin-top: 10px;
    margin-bottom: 10px;
}

footer {
    text-align: center;
    font-size: 10pt;
}

#game-section {
}

#description-section {
    padding: 20px;
    background-color: rgba(255,255,255,0.5);
}

#description-section > div {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

/* ADs */
#adOverlay {
    position: absolute;
    display: none;
    background-color: rgba(0,0,0,0.9);
    fill-opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#closeIcon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 64px;
}

#closeTimerText {
    font-size: 30pt;
    color: white;
    text-align: center;
    padding: 0px;
    margin: 0px;
}


/* Unity */
#unity-overlay { position: relative }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
#unity-loading-bar { position: absolute; left: 50%; top: 200px; transform: translate(-50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }

#unity-container { width:960px; margin-left: auto; margin-right: auto; }
#unity-canvas { background: #231F20; display: block;}
#unity-footer { display: flex; }
#unity-webgl-logo {flex-grow: 1;}
#unity-build-title { flex-grow: 1000; font-family: arial; font-size: 18px; line-height: 38px; text-align: right; margin-right: 10px;}
#unity-fullscreen-button {flex-grow: 1;}
