body {
--n1: #2a2f3c !important;
--n2: #f4f0e3 !important;
/* --n3: #aed3d8 !important; */
--n3: #e0986d !important;
--n4: #dccbbe !important;
--n5: #3a5634 !important;
--n6: #bdbfbb !important;
}
.c2  {
color: #ffffff !important;
}

.selected, .selected a {
    color: var(--n3)!important;
}

#header2  .selected, #header2  .selected a  {
	color: var(--n3)!important;
}

@media (max-width: 767px) {
.navbar-collapse {
	background-color: var(--n5) !important;
	}
.selected, .selected a {
    color: var(--n3)!important;
}

}

