.page-header {
  position: relative;
}
.page-header .header-background {
  background-color: #7c0108;
  z-index: 10;
  width: 300px;
  height: calc(150px + 1.5rem);
  position: absolute;
  top: -1.5rem;
}
.page-header .header-text {
  padding: 0 1.5rem;
}
.page-header .header-text h1 {
  font-weight: bold;
}
.page-header .header-image {
  z-index: 20;
}
.page-header .header-image img {
  position: relative;
  z-index: 20;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 50%;
  border: 5pt solid white;
}

.contributor {
  z-index: 20;
  padding: 0 15pt;
  padding-left: 15pt;
  display: flex;
  flex-direction: row;
  margin: 5pt;
  column-gap: 3pt;
  align-content: center;
}
.contributor img {
  height: 220px;
  max-width: 400px;
  width: auto;
  object-fit: contain;
  border-radius: 0.375rem;
  border: 3pt solid white;
  background-color: white;
}
.contributor .logo-padded img {
  padding: 2rem;
}
.contributor .contributor-text {
  flex: 1;
  font-size: 14px;
  min-height: 220px;
  border-radius: 0.375rem;
  border: 3pt solid white;
  background-color: white;
}
.contributor .contributor-text p {
  text-align: justify;
  text-justify: inter-word;
}
@media (max-width: 768px) {
  .contributor {
    padding: 0 0pt;
    padding-left: 0pt;
    flex-direction: column;
  }
  .contributor .img {
    order: -1;
  }
  .contributor img {
    width: 100%;
    max-width: 100%;
    max-height: 150px;
    height: auto;
  }
}

.patrons {
  z-index: 20;
  padding: 0 15pt;
  padding-left: 15pt;
  display: flex;
  flex-direction: row;
  margin: 5pt;
  column-gap: 3pt;
  align-content: center;
}
.patrons .patrons-text {
  font-size: 14px;
  min-height: 150px;
  width: 100%;
  border-radius: 0.375rem;
  border: 3pt solid white;
  background-color: white;
}
.patrons .patrons-text .patrons-list {
  columns: 150px auto;
  column-gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 2;
}
@media (max-width: 768px) {
  .patrons {
    padding: 0 0pt;
    padding-left: 0pt;
  }
}

/*# sourceMappingURL=concerttrip2026.css.map */
