.main-header-bar {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99999;
background: transparent;
transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
} .main-header-bar.scrolled, 
.main-header-bar.menu-open {
background: #ffffff!important;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
} .dark {
fill: #676767 !important;
color: #676767 !important;
}
.dark-link {
color: #676767!important ;
}
.dark-link:hover{
color: #CEAA7A !important;
}