.container-header {
  background-color: #340e45;
  background-image: none;
}

.container-header .mod-menu a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  padding: 3px 15px;
  color: #340e45;
}



.container-header .mod-menu a:hover {
  background-color: #eee;
  color: e5db9d;
}

.mybanner {
  min-width: 100%;
}

.container-banner .banner-overlay {
   height: 50vh;
}

:root {
  --body-bg: #E7ECEF;
  --cassiopeia-color-link: #340e45;
}  


#back-top { position: fixed; }


