.header {
background-color: white;
background-image: none;
}
.container-header {
background-color: white;
background-image: none;
}
.container-header .mod-menu {
 color: black;
 font-size: 1.5rem;
 flex: unset;
}
.container-header .navbar-toggler {
 color: black;
 border: 1px solid black;
}
.container-header .site-description {
    color: black;
    white-space: normal;
    font-size: 0.7rem;
}
@media screen and (max-width: 992px) {
.position-sticky {
  position: sticky !important;
}
