@font-face {
  font-family: "frank_ruhl_libreregular";
  src: url("../fonts/frankruhllibre-regular-webfont.woff2") format("woff2"), url("../fonts/frankruhllibre-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "work_sansregular";
  src: url("../fonts/worksans-regular-webfont.woff2") format("woff2"), url("../fonts/worksans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "work_sansmedium";
  src: url("../fonts/worksans-medium-webfont.woff2") format("woff2"), url("../fonts/worksans-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  font-family: "work_sansregular";
  font-size: 18px;
  background-image: url("../images/palisades-sinfonietta-june2024-bg-lightened.jpg");
  background-size: cover; /* Makes sure the image covers the entire element */
  background-position: center; /* Positions the image in the center */
  background-repeat: no-repeat; /* Prevents the image from repeating */
}

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

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0 0 40px 0;
}

.concert-poster {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .concert-poster {
    margin: 40px 0 0;
  }
}
.concert-poster .imgwrap {
  width: 100%; /*or whatever you choose*/
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .concert-poster .imgwrap {
    width: 70%;
  }
}
.concert-poster .imgwrap img {
  display: block;
  width: 100%;
  max-width: 650px; /*actual image width*/
  height: auto; /* maintain aspect ratio*/
  margin: auto; /*optional centering of image*/
}
.hero-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}
.hero-container .logo {
  width: 80%;
  padding: 16px 30px;
  text-align: center;
}
.hero-container .logo h1 {
  font-family: "frank_ruhl_libreregular";
  font-size: 36px;
  margin: 0;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.75);
  color: #f9ebc8;
}
@media only screen and (min-width: 768px) {
  .hero-container .logo h1 {
    font-size: 48px;
  }
}

h2 {
  font-family: "frank_ruhl_libreregular";
  font-size: 24px;
}
h2.concert-title {
  font-size: 36px;
  margin: 0 0 8px;
}

.main-container {
  width: 1120px;
  margin: 0 auto;
  padding: 0 30px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  margin-bottom: 40px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 275px) {
  .main-container {
    width: 70%;
  }
}
.main-container section {
  width: 100%;
  text-align: center;
  padding: 24px 0;
  border-bottom: 1px solid #adaa8b;
}
.main-container section.title-intro {
  padding: 16px 0 40px;
}
.main-container section .hosts ul {
  list-style: none;
  padding-left: 0;
}
.main-container section .hosts ul li {
  font-size: 22px;
  margin-bottom: 10px;
  font-family: "work_sansmedium";
}
.main-container .title-intro {
  text-align: center;
}
.main-container .title-intro .hosts ul li {
  list-style: none;
}
.main-container .title-intro .hosts .leadrole {
  display: block;
}
@media only screen and (min-width: 768px) {
  .main-container .title-intro .hosts .leadrole {
    margin-bottom: 8px;
    text-align: center;
  }
}
.main-container .title-intro .hosts .hosts-row-two {
  display: block;
}
@media only screen and (min-width: 768px) {
  .main-container .title-intro .hosts .hosts-row-two {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .main-container .title-intro .hosts .hosts-row-two .lead-role {
    display: flex;
    text-align: left;
  }
}
.main-container .title-intro .hosts .hosts-row-two .lead-role.voice {
  display: flex;
}
.main-container .title-intro .hosts .voice.lead-role {
  display: flex;
  justify-content: center;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .main-container .title-intro .hosts .voice.lead-role {
    display: flex;
    text-align: left;
  }
}
.main-container .title-intro .pipe {
  display: none;
}
@media only screen and (min-width: 768px) {
  .main-container .title-intro .pipe {
    display: inline-block;
    margin: 0 10px;
  }
}
.main-container .presents-title {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "work_sansmedium";
  margin: 20px 0 24px;
}

.music .musician-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .music .musician-container {
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
  }
}
.music .musician-container .musician-block {
  padding: 20px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .music .musician-container .musician-block {
    flex: 1 1 0;
    min-width: 0;
  }
}
.music .musician-container .musician-block .musician {
  font-size: 22px;
  font-family: "work_sansmedium";
  margin-bottom: 8px;
}
.music .musician-container .musician-block .callout {
  font-size: 15px;
}

.flex-video {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .flex-video {
    flex-direction: row;
  }
}
.flex-video .video-container {
  flex: 1 1 0;
  margin: 0 0 40px;
}
@media only screen and (min-width: 768px) {
  .flex-video .video-container {
    flex-direction: row;
    margin: 0 10px;
  }
}
.flex-video .video-container a:hover {
  cursor: pointer;
}
.flex-video .video-container .video-caption {
  font-size: 15px;
}

@media only screen and (min-width: 768px) {
  .musicians .musicians-container {
    display: flex;
    flex-wrap: wrap;
  }
}
.musicians .musicians-container .instrument {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .musicians .musicians-container .instrument {
    width: 50%;
    text-align: left;
  }
}
.musicians .musicians-container .instrument ul.musician-list {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .musicians .musicians-container .instrument ul.musician-list {
    padding-left: 40px;
  }
}
.musicians .musicians-container .instrument ul.musician-list h4 {
  margin-bottom: 16px;
  font-family: "work_sansmedium";
  font-size: 18px;
  border-bottom: 1px solid #adaa8b;
}
.musicians .musicians-container .instrument ul.musician-list li {
  list-style-type: none;
  margin-bottom: 4px;
  padding-left: 0;
}

.concerts .tickets {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .concerts .tickets {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .concerts .concert-container {
    display: flex;
  }
}
.concerts .concert-container .event {
  text-align: left;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .concerts .concert-container .event {
    flex: 1 1 0;
  }
}
.concerts .concert-container .event .date {
  font-size: 21px;
  font-family: "work_sansmedium";
  margin-bottom: 8px;
  text-transform: uppercase;
}
.concerts .concert-container .event .venue {
  font-size: 18px;
}
.concerts .concert-container .event .venue .address {
  font-style: normal;
}
.concerts .concert-container .event .venue .name {
  font-family: "work_sansmedium";
}

.contact .contact-container {
  text-align: center;
}

.footer {
  background: #000;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 20px;
}/*# sourceMappingURL=styles.css.map */