header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: transparent;
    transition: background-color 0.3s ease;
    align-items: center;
    box-shadow: none;
}
header.scrolled {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navbar-nav li {
    width: 20%;
    font-weight: bold;
    justify-content: center;
    align-items: center;


}

.navbar-nav {
    width: 100%;

}

.navbar-down {
    z-index: 10;
    width: 100%;
    min-height: 96px;
    position: fixed;
    background: #ffffff;
    opacity: 1;
    border: 1px solid rgba(112, 112, 112, 0.2);
    box-shadow: inset 0px 27px 25px rgba(0, 0, 0, 0.16);
}

.navbar-top {
    z-index: 10;
    width: 100%;
    min-height: 96px;
    position: fixed;
    background: rgba(0, 0, 0, 0.01);
    opacity: 1;
    border: none !important;
    box-shadow: inset 0px 27px 25px rgba(0, 0, 0, 0.16);
}

.navbar-top a {
    color: white !important;
}

.navbar-top .dropdown-menu a {
    color: #B1915D !important;
}

.navbar-top a {
    color: white !important;
}

.navbar a {
    color: #B1915D;
}

.navbar-toggler {
    color: #B1915D !important;
    position: relative;
    display: inline;
    top: auto;
    height: 60px;
    width: 60px;
    margin-top: auto !important;
    margin-bottom: auto !important;
}


@media (max-width: calc(768px)) {
    .navbar-nav li {
        width: 100%;
        font-weight: bold;
        text-align: center;
        margin-bottom: 5px;
        border-bottom: 1px dashed #B1915D;
    }
}

@media (max-width: calc(480px)) {
    .navbar-nav li {
        width: 100%;
        font-weight: bold;
    }

}
