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

html {
    height: 100vh;
}

body {
    background: #2A2746;
    font-family: 'bebaskai', Arial, Helvetica, sans-serif;
}

/*
* Text Styles
*/

.title.is-1 {
    letter-spacing: 1px;
    font-size: 5rem;
}

.background {
    background: url('../img/bg.png') no-repeat center bottom;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 15vh;
    display: block;
}

.videoWrapper {
    margin: 5% 0;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.videoWrapper iframe,
.videoWrapper embed,
.videoWrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.note {
    font-family: sans-serif;
}

.lineup {
    width: 60%;
    margin: 0 20%;
}


@media only screen and (max-width: 768px) {
    .lineup {
        width: 100%;
        margin: auto;
    }
}
