.nav-link.active {
    background-color: #fac905;
}

.info-text {
    margin-left: -8em;
}

.highlighted {
    color: white !important;
    background-color: black !important;
}

.btn:first-child:active {
    background-color: black;
    border-color: black;
}

@media screen and (min-width: 1000px) {
    .fizz-row {
        margin-top: -10em !important;
    }

}

@media screen and (max-width: 1200px) {
    .fizz-tabbed {
        display: flex;
        flex-direction: column;
    }

    .fa-solid,
    .fa-brands {
        display: none;
    }

    .video-col {
        width: unset;
    }

    .text-col {
        width: unset;
    }

    .info-text {
        text-align: center;
        margin-left: unset;
        padding-top: unset;
    }
}

@media only screen and (max-width: 780px) {

    i.fa-youtube,
    i.fa-solid,
    i.fa-brands {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .info-text {
        padding-bottom: unset;
        text-align: unset;
    }
}