body, html {
    font-family: 'Montserrat', sans-serif !important;
    height: 100%;
}

.topbar {
    height: 4px;
    background-color: #e9b500;
}

.custom-nav {
    background-color: rgb(30, 30, 30);
}

.custom-nav .nav-link {
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.custom-nav .nav-link.active {
    color: white !important;
    height: 100% !important;
}

/* 100% - 80px */

.jumbo {
    height: calc(100% - 80px);
    background-image: url('/img/main-bg.webp');
    background-position: center;
    background-size: cover;
    margin-top: 80px;
    color: white;
}

.jumbo-content {
    height: 100%;
}