body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: url('background_image.jpg') no-repeat center center fixed;
}

#unity-container {
    position: absolute
}

#unity-container.unity-mobile {
    position: fixed;
    width: 100%;
    height: 100%
}

#unity-canvas {

}

.unity-mobile #unity-canvas {
    width: 100%;
    height: 100%
}

#unity-loading-bar {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: none;
}


#game-logo {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 500px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    background: url('logo.png') no-repeat center;
    background-size: contain;
}

#unity-progress-bar-empty {
    width: 50%;
    height: 18px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
}

#unity-progress-bar-full {
    width: 0%;
    height: 18px;
    margin-top: 50px;
    background-color: white;
}

#unity-footer {
    position: relative
}

.unity-mobile #unity-footer {
    display: none
}

#unity-fullscreen-button {
    cursor: pointer;
    float: right;
    width: 38px;
    height: 38px;
    background: url('fullscreen-button.png') no-repeat center;
    background-size: contain;
}

#unity-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 10px;
    display: none
}
