/* Cookie Consent Banner Styles */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #78531D;  /* Updated to hex equivalent of rgb(120, 83, 29) */
  color: #fff;
  text-align: center;
  padding: 10px;
  z-index: 1000;
}
.cookie-consent button {
  border: none;
  padding: 5px 10px;
  margin: 0 5px;
  cursor: pointer;
}
body {
  font-family: 'Poppins', sans-serif;
  margin-top: 30px;
  background-color: #F5F0E6;
}
.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1em;
}
h2 {
  font-size: 24px;
  line-height: 1em;
  font-weight: 400;
}
h3 {
  font-size: 16px;
  line-height: 1em;
  font-weight: 300;
}
p {
  font-size: 16px;
  line-height: 1em;
  font-weight: 200;
}
.small {
  font-size: 10px;
}
#menu-buttons {
  margin: 20 0 20 0;
}
#menu-buttons > a {
  margin: 0px 10px 10px 0;
}
.responsive {
  width: 100%;
  height: auto;
}
  
.pure-button-success, .pure-button-selected, a.pure-button-success, a.pure-button-selected, button.pure-button-success {
  background: rgb(28, 184, 65);
  color: #fff;
}

.pure-button-red, a.pure-button-red {
  background: rgb(255, 0, 0);  /* Bright red */
  color: #fff;
  border: none;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 2px;
}
  
.pure-button-yellow, .pure-button-selected, a.pure-button-yellow, a.pure-button-selected {
  background: rgb(244, 180, 0);
  color: #fff;
}

/* Loader */

.lds-ring {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 180px;
  height: 180px;
  margin: 12px;
  border: 12px solid #6f4e37;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #6f4e37 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader-body {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  text-align: center;
  justify-content: center;
  align-content: center;
  transition: .5s all;
}

.visible {
  visibility: visible;
}

.hidden {
  visibility: hidden !important;
}

.loader-center {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 100vh;
  align-items: center;
  justify-items: center; /* adjusted */
}

/* Buttons */

#menu-buttons {
    margin: 20 0 20 0;
}

#menu-buttons > a {
    margin: 0px 10px 10px 0;
}

.pure-button {
    display: inline-block;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pure-button-group {
    letter-spacing: -.31em;
    text-rendering: optimizespeed
}

.opera-only :-o-prefocus,.pure-button-group {
    word-spacing: -0.43em
}

.pure-button-group .pure-button {
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
}

.pure-button {
    font-family: inherit;
    font-size: 100%;
    padding: .5em 1em;
    color: rgba(0,0,0,.8);
    border: none transparent;
    background-color: #e6e6e6;
    text-decoration: none;
    border-radius: 2px
}

.pure-button-hover,.pure-button:focus,.pure-button:hover {
    background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))
}

.pure-button:focus {
    outline: 0
}

.pure-button-active,.pure-button:active {
    box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;
    border-color: #000
}

.pure-button-disabled,.pure-button-disabled:active,.pure-button-disabled:focus,.pure-button-disabled:hover,.pure-button[disabled] {
    border: none;
    background-image: none;
    opacity: .4;
    cursor: not-allowed;
    box-shadow: none;
    pointer-events: none
}

.pure-button-hidden {
    display: none
}

.pure-button-primary,.pure-button-selected,a.pure-button-primary,a.pure-button-selected {
    background-color: #0078e7;
    color: #fff
}

.pure-button-group .pure-button {
    margin: 0;
    border-radius: 0;
    border-right: 1px solid rgba(0,0,0,.2)
}

.pure-button-group .pure-button:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.pure-button-group .pure-button:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: none
}

/* Style for desktop */
@media (min-width: 768px) {
  #menu img.responsive {
    width: 800px; /* Adjust as needed */
    height: auto;
  }
}

/* Style for mobile */
@media (max-width: 767px) {
  #menu img.responsive {
    width: 100%;
    height: auto;
  }
}
