#main-nav{
    /* background-color: var(--charcoal) !important; */
    background-color: rgba(0,0,0,0) !important;
    color: var(--alabaster-grey);
    font-size: 1em;
    position: absolute;
    width:100%;
    height:80px;
    display:flex;
}

#aasr-hero{
    background-image: url("https://images.unsplash.com/photo-1556005693-00fff02f134c?q=80&w=1332&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    height: 90vh;
    width:100%;
    border-radius: 0 0 6rem 6rem;
    background-size: cover;
    /* 🔥 fills the container */
    background-position: center;
    /* keeps it centered */
    background-repeat: no-repeat;

}

#aasr-hero h1{
    font-size: 5rem;
    font-weight: 500;
    color: var(--alabaster-grey);
    padding: 1rem;
}

#aasr-hero p {
    font-size: 1.1rem;
    color: var(--alabaster-grey);
        padding: 1rem;
}

#hero-overlay{
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    height:90vh;
    border-radius: 0 0 6rem 6rem;
    background: rgba(0,0,0, 0.2)
}

.hero-button{
    font-size: 1.4rem !important;
}

@media (min-width: 768px) {
    .scrolled {
        border-radius: 0 0 6rem 6rem;
    }

}

#navbarNavDropdown {
    margin-top: -8px;
}

@media (max-width: 991.98px) {
    #navbarNavDropdown {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100vw;
        background: var(--parchment);
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        z-index: 1000;
        background-color: #262621 !important;
    }

    #navbarNavDropdown #main-menu>li>a {
        color: white !important;
              
    }
}

.front-page-nav #main-menu>li>a{
    text-transform: none;
    padding: 0.7rem;
    text-align: center;
}

@media (max-width: 1198px) {
    .navbar-collapse.collapse {
        background: #262621;
    }
}