.navbar-brand>img {   
	max-width: unset !important;
    max-height: 80px !important;
}
a {
    color: #775A3D;
}

a:hover {
    color: #AF865F !important;
}

a.light {
    color: #775A3D;
}

a.light:hover {
    color: #eddbc7 !important;
}
.text-primary {
    color: #AF865F!important;
}

.text-secondary {
    color: #eddbc7!important;
}

.btn-primary {
    color: #eddbc7 !important;
    background-color: #775A3D;
    border-color: #AF865F;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #775A3D !important;
    background-color: #AF865F;
    border-color: #775A3D;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #eddbc7;
    background-color: #AF865F;
    border-color: #775A3D;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(237 219 199 / 50%);
}

.active.bg-primary-active-soft, .bg-primary-soft {
    color: #eddbc7!important;
    background-color: #AF865F!important;
}

.alert-primary {
    color: #eddbc7;
    background-color: #AF865F;
    border-color: #775A3D;
}

.bg-gradient-primary {
    background: #AF865F;
    background: linear-gradient(180deg,#775A3D 0,#AF865F)!important;
}


body {
 /* font-family: 'Work Sans', sans-serif !important; */
}

h1, h2, h3, h4, h5, h6 {
 font-family: 'Crimson Text', serif !important;
}

#header, header.main-nav {
    position: relative;
    background-color: #775A3D !important;
	background-image: url(../images/bg_top.png);
	background-position: bottom;
}

@media only screen and (min-width: 992px)
{
nav.navbar-light a.nav-link:not(.active):not(:hover)
{
    color: #eddbc7!important;
}

#header:not(.user-scrolled-down)::after {
   opacity: .3 !important;
	background-color:#000000ee !important;
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

}

 

@media only screen and (max-width: 991px)
{
.navbar-xs {
    display: block!important;
    background-color: #775A3D;
}	
}
.dropdown-menu {
    -webkit-animation: fadeIn .6s;
    animation: fadeIn .6s;
    font-size: 16px;
    text-align: left;
    box-shadow: 0 10px 40px 10px rgb(140 152 164 / 56%);
}
