
body {
        margin: 0;
        padding: 0;
        font-family: Roboto, Helvetica, Arial, sans-serif;
        font-weight: 300;
        background-color: #0A0A0A;
        box-sizing: border-box;
}

.container {
        max-width: 725px;
        margin: 0 auto;
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
}

.nav {
        height: 60px;
        background-color: #0A0A0A;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
}

.nav .navbar-brand {
        padding: 20px;
}

.nav .navbar-brand .navbar-item {
        text-decoration: none;
        color: white;
        font-size: 18px;
}

.primary-content {
        position: relative;
        overflow: hidden;
        height: 100vh;
}

.background-video {
        position: relative;
}

#player-shield {
        position: absolute;
        width: 100vh;
        height: 100vh;
        top: 0;
        left: 0;
}

.overlay {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
}

#player-controls {
        position: absolute;
        bottom: 30px;
        left: 20px;
        color: white;
        font-size: 36px;
}

#player-controls a:any-link {
        color: white;
}

#player-controls i {
        font-size: 36px;
        vertical-align: middle;
}

#player-controls #volumeOSD {
        font-size: 16px;
        vertical-align: middle;
}

.noselect {
        -webkit-touch-callout: none;
        /* iOS Safari */
        -webkit-user-select: none;
        /* Safari */
        -khtml-user-select: none;
        /* Konqueror HTML */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* Internet Explorer/Edge */
        user-select: none;
        /* Non-prefixed version, currently supported by Chrome and Opera */
}

.humans-txt {
        position: absolute;
        bottom: 30px;
        right: 20px;
}

.overlay .title {
        position: absolute;
        top: 20%;
        text-align: center;
        color: white;
        text-shadow: 1px 1px 1px #000;
        font-size: 18px;
        line-height: 1.5;
        width: 100%;
        height: 100%;
}

.title h1 {
        font-size: 45px;
        letter-spacing: 5px;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        font-weight: lighter;
        display: inline-block;
}

.title blockquote {
        margin: 10px;
}

.title cite {
        font-size: 14px;
        font-style: italic;
}

@media screen and (min-width: 725px) {
        .title h1 {
                font-size: 60px;
        }
}
