/*
Theme Name: Hakuna 2026
Author: Les Sturgeon
Version: 2.0 
*/
.cookieFixed {
  position: fixed;
  bottom: 5px;
  left: 5px;
  background-color: #AA80BD;
  border-radius: 20px;
  font-size: clamp(1.2rem, 2.1vw, 1.5rem);
  z-index: 2;
}
.cookieForm {
  margin: 0;
  padding: 20px;
}
.cookieButton {
  float: right;
  width: 150px;
  margin-bottom: 20px;
  text-align: center;
  border: 0;
  outline: 0;
  font-size: clamp(1rem, 2.1vw, 1.5rem);
  padding: 3px;
  background-color: white;
  border-radius: 20px;
  border: 4px solid black;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}
.cookieButton a {
  color: purple !important;
}
.cookieButton:hover {
  background-color: #8c340f;
}
.cookiesText {
  font-size: clamp(1rem, 2.1vw, 3rem);
  width: 90%;
  margin: 0 auto;
}
.cookiesBold {
  font-weight: bold;
}
.cookieBox {
  width: 80%;
  margin: 0 auto;
  background-color: rgba(124, 134, 197, 0.9);
  border-radius: 20px;
}
.cookieBox .heading {
  font-size: clamp(2.5rem, 2.1vw, 4.5rem);
  text-align: center;
  color: wheat;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin: 0;
  padding: 0;
}
.center {
  text-align: center !important;
}
.alignRight {
  text-align: right;
}
html {
  background: url(images/frontPageRing.jpg) no-repeat left bottom fixed;
  background-size: cover;
  height: 100%;
  font-family: "Exo 2", system-ui;
  color: white;
  font-size: 16px;
}
a {
  color: white;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: wheat;
  font-weight: 700;
}
.topSpacer {
  padding-top: 50px;
}
.sectionTitle {
  font-size: clamp(2.5rem, 2.1vw, 3.5rem);
  text-align: center;
  background-color: #AA80BD;
  font-family: "Mogra", system-ui;
  color: white;
  border-bottom: 4px solid White;
  padding: 5px 10px;
}
@media screen and (min-width: 1200px) {
  .sectionTitle {
    border-radius: 18px 18px 0 0;
  }
}
label {
  display: block;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
}
.formInput {
  background-color: white;
  border: 4px solid #92bda5;
  padding: 3px 10px;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  border-radius: 10px;
  width: 90%;
}
.button {
  background-color: #088c78;
  border: 2px solid #92bda5;
  padding: 5px 20px;
  border-radius: 10px;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  color: white;
}
.button:hover {
  background-color: #AA80BD;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
