.nav_bg {
    color: #F7F7F2;
}

.nav_item a {
    color: #F7F7F2 !important;
    font-size: 18px;
    margin-right: 10px;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.nav_item a.active {
    color: #876F58 !important;
    font-weight: 600;
}

.nav_right_section {
    border-left: 2px solid white;
}

.nav_left_section {
    border-right: 2px solid white;
    margin-right: 50px;
}

.nav_right_section img {
    margin-left: 20px
}

.dropdown_navbar a {
    color: #978466 !important;
    text-decoration: none;
}

.dropdown_navbar .btn_transformations {
    background-color: #715A40 !important;
    color: #F7F7F2 !important;
    text-decoration: none;
    letter-spacing: 2px;
}

.navbar .dropdown-menu .active{
    background-color: #876F58;
}

@media (max-width: 768px) {
    .nav_right_section {
        border-left: 0px solid white;
    }

    .nav_right_section img {
        margin-left: 0px;
        margin-right: 20px;
    }
}