.fontLoaded .sven-container,
.splash-page,
.pl-wrapper {
    /* Teaser Font */
    font-family: 'Montserrat', sans-serif;
}

body {
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

.sound-info {
    font-family: "Arial", sans-serif;
}

.pl-wrapper .hashtag {
    font-weight: 700;
}

#black-friday h1 {
    -webkit-text-stroke: 0px;
}

.lt-main {
    font-size: 18px;
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.5;
}

.highlight {
    color: #ED1C24;
}

.confetti {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.splash-page .centered {
    white-space: normal;
}

.splash-page .st-btn {
    margin: 0;
}

.pl-wrapper {
    /* Hide Player Controls by default */
    display: none;
}

.YTPOverlay,
.bv-overlay {
    /* Hide Video overlays */
    display: none;
}

#buy-button {
    margin-top: 16px;
    min-width: 100px;
    padding: 15px 26px;
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
    background: #ED1C24 !important;
    border: 0px !important;
    border-radius: 0;
}

#buy-button:hover {
    background: #fff !important;
    color: #000;
}

.countdown-wrapper {
    position: absolute;
    left: 0;
    top: 0;
}


/* 2.2 Font Colors and Backgrounds
Stamp - #111517, Content BG - #F5F5F5, Headline - #111517,
Paragraph - #888, Contrast / Highlight(Buttons BG) - #EF0D33
-------------------------------------------------------------- */

.sk-double-bounce .sk-child
/* Preloader Circle Color */

{
    background: none #FFF;
}

.splash-page .btn-fill {
    font-weight: 700;
    background: #ED1C24;
}

.logo-img {
    max-width: 240px;
}


/* ==================================================================
3.0 - Responsive Styles
================================================================== */


/* 3.1 - Small Devices, Tablets (≥768px)
-------------------------------------------------------------- */

@media only screen and (min-width: 768px) {
    .lt-main {
        font-size: 38px;
        font-size: 3.3vw;
    }
}


/* 3.2 - Medium Devices, Desktops (≥992px)
-------------------------------------------------------------- */

@media only screen and (min-width: 992px) {
    .lt-main {
        font-size: 48px;
        font-size: 3.3vw;
    }
    #buy-button {
        min-width: 160px;
        padding: 15px 26px;
    }
    .logo-img {
        max-width: 70%;
    }
}


/* 3.3 - Large Devices, Desktops (≥1200px)
-------------------------------------------------------------- */

@media only screen and (min-width: 1200px) {
    .lt-main {
        font-size: 64px;
        font-size: 3.3vw;
    }
    #buy-button {
        min-width: 180px;
        padding: 15px 26px;
    }
    .logo-img {
        max-width: 80%;
    }
}


/* 3.4 - Wide Screens, Desktops (≥1824px)
-------------------------------------------------------------- */

@media only screen and (min-width: 1824px) {
    .lt-main {
        font-size: 92px;
        font-size: 3.3vw;
    }
    #buy-button {
        min-width: 200px;
        padding: 15px 26px;
    }
    .logo-img {
        max-width: 100%;
    }
}