@import url("https://fonts.googleapis.com/css2?family=Alegreya:wght@600&family=Source+Sans+3:wght@400;600&display=swap");

body {
  margin: 2.222em auto;
  max-width: 41.667em;
  line-height: 1.6;
  font-size: 1.125em;
  color: #444;
  padding: 0 0.556em;
  background: #faf7f2;
  font-family: "Source Sans 3", "Liberation Sans", "DejaVu Sans", sans-serif;
}

header {
  text-align: center;
}

header h1 {
  margin-bottom: 0.2em;
  font-family: "Alegreya", "Liberation Serif", "DejaVu Serif", serif;
}

header h2 {
  margin-top: 0.3em;
  font-weight: 400;
  color: #5a4a3f;
}

a {
  color: #e36b9b;
}

a:hover,
a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

.rainbow {
  animation: rainbow 10s linear infinite;
}

@keyframes rainbow {
  from {
    color: #ff6663;
    text-shadow:
      0.05em 0 #000,
      -0.05em 0 #000,
      0 0.05em #000,
      0 -0.05em #000,

      0.1em 0.1em #ffb144,
      0.15em 0.1em #000,
      0.05em 0.1em #000,
      0.1em 0.15em #000,
      0.1em 0.0em #000,

      0.2em 0.2em #fdfd97,
      0.25em 0.2em #000,
      0.15em 0.2em #000,
      0.2em 0.25em #000,
      0.2em 0.15em #000,

      0.3em 0.3em #9ee09e,
      0.35em 0.3em #000,
      0.25em 0.3em #000,
      0.3em 0.35em #000,
      0.3em 0.25em #000,

      0.4em 0.4em #9ec1cf,
      0.45em 0.4em #000,
      0.35em 0.4em #000,
      0.4em 0.45em #000,
      0.4em 0.35em #000,

      0.5em 0.5em #cc99c9,
      0.55em 0.5em #000,
      0.45em 0.5em #000,
      0.5em 0.55em #000,
      0.5em 0.45em #000;
  }

  16% {
    color: #ffb144;
    text-shadow:
      0.05em 0 #000,
      -0.05em 0 #000,
      0 0.05em #000,
      0 -0.05em #000,

      0.1em 0.1em #fdfd97,
      0.15em 0.1em #000,
      0.05em 0.1em #000,
      0.1em 0.15em #000,
      0.1em 0.0em #000,

      0.2em 0.2em #9ee09e,
      0.25em 0.2em #000,
      0.15em 0.2em #000,
      0.2em 0.25em #000,
      0.2em 0.15em #000,

      0.3em 0.3em #9ec1cf,
      0.35em 0.3em #000,
      0.25em 0.3em #000,
      0.3em 0.35em #000,
      0.3em 0.25em #000,

      0.4em 0.4em #cc99c9,
      0.45em 0.4em #000,
      0.35em 0.4em #000,
      0.4em 0.45em #000,
      0.4em 0.35em #000,

      0.5em 0.5em #ff6663,
      0.55em 0.5em #000,
      0.45em 0.5em #000,
      0.5em 0.55em #000,
      0.5em 0.45em #000;
  }

  33% {
    color: #fdfd97;
    text-shadow:
      0.05em 0 #000,
      -0.05em 0 #000,
      0 0.05em #000,
      0 -0.05em #000,

      0.1em 0.1em #9ee09e,
      0.15em 0.1em #000,
      0.05em 0.1em #000,
      0.1em 0.15em #000,
      0.1em 0.0em #000,

      0.2em 0.2em #9ec1cf,
      0.25em 0.2em #000,
      0.15em 0.2em #000,
      0.2em 0.25em #000,
      0.2em 0.15em #000,

      0.3em 0.3em #cc99c9,
      0.35em 0.3em #000,
      0.25em 0.3em #000,
      0.3em 0.35em #000,
      0.3em 0.25em #000,

      0.4em 0.4em #ff6663,
      0.45em 0.4em #000,
      0.35em 0.4em #000,
      0.4em 0.45em #000,
      0.4em 0.35em #000,

      0.5em 0.5em #ffb144,
      0.55em 0.5em #000,
      0.45em 0.5em #000,
      0.5em 0.55em #000,
      0.5em 0.45em #000;
  }

  50% {
    color: #9ee09e;
    text-shadow:
      0.05em 0 #000,
      -0.05em 0 #000,
      0 0.05em #000,
      0 -0.05em #000,

      0.1em 0.1em #9ec1cf,
      0.15em 0.1em #000,
      0.05em 0.1em #000,
      0.1em 0.15em #000,
      0.1em 0.0em #000,

      0.2em 0.2em #cc99c9,
      0.25em 0.2em #000,
      0.15em 0.2em #000,
      0.2em 0.25em #000,
      0.2em 0.15em #000,

      0.3em 0.3em #ff6663,
      0.35em 0.3em #000,
      0.25em 0.3em #000,
      0.3em 0.35em #000,
      0.3em 0.25em #000,

      0.4em 0.4em #ffb144,
      0.45em 0.4em #000,
      0.35em 0.4em #000,
      0.4em 0.45em #000,
      0.4em 0.35em #000,

      0.5em 0.5em #fdfd97,
      0.55em 0.5em #000,
      0.45em 0.5em #000,
      0.5em 0.55em #000,
      0.5em 0.45em #000;
  }

  66% {
    color: #9ec1cf;
    text-shadow:
      0.05em 0 #000,
      -0.05em 0 #000,
      0 0.05em #000,
      0 -0.05em #000,

      0.1em 0.1em #cc99c9,
      0.15em 0.1em #000,
      0.05em 0.1em #000,
      0.1em 0.15em #000,
      0.1em 0.0em #000,

      0.2em 0.2em #ff6663,
      0.25em 0.2em #000,
      0.15em 0.2em #000,
      0.2em 0.25em #000,
      0.2em 0.15em #000,

      0.3em 0.3em #ffb144,
      0.35em 0.3em #000,
      0.25em 0.3em #000,
      0.3em 0.35em #000,
      0.3em 0.25em #000,

      0.4em 0.4em #fdfd97,
      0.45em 0.4em #000,
      0.35em 0.4em #000,
      0.4em 0.45em #000,
      0.4em 0.35em #000,

      0.5em 0.5em #9ee09e,
      0.55em 0.5em #000,
      0.45em 0.5em #000,
      0.5em 0.55em #000,
      0.5em 0.45em #000;
  }

  83% {
    color: #cc99c9;
    text-shadow:
      0.05em 0 #000,
      -0.05em 0 #000,
      0 0.05em #000,
      0 -0.05em #000,

      0.1em 0.1em #ff6633,
      0.15em 0.1em #000,
      0.05em 0.1em #000,
      0.1em 0.15em #000,
      0.1em 0.0em #000,

      0.2em 0.2em #ffb144,
      0.25em 0.2em #000,
      0.15em 0.2em #000,
      0.2em 0.25em #000,
      0.2em 0.15em #000,

      0.3em 0.3em #fdfd97,
      0.35em 0.3em #000,
      0.25em 0.3em #000,
      0.3em 0.35em #000,
      0.3em 0.25em #000,

      0.4em 0.4em #9ee09e,
      0.45em 0.4em #000,
      0.35em 0.4em #000,
      0.4em 0.45em #000,
      0.4em 0.35em #000,

      0.5em 0.5em #9ec1cf,
      0.55em 0.5em #000,
      0.45em 0.5em #000,
      0.5em 0.55em #000,
      0.5em 0.45em #000;
  }

  to {
    color: #ff6663;
    text-shadow:
      0.05em 0 #000,
      -0.05em 0 #000,
      0 0.05em #000,
      0 -0.05em #000,

      0.1em 0.1em #ffb144,
      0.15em 0.1em #000,
      0.05em 0.1em #000,
      0.1em 0.15em #000,
      0.1em 0.0em #000,

      0.2em 0.2em #fdfd97,
      0.25em 0.2em #000,
      0.15em 0.2em #000,
      0.2em 0.25em #000,
      0.2em 0.15em #000,

      0.3em 0.3em #9ee09e,
      0.35em 0.3em #000,
      0.25em 0.3em #000,
      0.3em 0.35em #000,
      0.3em 0.25em #000,

      0.4em 0.4em #9ec1cf,
      0.45em 0.4em #000,
      0.35em 0.4em #000,
      0.4em 0.45em #000,
      0.4em 0.35em #000,

      0.5em 0.5em #cc99c9,
      0.55em 0.5em #000,
      0.45em 0.5em #000,
      0.5em 0.55em #000,
      0.5em 0.45em #000;
  }
}

