/* GENERAL */

.content {
    padding-top: 90px;
}

.tiktok-logo {
    margin-top: 0;
    width: 350px;
    max-width: 40%;
}

@media (max-width: 685px) {
    .tiktok-logo {
        max-width: 65%;
    }
}


/* Nav */

@media (min-width: 786px) {
    .nav-column {
        text-align: center;
        width: 100%;
    }
}

.nav-column .menu-item {
    font-size: 14px;
}


/* HOMEPAGE */

.logo {
    max-width: 850px;
    margin-bottom: 0 !important;
}

.bg-fork {
    position: fixed;
    width: 20%;
    max-width: 230px;
    min-width: 180px;
    right: 2%;
    bottom: -1px;
}


/* Homepage - reused styles */

.content .section-title {
    margin-bottom: 30px;
    line-height: 2.5rem;
}

h2.section-title span {
    border-bottom: 1px solid #ffd00d;
    padding-bottom: 3px;
}

.button {
    color: #fefefe;
    border: 2px solid #fefefe;
    border-radius: 5px;
    padding: 2px 25px;
    font-size: 1.3rem;
    line-height: 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.button:hover {
    color: #2B0A60;
    background-color: #fefefe;
    border-color: #fff;
}

.button.text-yellow {
    color: #ffd00d;
    border-color: #ffd00d;
}

.button.text-yellow:hover {
    color: #2B0A60;
    background-color: #ffd00d;
}


/* Benefit */

.content .benefit {
    margin-top: 2rem;
    margin-bottom: 10px;
}

.benefit h2 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 15px;
}

@media (max-width: 645px) {
    .benefit h2 {
        font-size: 1.4rem;
    }
    br.hide-mobile {
        display: none;
    }
}


/* Emmy */

.emmy {
    margin-bottom: 50px;
}

.emmy #Emmy {
    padding-top: 50px;
}


/* Nominations */

.nominations {
    margin: 20px 0;
    font-size: 1.3rem;
}

.nominations .nomination {
    margin-bottom: 35px;
    font-weight: 600;
}

.nominations .nomination .text {
    text-transform: uppercase;
    color: #ffd00d;
    margin-bottom: 7px;
}


/* Video area */

.video {
    width: 100%;
    max-width: 650px;
    margin-bottom: 30px;
    margin-top: 40px;
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Quotes */

.home-quote .quote-text {
    font-size: 1.5rem;
}


/* SECTION 2 */


/* Subsection 1 */


/* Subsection 2 */


/* FOOTER */

@media (min-width: 1200px) {
    .footer-col.three {
        justify-content: left;
    }
}

.footer-col.three a {
    width: 35px;
    padding: 5px;
    margin-right: 0;
    margin-top: 25px;
}