@font-face {
    font-family: 'antique_olive_stdnord_italic';
    src: url('/fonts/antiqueolivestd-norditalic-webfont.woff2') format('woff2'),
        url('/fonts/antiqueolivestd-norditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html.fullscreen {
    height: 100%;
    width: 100%;
}

body {
    background-color: #ffc20e;
    background: url(/img/background.jpg) no-repeat center center fixed;
    color: #000000;
    background-size: cover;
    font-family: 'antique_olive_stdnord_italic';
}

body.waiting {
    background-image: url(/img/background-jeroom.jpg);
}

.monitorFrame .container, .startFrame .container, .startFrame .container-fluid, .monitorFrame .container-fluid, .adminFrame .container {
    height: 100vh;
    position: relative;
}

.monitorFrame .container #content, .startFrame .container #content, .startFrame .container-fluid #content, .monitorFrame .container-fluid #content, .adminFrame .container #content {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    max-height: 90%;
}

.adminFrame main {
    margin-top: 70px;
}

.adminFrame h3 {
    text-align: center;
}

.startFrame h1, .adminFrame h1 {
    color: #000000;
}

.adminFrame h2 {
    font-weight: bold;
    color: #000000;
    font-size: 50px;
    text-transform: uppercase;
}

.adminFrame h3 {
    margin-top: 1rem;
    margin-bottom: .2rem;
    font-weight: bold;
    color: #000000;
    font-size: 30px;
    text-transform: uppercase;
}

.mainText {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-size: 100px;
    line-height: 100px;
    font-family: 'antique_olive_stdnord_italic';
    letter-spacing: 3px;
    z-index: 2;
    padding: 0 20px;
    color: #000000;
}

#gameControl .btn {
    margin: 5px;
}

#clockControl {
    text-align: center;
    margin: 50px auto;
}

#clockControl .btn {
    margin: 5px;
}

#gameControl {
    text-align: center;
    margin: 50px auto;
}

#currentTime {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-size: 300px;
    line-height: 300px;
    font-family: 'antique_olive_stdnord_italic';
    letter-spacing: 3px;
    z-index: 2;
    padding: 0 20px;
    color: #000000;
}

#currentTime .minutes {
    display: inline-block;
    width: 600px;
    text-align: right;
}

#currentTime .seconds {
    display: inline-block;
    width: 600px;
    text-align: left;
}

#currentTime span {
    letter-spacing: 15px;
}

.adminFrame #currentTime {
    font-size: 150px;
    line-height: 150px;
}

.adminFrame #currentTime .minutes, .adminFrame #currentTime .seconds {
    width: 300px;
}


@media only screen and (max-width: 600px) {
    .adminFrame h2 {
        font-size: 30px;
    }

    .adminFrame #currentTime .minutes, .adminFrame #currentTime .seconds, .monitorFrame #currentTime .minutes, .monitorFrame #currentTime .seconds {
        width: 100px;
    }

    .adminFrame #currentTime {
        font-size: 30px;
        line-height: 30px;
    }

    .monitorFrame #currentTime {
        font-size: 50px;
        line-height: 50px;
    }

    .mainText {
        font-size: 30px;
        line-height: 30px;
    }

    .extraItems {
        display: none;
    }
}