.container-header .container-nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 1em;
}
.container-header {
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  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","Noto Color Emoji");
  font-weight: 500;
}

.h1, h1 {
    font-size: 2rem;
  }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #62937f;
  line-height: 1.2;
  margin-bottom: .5rem;
  margin-top: 0;
}
.container-header .mod-menu > li > a, .container-header .mod-menu > li > span {
  color: #58696d;
  position: relative;
  text-decoration: none;
}
.container-header {
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}
.container-header .navbar-toggler {
  border: 1px solid #fff;
  color: #000;
  cursor: pointer;
}
.h3, h3 {
    font-size: 1.55rem;
  }
body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
  
:root {
  --hue: 214;
  --template-bg-light: #f0f4fb;
  --template-text-dark: #495057;
  --template-text-light: #ffffff;
  --template-link-color: var(--link-color);
  --template-special-color: #001B4C;
  background: #f5f5f5;
}
h1 {
  font-size: 26px;
  line-height: 28px;
  background: #DFF0D8;
  padding: 8px;
}
a {
  color: #889a72;
}
a {
  color: #08c;
  text-decoration: none;
}
.container-below-top a, .container-topbar a {
  color: #869586;
  text-decoration: none !important;
}
