body {
    padding: 0;
    margin: 0;
    /*background-color: #adcbe3;*/
    overflow: hidden;
    /* Hide scrollbars */
}

/*#unity-header {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 30px;
    overflow: hidden;
    background-color: #0079C1;
}

.unity-mobile #unity-header {
    display: none
}
*/

#unity-container {
    position: absolute;
    background: url('background.png') no-repeat center;
    background-size: cover;
}

    #unity-container.unity-desktop {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        
    }

    #unity-container.unity-mobile {
        width: 100%;
        height: 100%
    }

#unity-canvas {
    background: #FFFFFF;
    
}

.unity-mobile #unity-canvas {
    width: 100%;
    height: 100%
}

#unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -25%);
    display: none;
}

#unity-logo {
    /*    width: 154px;
    height: 130px;
    background: url('unity-logo-dark.png') no-repeat center
*/
    /*    width: auto;
    height: 120px;
*/ /*background: url('Expo25Logo.png') no-repeat center;*/
    background: url('Logo.png') no-repeat center;
    display: block;
    width: 300px;
    height: 190px;
    margin: auto;
    /*margin-top: 5vh;*/
}
#unity-subtitle {
    color: #0079C1;
    font-size: 2.5vh;
    display: block;
    height: 15vh;
    width: 40vw;
    margin: auto;
    text-align: center;
    margin-top: 8vh;
    margin-bottom: 3vh;
}
#unity-subtitle-Header {
    font-weight: 700;
    font-size: 3.0vh;
    margin-bottom: 1vh;
}
#unity-subtitle-Details {

}

#unity-progress-bar-empty {
    width: 141px;
    height: 18px;
    border-radius: 5px;
    margin: auto;
    margin-top: 5vh;
    display: block;
    background: url('progress-bar-empty-light-BMO.png') no-repeat center;
}

#unity-progress-bar-full {
    width: 50%;
    height: 18px;
    /*margin: auto;*/
    /*margin-top: 10px;*/
    border-radius: 5px;
    background: url('progress-bar-full-light-BMO.png') no-repeat center
}

#loadingInfo {
    color: #666;
    letter-spacing: 1px;
    /*position: absolute;*/
    width: 100%;
    text-align: center;
    color: #0079C1;
    font-family: "Monaco", sans-serif;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    margin: auto;
    margin-top: 1vh;
}

#unity-progress-bar-Spinner {
    width: 64px;
    height: 64px;
    /*margin: 20px auto;*/
    margin: auto;
    margin-top: 3vh;
    background: url('spinner.gif') no-repeat center;
}

/*#unity-content {
    position: absolute;
    top: 30px;
    bottom: 39px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    align-content:center;
    background-color: white;
}*/

#unity-footer {
    /*position: relative;*/
    position: fixed;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 39px;
    overflow: hidden;
    background-color: white;


}

.unity-mobile #unity-footer {
    display: none
}

#unity-webgl-logo {
    float: left;
    width: 204px;
    height: 39px;
    background: url('BMO-mb-PW_2_E.png') no-repeat center
}

#unity-build-title {
    float: right;
    margin-right: 10px;
    line-height: 38px;
    /*font-family: "Monaco", sans-serif;*/
    /*font-size: 17px;*/
    /*font-weight: bold;*/
    line-height: 38px;
    font-family: "Monaco", sans-serif;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #0079C1;
}

#unity-fullscreen-button {
    float: right;
    width: 38px;
    height: 38px;
    background: url('fullscreen-button.png') no-repeat center
}

#unity-build-Ambition25 {
    position: absolute;
    width: 160px;
    float: right;
    bottom: 0;
    right: 50%;
    margin-right: -80px;
    line-height: 38px;
    font-family: "Monaco", sans-serif;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color:  #0079C1;
}

#unity-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 10px;
    display: none
}
