@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
.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: 'Open Sans', sans-serif;
  font-weight: 400;
}

.h1, h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.5rem;
  }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #690000;
  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: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}
.container-header .navbar-toggler {
  border: 1px solid #fff;
  color: #000;
  cursor: pointer;
}
.container-header .mod-menu {
  list-style: none;
  font-size: 18px;
  }
.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: 95%;
  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;
}
a:not([class]) {
  text-decoration: none;
}
a {
  color: #b8643b;
}
.metismenu.mod-menu .mm-toggler {
  color: #58585a;
  user-select: none;
  box-shadow: none;
  background: 0 0;
  border: none;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}