@charset "UTF-8";
/* Color palette: https://flatuicolors.com/palette/de */
@font-face {
  font-family: "Alata";
  src: url("./fnt/Alata-Regular.ttf");
}
@font-face {
  font-family: "Big Shoulders";
  src: url("./fnt/BigShouldersInlineText-VariableFont_wght.ttf");
}
body {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1024px;
  min-height: 100vh;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: "Alata", sans-serif;
  color: #111;
  box-sizing: border-box;
}

a {
  color: #0fb9b1;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 0.2s;
}

a:hover {
  text-decoration-color: #0fb9b1;
}

.center {
  text-align: center;
}

.important {
  color: #f7b731;
}

.important a {
  color: #5BCEFA;
  text-decoration-color: #5BCEFA;
}

.image-with-text {
  display: flex;
  align-items: center;
}
.image-with-text img {
  margin-left: 200px; /* adjust as needed */
}

header {
  overflow: hidden;
  margin: 0;
  box-shadow: 0pt 2pt 8pt rgba(51, 51, 51, 0.5333333333);
}

header:not(:has(+ nav)) {
  border-radius: 0 0 0.5em 0.5em;
}

header #banner {
  background-image: url("./img/inde.jpg");
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4em 0;
  width: 100%;
}

header #banner-content {
  text-align: center;
  color: #f1f3f6;
  background-color: rgba(34, 34, 34, 0.8);
  padding: 1.5em 0;
  box-shadow: 0pt 2pt 8pt rgba(51, 51, 51, 0.5333333333);
}

header h1 {
  font-size: 350%;
  font-weight: 700;
  font-family: "Big Shoulders", Helvetica, sans-serif;
  margin: 0;
}

header p {
  margin: 0;
}

header .description {
  font-size: 108%;
}

header .when,
header .where {
  padding: 0px 2px;
}

header .when {
  color: #5BCEFA;
}

header .where {
  color: #F5A9B8;
}

nav {
  text-align: center;
  background-color: #222;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #f1f3f6;
  border-radius: 0 0 0.5em 0.5em;
  position: sticky;
  top: 0em;
  box-shadow: 0pt 2pt 8pt rgba(51, 51, 51, 0.5333333333);
}

nav .hamburger {
  display: none;
}

nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 0 2em;
}

nav ul li {
  text-align: center;
}

nav ul li a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 0.2s;
}

nav ul li a:hover {
  text-decoration-color: #f1f3f6;
}

h2::before {
  content: "› ";
}

h2 {
  margin-top: 0.5em;
}

nav,
main,
footer {
  padding-left: 6em;
  padding-right: 6em;
}

main {
  flex: 1;
}

section {
  margin: 3em 0;
}

footer {
  display: block;
  font-size: 85%;
  text-align: center;
  margin: 0 0 3em 0;
}

button {
  margin: 1em 1em 0 1em;
  padding: 0.8em 1.3em;
  align-items: center;
  display: inline-flex;
  appearance: none;
  background-color: #0fb9b1;
  border-radius: 0.5em;
  border-width: 0;
  font-size: 120%;
  color: #f1f3f6;
  font-family: monospace;
  font-weight: 600;
  cursor: pointer;
  transition: box-shadow 0.5s, transform 0.5s;
  box-shadow: 0 4px 1px color-mix(in srgb, #0fb9b1, #000);
}

a:has(button) {
  text-decoration: none;
}

button:hover {
  box-shadow: 0 2px 1px color-mix(in srgb, #0fb9b1, #000);
  transform: translateY(2px);
}

button:active {
  box-shadow: 0 3px 1px color-mix(in srgb, #0fb9b1, #000) inset;
  transition: box-shadow 0.15s, transform 0.15s;
  transform: translateY(5px);
}

button.secondary {
  background-color: #f7b731;
  box-shadow: 0 4px 1px color-mix(in srgb, #f7b731, #000);
}

button.secondary:hover {
  box-shadow: 0 2px 1px color-mix(in srgb, #f7b731, #000) !important;
}

button.secondary:active {
  box-shadow: 0 3px 1px color-mix(in srgb, #f7b731, #000) inset !important;
}

@media screen and (max-width: 1024px) {
  nav {
    border-radius: 0;
  }
  .hamburger-container {
    display: block;
    height: 20px;
    width: 1em;
    margin-left: auto;
    cursor: pointer;
  }
  .hamburger-button {
    margin-top: 8px;
  }
  .hamburger-button,
  .hamburger-button::before,
  .hamburger-button::after {
    display: block;
    background-color: #f1f3f6;
    padding: 0;
    position: absolute;
    height: 2px;
    width: 1em;
    transition: transform 400ms cubic-bezier(0.15, 1, 0.25, 1);
    border-radius: 2px;
  }
  .hamburger-button::before {
    content: "";
    margin-top: -6px;
  }
  .hamburger-button::after {
    content: "";
    margin-top: 6px;
  }
  nav #menu-container ul {
    display: block;
  }
  nav #menu-container ul li {
    height: 0;
    overflow: hidden;
    font-size: 120%;
    font-weight: 400;
    text-align: left;
    transition: height 400ms cubic-bezier(0.15, 1, 0.25, 1);
  }
  nav input#menu:checked ~ #menu-container li {
    height: 1.5em;
    transition: height 400ms cubic-bezier(0.15, 1, 0.25, 1);
  }
  nav input#menu:checked ~ #menu-container ul {
    margin-bottom: 1em;
  }
  nav input#menu:checked ~ .hamburger-container .hamburger-button:before {
    transform: translateY(6px) rotate(405deg);
  }
  nav input#menu:checked ~ .hamburger-container .hamburger-button {
    background-color: #222;
  }
  nav input#menu:checked ~ .hamburger-container .hamburger-button:after {
    transform: translateY(-6px) rotate(-405deg);
  }
}
@media screen and (max-width: 896px) {
  nav,
  main,
  footer {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media screen and (max-width: 640px) {
  #banner {
    padding: 7em 0;
  }
  nav,
  main,
  footer {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  footer {
    margin-bottom: 2em;
  }
  section {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}

/*# sourceMappingURL=design.css.map */
