@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;
    background-size: cover;
    color: #000000;
    font-family: 'antique_olive_stdnord_italic';
}

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

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

.monitorFrame {
    text-align: center;
}

.monitorFrame .btn {
    margin-top: 30px;
}

.monitorFrame #playerCount {
    font-size: 3em;
    font-weight: bold;
    margin: 60px auto;
}

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

.adminFrame h3 {
    text-align: center;
    margin-top: 20px;
}

.adminFrame .btn {
    display: inline-block;
    font-weight: bold;
    margin: 0 5px 0 0;
}

.adminFrame .btn-primary {
    color: #000000;
    background-color: #ffc20e;
    border-color: #000000;
}

.adminFrame .btn-primary:hover {
    color: #fff;
    background-color: #000000;
}

.adminFrame .playerCount {
    font-size: 3em;
    font-weight: bold;
    margin: 30px auto;
}

.adminFrame #totalScore {
    font-size: 5em;
    font-weight: bold;
    margin: 60px auto;
}

.adminFrame #totalScore.beep {
    color: #ff0000;
}

.studioFrame .studioLabel {
    font-size: 3em;
    font-weight: bold;
}

.studioFrame .studioCount {
    font-size: 8em;
    font-weight: bold;
}