/* IMPORT FONTS */
/* LANDING PAGE CSS */
/* BEGIN - HIDES HERO 1 TEXT (Remove this section if you want the text above the hero 1 banner or for all other hero banners to show) */
body > main > section:nth-child(1) > div {
display: none !important;
}
/* END - HIDES HERO 1 TEXT (Remove this section if you want the text above the hero 1 banner or for all other hero banners to show) */
/* BEGIN - NAVIGATION BAR */
/* remove promotional video link */
body > nav > section > article:nth-child(7) > ul > li:nth-child(5) {
display: none !important;
}
/* END - NAVIGATION BAR */
/* BEGIN - ACTION BAR */
/* Change action bar background color */
#main-content > section.bg-brand-primary {
background-color: #ffffff !important;
}
/* END - ACTION BAR */
/* TICKET PAGE CSS */


/* DONATION PAGE CSS */


/* ALL PAGES */

/* BEGIN - side-by-side responsive behavior (auto adjust for different screen sizes) */

/* image sizing begin */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .flyer-img {
    /* ticket page event title image */
    width: 100% !important;
}
  .text-header {
    width: 60% !important;
  }
  .date-text {
    font-size: 24px !important;
  }
  .info-text {
    font-size: 20px !important;
  }
  .info-text-two {
    font-size: 18px !important;
  }
  .desc-text {
    font-size: 16px !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .flyer-img {
    /* ticket page event title image */
    width: 100% !important;
    padding: 0 0 50px 0  !important;
    margin: 0 0 0 0  !important;
}
  .text-header {
    width: 60% !important;
  }
    .date-text {
    font-size: 24px !important;
  }
  .info-text {
    font-size: 20px !important;
  }
  .info-text-two {
    font-size: 18px !important;
  }
  .desc-text {
    font-size: 16px !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .flyer-img {
    /* ticket page event title image */
    width: 100%  !important;
    padding: 0 0 50px 0  !important;
    margin: 0 0 0 0  !important;
}
  .text-header {
    width: 25% !important;
  }
    .date-text {
    font-size: 33px !important;
  }
  .info-text {
    font-size: 28px !important;
  }
  .info-text-two {
    font-size: 20px !important;
  }
  .desc-text {
    font-size: 18px !important;
  }
  }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /* ticket page event title image */
  .flyer-img {
    /* ticket page event title image */
    width: 40%  !important;
    padding: 50px 30px 50px 0  !important;
    margin: 0 0 0 0  !important;
}
  .text-header {
    width: 25% !important;
  }
    .date-text {
    font-size: 33px !important;
  }
  .info-text {
    font-size: 28px !important;
  }
  .info-text-two {
    font-size: 20px !important;
  }
  .desc-text {
    font-size: 18px !important;
  }
  }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .flyer-img {
    /* ticket page event title image */
    width: 40%  !important;
    padding: 50px 30px 50px 0  !important;
    margin: 0 0 0 0  !important;
}
  .text-header {
    width: 25% !important;
  }
  .date-text {
    font-size: 33px !important;
  }
  .info-text {
    font-size: 28px !important;
  }
  .info-text-two {
    font-size: 20px !important;
  }
  .desc-text {
    font-size: 18px !important;
  }
  }

/* image sizing end */

/* END - side-by-side responsive behavior (auto adjust for different screen sizes) */