@font-face {
  font-family: "Obviously Variable"; /* Name of the font */
  src: url("../fonts/ObviouslyVariable.woff2") format("woff2"); /* Path to the WOFF2 file */
  font-weight: 100 900; /* Range of weights available */
  font-stretch: 400%; /* Range of widths available */
  font-style: normal; /* Normal style */
}
html {
  font-size: 100%;
}

* {
  transition: all 0.2s ease-in-out;
  font-family: Obviously Variable, sans-serif !important;
}

iframe {
  border: 1px solid #808C57;
}

.accent {
  color: #F21E1E !important;
}

.accent-secondary {
  color: #FFE9CE !important;
}

body h1, body h2, body h3, body h4, body h5 {
  line-height: 1.1em;
}
body h1, body h2 {
  text-transform: uppercase;
}
body .wrapper {
  margin: 0 1rem;
}
body ul {
  list-style-position: inside;
}
body .header {
  background-color: #F21E1E;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1;
}
body .header .logo img {
  height: 1.5em;
}
body .header .wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
body .header .wrapper .title {
  font-size: 1.5em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fee9cf;
}
body .menu-container {
  position: relative;
}
body .menu-container .burger {
  cursor: pointer;
  padding: 15px;
  z-index: 10;
  position: relative;
}
body .menu-container .burger .line {
  width: 30px;
  height: 3px;
  background-color: #FFE9CE;
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
}
body .menu-container .fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #808C57;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}
body .menu-container .fullscreen-menu.active {
  transform: translateX(0);
}
body .menu-container .fullscreen-menu > ul > li > a {
  text-transform: uppercase;
  font-weight: 700;
}
body .menu-container .fullscreen-menu ul {
  list-style: none;
  padding: 0;
}
body .menu-container .fullscreen-menu ul li {
  margin: 20px 0;
}
body .menu-container .fullscreen-menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 24px;
  transition: color 0.3s ease-in-out;
}
body .menu-container .fullscreen-menu ul li a:hover {
  color: #ff4081;
}
body .menu-container .fullscreen-menu ul li ul li {
  margin: 0;
}
body .menu-container .fullscreen-menu ul li ul li a {
  font-size: 1em;
}
body .footer {
  background-color: #808C57;
  color: white;
}
body .footer h1, body .footer h2, body .footer h3, body .footer h4, body .footer h5 {
  color: #FFE9CE;
}
body .footer a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
body .footer a:hover {
  color: #FFE9CE;
}
body #body .wrapper h1 {
  color: #F21E1E;
  text-decoration: underline;
  text-decoration-thickness: 0.2em;
}
body #body .wrapper h1:not(:first-child) {
  margin-top: 4em;
}
body #body .wrapper h2 {
  color: #808C57;
  text-decoration: underline;
  text-decoration-thickness: 0.2em;
}
body #body .wrapper h2:not(:first-child) {
  margin-top: 3.5em;
}
body #body .wrapper h3 {
  color: black;
}
body #body .wrapper h3:not(:first-child) {
  margin-top: 2.5em;
}
body #body .wrapper h4 {
  color: #F21E1E;
}
body #body .wrapper h4:not(:first-child) {
  margin-top: 2em;
}
body #body .wrapper h5 {
  color: #808C57;
}
body #body .wrapper h5:not(:first-child) {
  margin-top: 1em;
}
body #body .wrapper h1::before, body #body .wrapper h2::before, body #body .wrapper h3::before, body #body .wrapper h4::before, body #body .wrapper h5::before {
  content: "";
  display: block;
  height: 120px;
  margin-top: -120px;
  visibility: hidden;
}
body #body .wrapper a {
  text-decoration: none;
  background: #808C57;
  padding: 0.5em 1em;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 1em;
  display: inline-block;
}
body #body .wrapper a:hover {
  background: #A8B96E;
}
body #body .wrapper img {
  width: 100%;
}
body #body .wrapper table {
  empty-cells: show;
  border: 1px solid #cbcbcb !important;
}
body #body .wrapper table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}
body #body .wrapper table td,
body #body .wrapper table th {
  border-left: 1px solid #cbcbcb;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 0.5em 1em;
}
body #body .wrapper table td:first-child,
body #body .wrapper table th:first-child {
  border-left-width: 0;
}
body #body .wrapper table thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}
body #body .wrapper table td {
  background-color: transparent;
}
body #body .wrapper table {
  width: 100% !important;
  color: black;
  line-height: 1em;
}
body #body .wrapper table td {
  vertical-align: top;
}
body #body .wrapper table thead {
  text-align: left;
  background-color: white;
  border-bottom: 1px solid #ddd;
}
body #body .wrapper table thead th {
  color: black;
}
body #body .wrapper table h1, body #body .wrapper table h2, body #body .wrapper table h3, body #body .wrapper table h4, body #body .wrapper table h5 {
  color: black;
}
body #body .wrapper table .h3 {
  margin-top: 1em;
  text-transform: uppercase;
  font-weight: 700;
}
body #body .wrapper table .h5 {
  font-weight: 700;
}
body #body .wrapper .children-list a {
  text-decoration: none;
  background: none;
  padding: 0;
  font-size: 1.5rem;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  line-height: 1em;
  background: #808C57;
  aspect-ratio: 1/1;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin: 0;
}
body #body .wrapper .children-list a .name {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding-right: 1em;
  text-shadow: 1px 1px 0 rgb(0, 0, 0);
}
body #body .wrapper .children-list ul {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Responsive columns */
  gap: 20px; /* Space between grid items */
}
body #body .wrapper .children-list ul li {
  list-style: none;
}
body .sidebar {
  margin: 2em;
  padding: 0 4em 0 0;
  border-right: 1px solid #808C57;
  flex: 0 0 20%;
}
body .sidebar .page-nav > ul > li > a,
body .sidebar .page-toc > ul > li > a {
  text-transform: uppercase;
  font-weight: 700;
}
body .sidebar .page-nav > ul > li > a:hover,
body .sidebar .page-toc > ul > li > a:hover {
  color: #F21E1E;
}
body .sidebar .page-nav > ul > li > a {
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
}
body .sidebar .page-nav > ul > li > ul > li > a {
  color: #808C57;
  text-transform: uppercase;
  font-weight: 700;
}
body .sidebar .page-nav > ul > li > ul > li > ul > li > a {
  color: #333;
  font-weight: 400;
}
body .sidebar .page-toc ul {
  padding: 0;
  padding-left: 10px;
  border-left: 1px solid #808C57;
}
body .sidebar .page-toc a {
  display: inherit;
  line-height: 1em;
  margin-bottom: 1em;
}
body .sidebar .page-toc > ul > li > a {
  color: #333;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600;
}
body .sidebar .page-toc > ul > li > ul > li > a {
  color: #333;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 600;
}
body .sidebar .page-toc > ul > li > ul > li > ul > li > a {
  color: #333;
  font-weight: 400;
  font-size: 0.8em;
}
body .sidebar .page-toc {
  padding-left: 0.5em;
  margin-top: 1em;
}
body .sidebar ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1em;
}
body .sidebar ul li {
  margin: 20px 0;
}
body .sidebar ul li a {
  color: black;
  text-decoration: none;
  font-size: 1em;
  transition: color 0.3s ease-in-out;
}
body .sidebar ul li a:hover {
  color: #F21E1E;
}
body .sidebar ul li ul li {
  margin: 0;
}
body .sidebar ul li ul li a {
  font-size: 0.9em;
}
body .back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* Hidden by default */
  background-color: white;
  color: #F21E1E;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 24px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition: color 0.3s;
}
body .back-to-top:hover {
  color: #FF0000;
}
@media (max-width: 1023px) {
  body .sidebar {
    display: none;
  }
}
@media (min-width: 1024px) {
  body #body {
    display: flex;
  }
  body #body .wrapper {
    width: 50%;
    min-height: 63vh;
  }
  body .logo img {
    height: 2.5em !important;
  }
  body .fullscreen-menu {
    width: 30% !important;
  }
  body .burger {
    display: none;
  }
  body .footer .wrapper {
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: flex-end;
  }
  body .footer .wrapper section {
    flex: 1 1 auto;
  }
}

/*# sourceMappingURL=styles.css.map */
