:root {
--cassiopeia-color-primary: #905822;
}

.mod-list li a {
  text-decoration: none;
  font-size: 22px;
  margin-left: 12px;
}

.mod-list li.active > a {
    font-size: 22px;
}

.container-header .mod-list li.active > a {
    font-size: 22px;
}

.container-header .mod-menu {
  justify-content: left;
  color: #ffffff;
  background-color: #905822;
  padding: 0;
}

.footer {
  background-color: #905822;
  background-image: none;
  color: #fff;
  margin-top: 1em;
}

.footer .mod-list li a {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
}
/*
.footer li a:hover{
 font-size: 18px;
  color: #fff;

}
*/
.footer .mod-list li.active > a {
    font-size: 18px;
}

.container-header {
  background-color: #f4edde;
  background-image: none;
}

container-component > * + *, .container-component > :first-child, .container-sidebar-left > * + *, .container-sidebar-left > :first-child, .container-sidebar-right > * + *, .container-sidebar-right > :first-child {
  margin-top: 1em;
  margin-left: 1em;
}
.container-component > *, .container-sidebar-left > *, .container-sidebar-right > * {
  margin-bottom: 0;
}
*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #905622;
}

h1, .h1 {
  color: #905822;
  font-size: calc(0.9rem + 1vw);
}

@media (min-width: 1200px) {
h1, .h1 {
font-size: 1.4rem;
}
} 

h2, .h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (width >= 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (width >= 1200px) {
  h3, .h3 {
    font-size: 1.2rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (width >= 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}