/* CSS Document */
@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

html, body {
    max-width: 100vw;
    overflow: hidden;
    height: 100vh;
    font-family: "Montserrat:700", sans-serif;
    background-color: #000;
}

.lyric {
    overflow: auto;
}

.seo-text {
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}.seo-text * {
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
}

video {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: all; }
    video.active {
        transform: translate(-100%, -50%);
}

.sterling-logo {
    position: fixed;
    top: 1rem;
    left: 2rem;
    z-index: 3;
}
.sterling-logo img {
    width: 20rem;
}

.vis-tekst {
    position: fixed;
    top: 1rem;
    right: 2rem;
    z-index: 3;
}
.vis-tekst img {
    width: 12rem;
}

section h2, section h3 {
    position: fixed;
    bottom: 1.4rem;
    text-transform: uppercase;
    font-size: 2rem;
    color: #eabc01;
    margin: 0;
    z-index: 3;
}

section h2 {
    left: 2rem;
}

section h3 {
    left: 11rem;
}

section h3:hover {
    transition: 0.5s ease;
    color: #fff;
}

.mute-button {
    position: fixed;
    bottom: 1rem;
    right: 7rem;
    font-size: 2.5em;
    color: #eabc01;
    cursor: pointer;
    z-index: 3;
}
.mute-button:hover {
    transition: 0.5s ease;
    color: #fff;
}

.play-button {
    position: fixed;
    bottom: 1rem;
    right: 3rem;
    font-size: 2.5em;
    color: #eabc01;
    cursor: pointer;
    z-index: 3;
}
.play-button:hover {
    transition: 0.5s ease;
    color: #fff;
}

.lyrics h4 {
    text-transform: uppercase;
    font-size: 3.5rem;
    color: #eabc01;
    margin: 5rem 0 2rem;
    z-index: 3;
    text-align: center;
}

.lyrics p {
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #eabc01;
    margin: 0;
    z-index: 3;
    text-align: center;
}

@media only screen and (max-width: 650px) {
    section h2, section h3 {
        display: none;
    }

    .vis-tekst {
        display: none;
    }
}
