.mybanner {
  min-width: 100%;
}
.container-header {
  background-color: white;
  background-image: none;
}
.container-header .mod-menu {
  color: #000000;
}
.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 6px;
  color: #000000;
}
.container-header .mod-menu a:hover {
  background-color: #eee;
}
.level-1:hover {
  background-color: #eee;
}

.container-header .navbar-toggler {
  color: #000000;
  border: 1px solid #000000;
}
#back-top { position: fixed; }

:root {
  --body-font-size: 1.0rem;
}
.container-footer {
  background-color: #006EB7;
  background-image: none;
  color: white
}
 