/* credits to nolan.st! code might be modified here and there*/
/* https://nolan.st/css/main.min.116c514043b6585cd7751ddf6837434924303c8811ee8511f83bb0735766299f.css */
html {
  font-size: 62.5%;
  font-family: "Figtree", Arial, noto sans, sans-serif; /* removed apple blink font */
}
body {
  font-size: 1.8rem;
  line-height: 1.618;
  color: #111;
  background-color: #c5b8b834;

}
@media (max-width: 684px) {
  body {
    font-size: 1.53rem;
  }
}
@media (max-width: 382px) {
  body {
    font-size: 1.35rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  font-family: "Figtree", Arial, noto sans, sans-serif; /* IT WAS THE WRONG ONE :sob:*/
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}
h1 {
  font-size: 2.35em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.75em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1em;
}
p {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
small,
sub,
sup {
  font-size: 75%;
}
hr {
  border-color: #007559; /* nice sort of teal but it looks a bit bland*/
}
a {
  text-decoration: none;
  color: #0dc066; /* okay now its brighter */
}
a:visited {
  color: #004a25;
}
a:hover {
  color: #5917b5;
  border-bottom: 2px solid #222;
}

.checkbox {
  display: none;
}