button.btn.btn-secondary {
    height: 40px !important;
    margin: auto;
}

#header-section {
    z-index: 8888;
    position: fixed;
}

#header-bar {
    background-color: #36231D;
}

#logo {
    width: 90px;
}

.navbar-toggler {
    z-index: 800;
}

.custom-navbar {
    background-color: #816D5C !important;
}

.navbar-slogan {
    color: antiquewhite;
    font-style: italic;
}

.navbar-slogan-title {
    padding-right: 100px;
    font-size: 20px;
}
.navbar-slogan-subtitle {
    padding-left: 50px;
    font-size: 16px;
}

.nav-link {
    color: antiquewhite !important;
}

.dropdown button,
.dropdown button:hover,
.dropdown button:active,
.dropdown button:focus,
.dropdown.show > button {
    background-color: transparent !important;
    border: none;
    color: antiquewhite !important;
}

.dropdown a:active,
.dropdown a:focus,
.dropdown > li {
    background-color: saddlebrown !important;
}

.dropdown .dropdown-menu {
    background-color: floralwhite;
}

@media (max-width: 990px) {
    .navbar-collapse {
        padding-top: 30px;
    }

    .dropdown .dropdown-menu {
        margin: auto;
        background-color: #816D5C;
    }

    .dropdown-list-item .dropdown-item {
        background-color: transparent !important;
        color: antiquewhite !important;
    }
}