@charset "utf-8";
/* CSS Document */
#header.scrolled {
    background-image: none;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 1px 10px rgba(102, 95, 91, 0.5);
    text-shadow: none;
    padding-bottom: 0;
}

.nav_list {
    font-size: var(--fs-16);
    font-weight: 400;
    color: #6B635D;
    text-shadow: none;
}
.nav_item_underline::before {
  background-color: #6B635D;
}
.nav_item:hover {
  text-shadow: none;
}
@media (max-width: 768px){
	#header.scrolled {
    background-image: none;
	background-color:none;
	box-shadow: none;
}
    .nav_box {
        padding: 0;
}
.nav_list {
    color: #ffffff;
}
.nav_item_underline::before {
  background-color: rgba(255,255,255,0.6);
}
}