header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
}

.contact-info {
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
}

.contact-info a {
color: var(--white);
text-decoration: none;
}

/* .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--coal); 
    z-index: 999;
} */


.navbar {
    padding: 0;
}

.collapse.navbar-collapse {
    justify-content: space-between;
}

.container-fluid {
    padding: 0 !important;
    max-width: 1170px;
}

.nav-item a {
    color: white !important;
}

.nav-item a:hover {
    color: var(--sand) !important;
}

nav.navbar.navbar-expand-lg.bg-body-tertiary {
    /* padding: 0 20px; */
    background-color: #353535 !important;
}

/* .container-fluid {
    justify-content: flex-end !important;
} */

.navbar-toggler {
    background-color: unset !important;
    border: none !important;
    color: transparent !important;
    padding: 0;
}

.navbar-toggler-icon {
    background-image: none;
    
}
.fa.fa-bars::before {
    color: white;
}

.navbar-brand.mobile {
    display: none;
}
div#navbarScroll {
    padding: 0 20px;
}
.navbar-nav-scroll {
    /* padding: 0 20px; */
    max-height: unset !important;
    overflow-y: unset !important;
}


@media (max-width: 991px) {
    .contact-info {
        display: none !important;
    }

        .navbar-brand {
    display: none;
}

    .navbar-brand.mobile {
    display: block;
}

    .navbar-collapse {
            position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--coal); 
    z-index: 999;
    }

.container-fluid {
    padding: 0 20px !important;
}

}
 