.cwi-navbar {
    z-index: 1;
}
html {
    background-color: #5be4f6;
}
body {
    padding: 0;
    margin: 0
}

#unity-container {
    height: 40% !important;

}

#unity-canvas {
    background: #5be4f6;

    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%);
    max-width: 97% !important;
	height:95%!important;


}

#unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    display: none;

}

#logo {
    width: 222px;
    height: 155px;
    background: url('logo-health.png') no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -100%);

}

#unity-progress-bar-empty {
    position: relative;
    width: 228px;
    height: 30px;
    background-color: white;
    border-radius: 4rem;
    border: white solid 7px;

}

#unity-progress-bar-full {
    position: absolute;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ff7d99;
    border-radius: 4rem;
}

#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-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 10px;
    display: none
}