.container-header {
  background-color: #FFF;
  background-image: none;
  background-image: none;
  -webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,.03);
  box-shadow: inset 0 5px 5px rgba(0,0,0,.03);
  position: relative;
  z-index: 10;
}

.container-header .mod-menu {
  color: green;
  list-style: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color:#c55e50;
  font-family: 'Caveat', cursive;
}
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {
  -webkit-text-size-adjust: 100%;
  color: #8b9175;
  font-size: 13pt;
  line-height: 23px;
  text-align: var(--body-text-align);
  font-family: 'Roboto', sans-serif;
}
.footer .grid-child {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
}
.footer {
  background-color: #fff;
  background-image: none;
  background-image: none;
  color: #58585a;
  margin-top: 0px;
}
a:not([class]) {
  text-decoration: none;
}
a {
  color: #549b2c;
}
.container-header .navbar-toggler {
  border: 1px solid #fff;
  color: #395b39;
  cursor: pointer;
}
