.container-header {
  background-color: #b6d4c5;
  background-image: none;
  box-shadow: inset 0 5px 5px rgba(0,0,0,.03);
  position: relative;
  z-index: 10;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: var(--cassiopeia-font-family-headings,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",);
  font-weight: 400;
  color: #adb8a9;
}
.container-header .mod-menu > li + li {
  margin-left: auto;
}
.container-header .mod-menu {
  color: #000;
  list-style: none;
  margin-top:60px;
}
.container-header .container-nav {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0em;
}
.footer {
  background-color: #b6d4c5;
  background-image: none;
  color: #000;
  margin-top: 0em;
}
.metismenu.mod-menu .metismenu-item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 0em;
}
