body { padding: 0; margin: 0; font-family: "Myriad Pro", Myriad,"Helvetica Neue", Helvetica, Arial, sans-serif; }
#unity-container {
    display: block;
    margin: 0px;
    padding: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    font-style: regular;
    font-family: "Myriad Pro", Myriad,"Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #f0f0f1; }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas {
    display: block;
    padding: 0px;
    position: absolute;
    height: 100vh;
    width: 100vw;
    background-image: url(../TemplateData/background.png);;
    background-size: cover; }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { padding: 0px;
    position: absolute;
    height: 100vh;
    width: 100vw;
    background-color: #f0f0f100; }
    #progressBar {
        height: 8vh;
        color: #666666;
        font-size: 4vh;
        width: 40vw;
        margin: auto;
        text-align: center;
    }
    .logo {
        height: 25vh;
        width: auto;
        display: block;
        margin: auto;
        margin-top: 2vh;
    }
    .footer {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 16%;
    }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { background: url(../TemplateData/progressEmpty.png) no-repeat right;
    float: right;
    width: 100%;
    height: 100%;
    display: inline-block; }
#unity-progress-bar-full { background: url(../TemplateData/progressFull.png) no-repeat right;
    float: left;
    width: 40%;
    height: 100%;
    display: inline-block; }
    .centered {
        height: 100%;
        max-width: 770px;
        margin-left: auto;
        margin-right: auto;
    }
    .subtitle {
        color: #1896a7;
        font-size: 2.5vh;
        padding-bottom: 3vh;
        padding-top: 3vh;
        display: block;
        height: 15vh;
        width: 40vw;
        margin: auto;
        text-align: center;
    }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { height: 30px;
    width: 30px;
    position: absolute;
    z-index: 1;
    bottom: 5px;
    right: 5px;
    background-color: transparent;
    background-image: url(../TemplateData/fullscreen-button.png);
    background-size: 30px 30px;
    border: none;
    cursor: pointer; }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
