.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: 400;
}

.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: #fcfcfc;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  border-bottom: 0px 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;
}
 .container-header .mod-menu {
    -webkit-box-flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-evenly;
  }

body {
  -webkit-text-size-adjust: 100%;
  color: #58585a;
  font-family: var(--body-font-family);
  font-size: 13pt;
  font-weight: var(--body-font-weight);
  line-height: 23px;
  text-align: var(--body-text-align);
}
