@font-face {
  font-family: "eisenhower";
  src:
    url("fonts/eisenhower-webfont.woff2") format("woff2"),
    url("fonts/eisenhower-webfont.woff") format("woff"),
    url("fonts/eisenhower-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

#logo {
  max-height: 100px;
  max-width: 80vw;
}

html {
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

header {
  text-align: center;
}

a {
  text-decoration: none;
  /* font-family: eisenhower; */
}

div.bloc {
  border: black 2px solid;
  text-align: center;
  font-size: 30px;
  padding: 10px 0px;
  margin: 10px 0px;
}

#mc_embed_signup .mc-field-group input {
}

#mc_embed_signup {width: 100% !important}

#mc_embed_shell {width: 90% !important;}

h3 + p.text-sm.text-muted-foreground {display: none !important;}

label[for="mce-EMAIL"] {color: black !important; font-size: 20px !important;}

/* .bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
} */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.6;
  color: #fff;
  background-color: #121212;
}

.hero-section {
  position: relative;
  height: 100vh;
  background: url('junglehousefestlandscape (1).jpg') no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-section .overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.hero-section h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.hero-section p {
  font-size: 1.2rem;
  margin: 5px 0;
}

.lineup-section {
  padding: 20px;
  background: #1e1e1e;
  text-align: center;
}

.lineup-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.artists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.artist {
  flex: 1 1 200px;
  margin: 10px;
  padding: 10px;
  background: #333;
  border-radius: 5px;
}

.info-section {
  padding: 20px;
  background: #333;
  text-align: center;
}

.info-section h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.footer {
  padding: 10px;
  background: #000;
  text-align: center;
}

.footer p {
  margin: 5px 0;
}

.footer a {
  color: #1e90ff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .hero-section h1 {
      font-size: 2.5rem;
  }

  .hero-section p {
      font-size: 1rem;
  }

  .lineup-section h2,
  .info-section h2 {
      font-size: 1.5rem;
  }
}

.animate__delay-200 {
  animation-delay: 200ms;
}

.animate__delay-400 {
  animation-delay: 400ms;
}
