@font-face {
  font-family: "Quicksand";
  src: url("/fonts/Quicksand-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("/fonts/BebasNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: white;
  margin: 0px;
}

h1 {
  color: #ddc5bb;
  font-family: "Bebas Neue";
  font-size: 5em;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

h2 {
  font-family: "Quicksand";
  font-size: 2em;
  text-align: left;
  color: #4f7a28;
  margin-top: 10px;
  margin-bottom: 10px;
}

.extra-top-spacing {
  margin-top: 20px;
}

h3 {
  font-family: "Quicksand";
  font-size: 1.5em;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
}

h4 {
  font-family: "Quicksand";
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

p {
  font-family: "Quicksand";
  font-size: 1.25em;
  margin-block-start: 0em;
}

ul {
  font-family: "Quicksand";
  font-size: 1.25em;
  padding-left: 20px;
  margin-top: 0px;
}

nav {
  display: flex;
}

main {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

button {
  background-color: #4f7a28;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 0px;
  border: none;
  padding: 8px;
  font-weight: bold;
  color: white;
  font-family: "Quicksand";
  font-size: 0.85em;
  width: 100%;
}

button:hover {
  opacity: 60%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

header {
  display: flex;
  flex-direction: column;
  background-image: url("./../media/top-background.png");
}

footer {
  background-image: url("./../media/top-background.png");
  color: white;
  font-size: 1em;
  font-family: "Quicksand";
}

ul li {
  margin-bottom: 12px;
}

ul li:last-child {
  margin-bottom: 0;
}

.horizontal-nav-menu {
  display: flex;
  list-style: none;
  font-size: 1em;
  gap: 1em;
  padding-top: 10px;
  padding-left: 0px;
  padding-bottom: 0px;
}

.horizontal-nav-menu li {
  position: relative;
}

.footer-nav-menu {
  flex-direction: row;
}

@media (max-width: 1024px) {
  .footer-nav-menu {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .footer-nav-menu li:not(:last-child)::after {
    content: "|";
    margin-right: 1em;
  }
}

.breadcrumb-nav-menu li:not(:last-child)::after {
  content: ">";
  margin-left: 1em;
}

.breadcrumb-nav-menu {
  margin-top: 15px;
}

.cookie-name {
  font-family: monospace;
  background-color: #f4f4f4;
  border-radius: 4px;
  padding-left: 2px;
  padding-right: 2px;
  border: 1px solid #ddd;
}

.page-body {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 100%;
  max-width: 2048px;
  margin: 10px 0px 20px 0px;
  box-sizing: border-box;
}

.page-body-container {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 50px 0px 50px;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .page-body-container {
    padding: 0px 20px 0px 20px;
  }
}

.breadcrumb {
  font-family: "Quicksand";
  font-size: 1em;
  margin-top: 15px;
}

.footer-link {
  color: white;
  padding-top: 10px;
  margin-right: 25px;
}

.footer-copyright {
  padding-top: 10px;
  margin-right: 50px;
  margin-bottom: 25px;
}

.footer-divider {
  color: white;
  padding-top: 10px;
  margin-right: 25px;
  display: flex;
}

.link-button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: blue;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
  width: auto;
}

.link-button:hover {
  text-decoration: underline;
}

#footer-container {
  display: flex;
  align-items: left;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 25px;
}

#subtitle {
  color: white;
  font-family: "Quicksand";
  font-size: 2em;
}

#page-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#page-header {
  display: flex;
  flex-grow: 1;
  justify-content: left;
  align-items: left;
  width: 100%;
  max-width: 2048px;
  padding: 50px 0px 30px 0px;
}

@media (max-width: 1024px) {
  #page-header {
    padding: 30px 0px 10px 0px;
  }
}

#header-container {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  max-width: 2048px;
}

#title-container {
  max-width: 1024px;
}

#images-container {
  display: flex;
  max-width: 1280px;
  justify-content: center;
  flex-grow: 1;
}

#logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  max-width: 1750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

#cookie-popup {
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #4f7a28;
  margin: 10px;
  font-family: "Quicksand";
  position: fixed;
  left: 0px;
  bottom: 0px;
  max-width: 525px;
  display: none;
  z-index: 9999;
}

#cookie-title {
  font-size: 1em;
}

.cookie-button {
  font-size: 0.9em;
}

.cookie-desc {
  font-size: 0.9em;
  margin-bottom: 4px;
}

.cookie-details {
  margin-top: 8px;
  margin-bottom: 8px;
}

.cookie-summary {
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 0.9em;
}

.faq-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-top: 25px;
  gap: 25px;
}

.faq-element {
  background-color: #f2f2f2;
  font-family: "Quicksand";
  font-size: 1.25em;
  border-radius: 25px;
  padding: 25px;
  max-width: 30%;
  width: 100%;
}

@media (max-width: 1200px) {
  .faq-container {
    flex-direction: column;
    margin-right: 50px;
  }

  .faq-element {
    max-width: 100%;
  }
}

.faq-question {
  font-family: "Quicksand";
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 0px;
}

.faq-answer {
  font-family: "Quicksand";
  font-size: 1em;
  margin-bottom: 0px;
  margin-top: 10px;
}

#survey-element {
  display: none;
  background: #90d4ff39;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 15px;
  border-color: #90d5ff;
  border-width: 2.5px;
  border-style: dashed;
}

#survey-title {
  font-size: 1.1em;
}

#survey-text {
  font-size: 1.1em;
  margin-bottom: 5px;
}

#survey-button {
  background-color: #1da8fe;
  align-self: flex-start;
  width: fit-content;
  font-size: 1em;
  padding-left: 15px;
  padding-right: 15px;
}

.logo {
  height: 125px;
  max-width: 100%;
  object-fit: contain;
}

.face {
  max-width: 256px;
  margin-left: 50px;
  object-fit: contain;
  height: auto;
  display: none;
}

@media (min-width: 1200px) {
  #face-1 {
    display: flex;
  }
}

@media (min-width: 1450px) {
  #face-2 {
    display: flex;
  }
}

@media (min-width: 1750px) {
  #face-3 {
    display: flex;
  }
}

.skip-link {
  font-family: "Quicksand";
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

.skip-link:focus,
.skip-link:active {
  position: fixed;
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  clip: auto;
  clip-path: none;
  padding: 0.5rem 1rem;
  background: #4f7a28;
  color: #fff;
  z-index: 9999;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  outline: none;
}

.visually-hidden {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.credits-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.credit-item {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 800px;
}

.credit-heading {
  font-family: "Quicksand";
  font-size: 1.5em;
  font-weight: bold;
  color: #4f7a28;
  margin-top: 20px;
  margin-bottom: 20px;
}

.credit-role {
  flex: 1;
  text-align: right;
  padding-right: 1rem;
}

.credit-name {
  flex: 1;
  text-align: left;
  padding-left: 1rem;
  font-weight: bold;
}

.credit-text {
  margin-top: 15px;
  text-align: center;
}