.navigation {
  display: flex;
  flex-direction: row;
  align-content: center;
  width: 50%;
  margin: auto;
  margin-top: 1.1em;
  padding: 0.6em 0;
  justify-content: center;
  gap: 1.6em;
  border-top: 0.06em solid #e6dbcf;
  border-bottom: 0.06em solid #e6dbcf;
}

.nav_link {
  font-size: 1.222em;
  margin: 0;
  color: #e36b9b;
  text-decoration: none;
  display: inline-block;
  padding: 0.15em 0.35em;
  border-bottom: 0.08em solid transparent;
  line-height: 1.1;
}

.nav_dropdown {
  position: relative;
  margin: 0;
  display: inline-block;
}

.nav_dropdown > summary.nav_link {
  cursor: pointer;
  list-style: none;
  display: inline-block;
}

.nav_dropdown > summary.nav_link::-webkit-details-marker {
  display: none;
}

.nav_dropdown > summary.nav_link::after {
  content: "▾";
  margin-left: 0.35em;
  font-size: 0.85em;
  color: #c96f95;
}

.nav_dropdown_block {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.444em;
  padding: 0.333em 0.556em;
  background: #f4eee6;
  border: 0.111em solid #d9cbbb;
  border-radius: 0.333em;
  min-width: 8.889em;
  text-align: center;
  box-shadow: 0 0.28em 0.9em rgba(80, 60, 40, 0.12);
}

.nav_dropdown[open] .nav_dropdown_block {
  display: block;
}

.nav_dropdown_link {
  display: block;
  font-size: 1em;
  padding: 0.222em 0;
}


.site_footer {
  margin: 0.9em auto 0.8em;
  text-align: center;
  color: #8a7b70;
  font-size: 0.95em;
  font-style: italic;
}

.about_blurb {
  margin: 0.9em auto 0.2em;
  max-width: 28em;
  text-align: center;
  color: #5a4a3f;
}
