@media(min-width:768px) and (max-width:2600px)
.dropdown-menu {
    margin-top: 0;
     background-color: #566a35 !important;
     color: black !important;
}

.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin:0 0px;
    border-width: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #566a35;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
	background: white;
	color: #566a35;
    border: none;
}
.dropdown-menu > li.show > a{
	color: white;
    font-weight: 500;
}

.bg-light {
    background-color: #566a35 !important;
}

.dropdown-item {
    color: white;
}

.navbar-nav {
    display: -ms-flexbox;
    /* -ms-flex-direction: column; */
    /* flex-direction: column; */
    padding-left: 0;
    /* margin-bottom: 0px; */
    list-style: none;   
    display: -webkit-box;
}

.collapse:not(.show) {
    display: flex !important;
}


.navbar-expand-lg .navbar-nav .nav-link {
    color: #dddedb !important;
}

.mr-auto, .mx-auto {
    margin-right: 0px !important;
}
}
@media (min-width: 2400px) {
    .dropdown-menu .dropdown .dropdown-menu {
        margin:0;
        
    }
}



@media (min-width: 768px){
   
}


