:root {
  --cassiopeia-color-primary: #395330;
  --cassiopeia-color-hover: #637D49;
  --cassiopeia-color-link: #2a5a8c;
}
/* active color: #395330 */

.container-header, .container-footer {
  background-image: none;
  background-color: #191A1A;
}

.container-footer .moduletable,
.container-footer .mod-custom {
  width: 100%;
  max-width: 100%;
}
/* 
 * Norse Bold font by Joël Carrouché
 * Licensed under the SIL Open Font License
 * Source: https://www.dafont.com/norse.font
 */
@font-face {
  font-family: 'Norse Bold';
  src: url('../fonts/norse-bold.woff2') format('woff2'),
       url('../fonts/norse-bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/roboto-slab.woff2') format('woff2'),
       url('../fonts/roboto-slab.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Roboto Slab';
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Norse Bold';
  font-weight: 700;
}
h1 {
  font-size: 5rem;
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1.1rem;
}
.btn {
  --btn-padding-y: 12px;
  --btn-padding-x: 30px;
}
body.itemid-101 {
  background-image: url(/images/home_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: 0 0;
}
body.itemid-101 .site-grid {
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.57) 40%, rgba(255, 255, 255, 0) 65%) transparent;
}