body {
    font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

@media (min-width: 991.5px) {
    #hero{
        min-height: 100vh;
    }

    #heroNav {
        position: absolute;
        z-index: 10;
    }

    #heroCarouselContainer {
        height: 100vh;
    }
}

.font-normal {
    font-family: var(--bs-font-sans-serif);
}

.footer-logo {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.spotch-subnav {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.spotch-subnav > .nav-link {
    margin: 0 0 -1px 0;
    padding: 0.5rem 0.5rem;
    color: var(--bs-light);
    font-weight: 600;
    font-size: 0.875rem;
    border-bottom: 3px solid rgba(0,0,0,0);
}

.spotch-subnav > .nav-link:not(:last-of-type) {
    margin-right: 0.9rem;
}

.spotch-subnav > .nav-link:not(.active):hover {
    border-color: var(--spotch-yellow-light);
}

.spotch-subnav > .nav-link.active {
    color: var(--spotch-yellow-light);
    border-color: var(--spotch-yellow-light);
}

.spotch-image-caption {
    font-weight: 600;
    padding: .5rem 1.5rem;
    background-color: var(--spotch-yellow-light);
    transform: translateY(-100%);
}

.nav-link.active {
    font-weight: 500;
}