@font-face {
    font-family: 'Exo 2';
    src: url('Exo2-ExtraLight.ttf');
}

* {
    margin: 0;
    padding: 0;
    color: #FFF;
    font-family: "Exo 2", sans-serif;
}

html {
    font-size: 12pt;
}

html, body, #video-container {
    height: 100%;
}

body {
    background-color: #000;
}

body.scripted {
    overflow: hidden;
}

header {
    display: block;
    text-align: center;
    width: 100%;
}

body.scripted header {
    position: absolute;
    top: 0;
    z-index: 666;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    overflow: auto;
}

body.scripted header.hidden {
    display: none;
}

#header-content {
    margin: 2rem 1rem;
}

h1 {
    font-size: 2em;
    font-weight: normal;
    margin-bottom: 1rem;
}

#play {
    display: none;
}

#play.visible {
    display: block;
    margin: 2rem auto 2rem auto;
    font-size: 2em;
    color: #FFF;
    background: none;
    padding: 1rem 2rem;
    border: 2pt solid #FFF;
    border-radius: 5pt;
    cursor: pointer;
}

p {
    margin-bottom: 1rem;
}

ul {
    margin-bottom: 1rem;
}

ul li {
    list-style-type: none;
}

#video-container {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    height: 100%;
}

#cc {
    margin-top: 2rem;
    font-size: 0.9em;
}

#space {
    flex-grow: 1;
}

#video {
    display: block;
    width: 100%;
}
