header ul{
    margin-left: 0;
}
header nav{
    width: 100%;
}
header .nav-link {
  color: white;  
  transition: color 0.5s ease;         
}
header .nav-link:hover{
    color: #DBA167;      
}
header .nav-link:active{
    color: #C89050;      
}
header .nav-pills:active{
    color: white;      
}
header .nav-link:focus{
    border: none;
    border-style: none;
    outline: none;
    color: #C89050;
}

header .btn{
    border: 1px solid #DBA167;
    box-sizing: border-box;
    outline: none;
    color:#DBA167;
    transition: color 0.3s ease;
    transition: border 0.3s ease;

}
header .btn:hover{
    border: 1px solid white;
    box-sizing: border-box;
    outline: none;
    color:white;
}
header .btn:focus{
    border: 1px solid #DBA167 !important;
    box-sizing: border-box !important;
    outline: none;
    color: #DBA167;
}
header .btn:active{
    border: 1px solid lightgray !important;
    box-sizing: border-box !important;
    outline: none;
    color: lightgray !important;      

}
header .btn:focus-visible{
    border: 1px solid white;
    box-sizing: border-box;
    outline: none;
    color: white;  
}
.header-box {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
    transition: margin 0.3s ease;
}
.header-box.scrolled {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
}
header a img{
    max-width:  calc(2rem + .6vw) !important;
    height: auto;   
    flex-shrink: 1;
}
.logo-img {
    max-width: 100%; 
    height: auto;   
    flex-shrink: 1;  
}
header a span{
    line-height: calc(2.4rem + .6vw) !important;
}
header .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header .btn-close{
    color: white;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
}
header .navbar-toggler:focus{
    outline: none !important;
    box-shadow: none !important;
}
header .btn-close:active,
header .btn-close:focus,
header .btn-close:hover{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
header .navbar-toggler{
    display: none;
    border-color: white !important;
}
header button{
text-transform: uppercase;
}
@media (max-width: 1144px) {
    header .nav-pills, 
    header .btn-pills{
        display: none;
    }
    header .navbar-toggler{
        display: block;
}
}




