html {
  accent-color: #232380;
  font: 18px/1.6 Ubuntu, Arial, system-ui, sans-serif;
  scrollbar-color: #232380 #f7f2d7;
}

body {
  background-color: #f0f4f2;
  color: #232323;
  margin: 0;
  padding: 0;
}

a, a:link {
  color: #232380;
  text-decoration: underline;
}

a:visited {
  color: #7f2342;
}

a:link:active, a:visited:active {
  color: #c64223;
}

a:hover {
  color: #678681;
  text-decoration: none;
}

a:focus-visible {
  border-radius: 2px;
  outline: 2px solid;
  outline-offset: 2px;
  text-decoration: none;
}

header {
  background-color: #f8f2d7;
}

section {
  padding: 2.1em 0;
}

section:last-of-type {
  padding-bottom: 4.2em;
}

h1 {
  font-size: 2em;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.69em;
}

h2 {
  font-size: 1.5em;
  line-height: 1.4;
  margin-top: 0;
}

img {
  height: auto;
  max-width: 100%;
}

li {
  margin: 0.42em 0;
}

audio {
  display: block;
  height: 2.3em;
  width: 100%;
}

.wrapper {
  margin: 0 auto;
  max-width: 36em;
  padding: 0 0.42em;
}

#skip-link {
  background-color: #fff;
  color: #232380;
  font-size: 0.9em;
  left: -69px;
  margin: 0.69rem;
  padding: 0.42rem;
  position: absolute;
  top: -69px;
  z-index: 69;
}

#skip-link:focus {
  border-radius: 2px;
  left: 0;
  outline: 2px solid;
  outline-offset: 0;
  position: absolute;
  top: 0;
  text-decoration: none;
}

#skip-link:hover {
  background-color: #f0f4f2;
}


.navigation-bar {
  align-items: center;
  display: inline-block;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.42em;
  padding-top: 0.69em;
}

.menu {
  display: block;
  text-align: right;
  font-variant: small-caps;
  font-weight: bold;
}

.menu ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menu a, .menu a:link {
  border-radius: 2px;
  border-bottom: 4px transparent solid;
  color: #232380;
  display: inline-block;
  padding: 0.23em;
  text-decoration: none;
}

.menu a:hover {
  border-bottom-color: currentColor;
}

.menu a:focus-visible {
    outline-offset: -1px;
}

#menu-button {
  display: none;
}

#menu-button svg {
  height: auto;
  min-width: 2.3em;
  margin-left: 0.42em;
}

.menu-close {
  display: none;
}

#menu-button:focus-visible {
  border-radius: 2px;
  outline: 2px solid;
  outline-offset: 2px;
}

#menu-button.js-enabled {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: #232380;
  display: inline-block;
  display: flex;
  font-size: 1em;
  font-variant: small-caps;
  font-weight: bold;
  justify-content: center;
  min-height: 48px;
}

#menu-list.js-enabled {
  display: none;
}

#menu-button[aria-expanded="true"] .menu-hamburger {
  display: none;
}

#menu-button[aria-expanded="true"] .menu-close {
  display: unset;
}

#menu-button[aria-expanded="true"] + #menu-list {
  background-color: #f8f2d7;
  box-sizing: border-box;
  display: flex;
  gap: 0.23em;
  flex-direction: column;
  padding: 0 1em 1em;
  position: absolute;
  right: 0;
  top: 80px;
  width: 100%;
}

#menu-button[aria-expanded="true"] + #menu-list a {
  padding: 0.42em 0.23em;
}

@media (min-width: 590px) {
  #menu-button, #menu-button.js-enabled {
    display: none;
  }
  #menu-list.js-enabled {
    display: unset;
  }
}

.map {
  border: 0;
  display: none;
  height: 350px;
  max-width: 100%;
  width: 100%;
}

.map.js-enabled {
  display: unset;
}

.warning {
  font-size: 0.85em;
  font-style: italic;
  padding-left: 1.42rem;
  position: relative;
}

.warning::before {
  content: "⚠️";
  font-style: normal;
  position: absolute;
  left: 0;
}

.gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  justify-items: center;
}

.gallery a {
  height: 150px;
  width: 150px;
}

.gallery a:focus-visible {
  border-radius: 0;
  outline-offset: 4px;
  outline-width: 3px;
}

.cell {
  list-style-type: "📞️";
  padding-left: 0.69em;
}

.mail {
  list-style-type: "✉️";
  padding-left: 0.69em;
}

footer {
  padding-top: 2.3em;
  background-color: #2f4356;
  color: #f7f2d7;
}

footer h2 {
  font-size: 1.2em;
}

.caption {
  margin-bottom: 2.3em;
}

.caption small {
  font-size: 0.8em;
}

.logos {
  align-items: center;
  background-color: #fff;
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.69em 0;
  text-align: center;
}

.logos img {
  padding: 0.69em;
}

.top {
  background-color: #fff;
  display: block;
  padding-bottom: 0.69em;
  text-align: center;
}

.top a {
  color: #232380 !important;
  text-decoration: none;
}

@media (min-width: 742px) {
  html {
    font-size: 20px;
  }

  .logos img {
    padding: 1.23em;
  }
}

@media (prefers-color-scheme: dark) {
  html {
    accent-color: #eaa949;
    scrollbar-color: #eaa949 #111123;
  }

  body {
    background-color: #232323;
    color: #f0f4f2;
  }

  header {
      background-color: #111123;
  }

  a, a:link {
    color: #eaa949;
  }

  a:visited {
    color: #d069aa;
  }

  a:link:active, a:visited:active {
    color: #c3774c;
  }

  a:hover {
    color: #c3b88d;
  }

  #skip-link {
    background-color: #2f4356;
    color: #f7f2d7;
  }

  #skip-link:hover {
    background-color: #232323;
  }

  .menu a, .menu a:link {
    color: #eaa949;
  }

  #menu-button.js-enabled {
    color: #eaa949;
  }

  #menu-button[aria-expanded="true"] + #menu-list {
    background-color: #111123;
  }
}
