html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
table,
caption,
tr,
th,
td,
article,
aside,
footer,
header {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    color: #FFFFFF;
    font-family: 'Galdeano', sans-serif;
}

.webgl-content .logo,
.progress {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.webgl-content .logo {
    background: url('progressLogo.Light.png') no-repeat center / contain;
    width: 154px;
    height: 130px;
    display: none;
}

.webgl-content .progress {
    height: 18px;
    width: 141px;
    margin-top: 90px;
}

.webgl-content .progress .empty {
    background: url('progressEmpty.Light.png') no-repeat right / cover;
    float: right;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.webgl-content .progress .full {
    background: url('progressFull.Light.png') no-repeat left / cover;
    float: left;
    width: 0%;
    height: 100%;
    display: inline-block;
}

.webgl-content .logo.Dark {
    background-image: url('progressLogo.Dark.png');
}

.webgl-content .progress.Dark .empty {
    background-image: url('progressEmpty.Dark.png');
}

.webgl-content .progress.Dark .full {
    background-image: url('progressFull.Dark.png');
}

.mainDiv {
    position: absolute;
    width: 100%;
    height: 100%;
}

.content {
    position: absolute;
    width: 100%;
    margin: 0 auto;
}

.webgl-content {
    position: relative;
    width: 62%;
    min-width: 850px;
    height: 100%;
    margin: 0 auto;
}

@media (max-height: 730px) and (-webkit-max-device-pixel-ratio: 1.25) {
    .content {
        top: 50px;
        bottom: 50px;
    }
    .header {
        height: 50px;
        font-size: 24px;
        background-size: auto 200%;
    }
    .header .title {
        margin-top: 15px;
    }
    .footer {
        height: 50px;
        line-height: 130%;
    }
    .footer div {
        padding-top: 2px;
    }
    .footer .fullscreen {
        width: 30px;
        right: 10px;
        top: 12px;
    }
    .webgl-content {
        min-height: 450px;
    }
}

@media (min-height: 731px),
(-webkit-min-device-pixel-ratio: 1.25) {
    .content {
        top: 90px;
        bottom: 80px;
    }
    .header {
        height: 90px;
        font-size: 32px;
        background-size: auto 100%;
    }
    .header .title {
        margin-top: 30px;
    }
    .footer {
        height: 80px;
        line-height: 180%;
    }
    .footer div {
        padding-top: 10px;
    }
    .footer .fullscreen {
        width: 38px;
        right: 10px;
        top: 25px;
    }
    .webgl-content {
        min-height: 450px;
    }
}

.header {
    position: relative;
    width: 62%;
    min-width: 850px;
    color: black;
    margin: 0 auto;
    top: 0px;
    background-color: #31221F;
    background-image: url(../TemplateData/HeaderTile.jpg);
    background-position: center;
}

.header .logo {
    display: block;
    position: absolute;
    width: auto;
    margin-top: 10px;
    margin-left: 30px;
    height: 70px;
}

.title {
    display: inline-block;
    width: 100%;
}

.footer {
    position: relative;
    width: 62%;
    min-width: 850px;
    color: black;
    margin: 0 auto;
    bottom: 0px;
    background-color: #31221F;
    font-size: 12px;
}

.footer p {
    text-align: center;
}

.footer a {
    color: #FCE2B4;
    text-decoration: none;
}

#unityContainer {
    width: 100%;
    height: 100%;
}

.footer .fullscreen {
    display: inline-block;
    position: absolute;
}