@font-face {
  font-family: Yuhuu;
  src: url('../fonts/Yuhuu-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.section-hero {
  background-image: url('../images/pavia-indie-festival-2025.webp');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.div-hero-logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-logo {
  width: 200px;
}

.button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #1c1c20;
  text-align: center;
  cursor: pointer;
  background-color: #f4a916;
  background-image: none;
  border: 0 solid #0000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-family: Yuhuu, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
  box-shadow: inset 0 0 0 2px #1c1c20, 4px 4px #1c1c20;
}

.button:hover {
  color: #1c1c20;
  background-color: #feae09;
  border-color: #0000;
  box-shadow: inset 0 0 0 2px #1c1c20, 7px 7px #1c1c20;
}

.button:active {
  background-color: #ff916d;
  box-shadow: inset 0 0 0 2px #1c1c20, 4px 4px #1c1c20;
}

.button:focus {
  outline-offset: 2px;
  outline: 2px solid #ff916d;
}

.button.bottom {
  width: 15vw;
}

.nav {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 0% 5%;
}

.section-programma {
  background-color: #f4a916;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
  display: flex;
}

.div-data {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-date {
  color: #e81851;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-family: Yuhuu, Verdana, sans-serif;
  font-size: 40px;
  line-height: 40px;
  display: flex;
}

.text-location {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-family: Yuhuu, Verdana, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.text-band {
  color: #000;
  text-align: center;
  font-family: Yuhuu, Verdana, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.section-lineup {
  background-color: #e81851;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.div-artist {
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.image-artist {
  height: 120px;
}

.div-text-artist {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-left: 20px;
  display: flex;
}

.title-artist {
  color: #f4a916;
  margin-bottom: 10px;
  font-family: Yuhuu, Verdana, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.text-block {
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.title {
  color: #000;
  margin-bottom: 60px;
  font-family: Yuhuu, Verdana, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.div-programma {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-locations {
  background-color: #f4a916;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.map {
  width: 80vw;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #101cff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 60px;
  display: flex;
  position: relative;
}

.div-loghi-enti {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.div-logo-ente {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-didascalie {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-family: Work Sans, sans-serif;
}

.image-logo-ente {
  width: 100px;
}

.div-link-footer {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #e81851;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-text-didascalie {
  height: 10%;
}

.div-image-didascalie {
  justify-content: center;
  align-items: center;
  height: 90%;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.music-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .text-band {
    line-height: 25px;
  }

  .div-programma {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .div-loghi-enti {
    width: 90vw;
  }

  .image-logo-ente {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .section-programma, .div-artist {
    flex-flow: column;
  }

  .div-image-artist {
    margin-bottom: 20px;
  }

  .image-artist {
    height: 200px;
  }

  .div-programma {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .div-loghi-enti {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-link-footer {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .music-links {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .button {
    white-space: nowrap;
  }

  .button.bottom {
    width: 80vw;
  }

  .div-artist {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-image-artist {
    margin-bottom: 20px;
  }

  .div-text-artist {
    width: 90%;
    margin-left: 0;
  }

  .title {
    font-size: 60px;
    line-height: 60px;
  }

  .text-didascalie {
    font-size: 10px;
  }

  .div-link-footer {
    flex-flow: column;
  }
}


@font-face {
  font-family: 'Yuhuu';
  src: url('../fonts/Yuhuu-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}