
.site__header {
    background-color: #363636;
    border-bottom: none;
}
.navbar-nav .nav-link {
    color: white;
}
.site__header a {
    color: #363636;
}
.header__content {
    color: white;
}

.nav-item.current.active::after {
    content: none;
}


.site__header a {
            text-transform: none;

   }
   .site__header li> a {
	   color: white;
   }

   h1, h2, h3, h4, h5, .page__box .content {
	    text-transform: none;
   }

