@charset 'utf-8';
:root {
  --navy: #f7e89c;
  --navy-ink: #95ad07;
  --navy-dark: #6e8100;
}
a,
a:hover {
  text-decoration: none;
  color: var(--navy-dark);
  transition: .8s;
}
b,
.bold {
  font-weight: 900;
  font-size: clamp(1.1rem, 2.78vw, 1.3rem);
}
img {
  max-width: 100%;
}
body {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 2.8vw, 1.2rem);
  text-align: center;
  line-height: 1.5em;
  color: var(--navy-dark);
  background-color: var(--navy);
}
footer,
.cookie-disclaimer {
  border-top: 1px solid oklch(from var(--navy-ink) l c h / 0.5);
  background-color: #faf1c4;
}
.container {
  max-width: 700px;
}
h1 {
  font-size: clamp(1.25rem, 4.69vw, 1.5rem);
  font-weight: 900;
  font-size: clamp(1.1rem, 2.78vw, 1.3rem);
}
.logo {
  width: 90px;
}
.bird {
  width: 432px;
  max-width: 50vw;
}
.button {
  color: white;
  background-color: var(--navy-ink);
}
.button:hover {
  color: white;
  background-color: var(--navy-dark);
}
.plain {
  font-size: .9rem;
  text-align: left;
}
