*{
    font-family: "Montserrat", sans-serif;
}
.bg-light-2{
    background-color: #E8E8E8 !important;
}
.gr_ver_1{
    background: linear-gradient(to right, #E8E8E8 0%,#ffffff 20%,#ffffff 50%,#ffffff 82%,#E8E8E8 100%);
}
.text-primary{
    color:#394940 !important;
}
.text-primary-hover:hover{
    color:#E0A07B !important;
}
.btn-primary{
    background-color: #394940 !important;
    color: #E0A07B !important;
    border-color: #394940;
}
.btn-primary:hover{
    background-color: #596E66 !important;
    color: #E0A07B !important;
    border-color: #596E66;
}
.nav-li-active{
    color:#E0A07B !important;
}
.accordion-button:focus {
    outline: none;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #E0A07B !important;
    background-color: #596E66 !important;
}
.highlight {
    background-color: #394940 !important;
    color: #E0A07B !important;
    cursor: pointer;
}
.highlight:hover{
    background-color: #596E66 !important;
}
.inactive {
    background-color: #ccc !important;
    font-weight: lighter;
}
.active_selection{
    background-color: #596E66 !important;
}