@font-face {
    font-family: "Tekne";
    src: url('fonts/TekneLDOVariable.ttf');
    src: url('fonts/TekneLDOVariable.ttf') format('truetype') local("TekneLDOVariable");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Tekne";
    src: url('TekneLDO-Bold.otf');
    src: url('TekneLDO-Bold.otf') format('opentype') local("TekneLDO-Bold");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Tekne";
    src: url('fonts/TekneLDO-Regular.otf');
    src: url('fonts/TekneLDO-Regular.otf') format('opentype') local("TekneLDO-Regular");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Public Sans";
    src: url('fonts/PublicSans-VariableFont_wght.ttf');
    src: url('fonts/PublicSans-VariableFont_wght.ttf') format('truetype') local("PublicSans-VariableFont_wght");
    font-weight: normal;
    font-style: normal;
}

.preloader_div {
    display: block;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.div-block {
    position: absolute;
    left: 0px;
    top: 40%;
    right: 0px;
    display: block;
    width: 300px;
    height: 55px;
    margin-right: auto;
    margin-left: auto;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0% 84%, .5), hsla(0, 0% 84%, .5));
    background-image: linear-gradient(180deg, hsla(0, 0% 84%, .5), hsla(0, 0% 84%, .5));
}

.div-block-2 {
    width: 100%;
    height: 100%;
    float: none;
    background-image: url(media/oshkosh_invert_300x55.svg);
    background-position: 50% 50%;
    background-size: contain;
}

.preloader-bar {
    position: static;
    z-index: 2;
    display: block;
    width: 0%;
    height: 100%;
    float: left;
    background-image: -webkit-linear-gradient(270deg, #113A68, #113A68);
    background-image: linear-gradient(180deg, #113A68, #113A68);
}


.image {
    position: static;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    max-width: auto;
    float: none;
}

.div-block-3 {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-image: url(media/oshkosh_invert_300x55.svg);
    background-position: 50% 50%;
    background-size: contain;
}

.preloader_div {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.div-block-4 {
    position: absolute;
    left: 0px;
    top: 40%;
    right: 0px;
    display: block;
    width: 300px;
    height: 55px;
    margin-right: auto;
    margin-left: auto;
    background-color: #A5ACAF;
}

.div-block-5 {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-image: url(media/oshkosh_invert_300x55.svg);
    background-position: 50% 50%;
    background-size: contain;
}

.div-block-6 {
    position: relative;
    z-index: 2;
    width: 0%;
    height: 100%;
    float: left;
    background-color: #113A68;
}

.text-block {
    position: absolute;
    left: 0px;
    top: 50%;
    right: 0px;
    display: block;
    float: none;
    clear: none;
    font-family: "Public Sans";
    color: #113A68;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}


body {
    width: 100%;
    height: 100%;
    background-image: url(media/Tiled_bg.svg);
    background-size: 10%;
    background-repeat: repeat;
}


/*.content {
    position: fixed;
    height: 90%;
    width: 95%;
    top: 5%;
    left: 2.5%;
    background-color: none;
}*/

.header {
    display: none;
    position: fixed;
    width: 15.5%;
    height: 4.5%;
    padding: 1%;
    top: 5%;
    left: 2.5%;
    color: white;
    font-family: 'Tekne';
    font-size: 18pt;
    text-align: center;
    border: 1px solid white;
    background: #113a6870;
    z-index: 2;
}

.subheader {
    display: none;
    position: fixed;
    width: 15.5%;
    height: 3%;
    padding: 1%;
    top: 14%;
    left: 2.5%;
    color: white;
    font-family: 'Tekne';
    font-size: 8pt;
    text-align: center;
    border: 1px solid white;
    background: #113a6870;
    z-index: 2;
}


.view {
    display: none;
    position: fixed;
    width: 95%;
    height: 4.5%;
    padding: 1%;
    bottom: 20%;
    text-align: center;
    left: 2.5%;
    color: white;
    font-family: 'Tekne';
    font-size: 20pt;
    border: none;
    background: none;
    z-index: 2;
}

.anno_title {
    display: none;
    position: fixed;
    width: 15.5%;
    height: 4.5%;
    padding: 1%;
    top: 5%;
    right: 2.5%;
    color: white;
    font-family: 'Tekne';
    font-size: 15pt;
    letter-spacing: 1pt;
    border: 1px solid white;
    text-align: center;
    background: #113a6870;
    letter-spacing: 1px;
}

.anno {
    display: none;
    position: fixed;
    width: 15.5%;
    height: auto;
    padding: 1%;
    top: 14%;
    right: 2.5%;
    color: white;
    font-family: 'Public Sans';
    font-size: 10pt;
    line-height: 12pt;
    letter-spacing: 1pt;
    border: 1px solid white;
    text-align: justify;
    background: #113a6870;
    letter-spacing: 1px;
}

#prompt {
    font-size: 9pt;
    letter-spacing: 0pt;
}


.table {
    display: none;
}

table {
    position: fixed;
    bottom: 8%;
    left: 2.5%;
    width: 95%;
    height: 10%;
    table-layout: fixed;
    border-collapse: collapse;
    color: white;
    font-family: 'Tekne';
    font-size: 9pt;
    background: #113a6870;
    letter-spacing: 1pt;
    border: 1px solid white;
    z-index: 2;
}

tr {
    border-collapse: collapse;
}

td {
    width: calc(100% / 8 - 3%);
    height: 5%;
    padding: 0% 0.5% 0% 0.5%;
    border: 0.5px solid white;
    border-collapse: collapse;
}

td:nth-child(even) {
    width: calc(100% / 8 + 3%);
    text-align: end;
    border-left: 0px;
}

td:nth-child(odd) {
    border-right: 0px;
}

@media screen and (max-width: 1205px) {
    .header {
        padding-top: 1.5%;
        width: 25%;
        font-size: 16pt;
    }

    .subheader {
        width: 25%;
        top: 13%;
    }

    .anno_title {

        padding-top: 1.5%;
        width: 30%;
        font-size: 14pt;
    }

    #prompt {
        padding-top: 1.5%;
        font-size: 10pt;
    }

    .anno {
        width: 30%;
        font-size: 8pt;
        top: 13%;
    }

    table {
        font-size: 8pt;
    }
}

@media screen and (max-width: 800px) {
    .view {
        bottom: 25%;
    }
}



@media screen and (max-width: 750px) {

    .header {
        width: 35%;
    }

    .subheader {
        width: 35%;
        top: 12.5%;

    }

    .anno_title {
        width: 35%;
    }

    .anno {
        width: 35%;
        top: 12.5%;
    }
}

@media screen and (max-width: 750px) {

    .header {
        width: 45%;
    }

    .subheader {
        width: 45%;
        top: 12.5%;

    }

    .anno_title {
        width: 45%;
    }

    .anno {
        width: 45%
    }

    #prompt {
        font-size: 8pt;
    }
}