/* 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;
font-size: 18px 1important;
}
/* 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) */

/* TICKET PAGE CSS */


/* DONATION PAGE CSS */

/* ITEM DONATION PAGE */
/* BEGIN - Add last day to donate */
/* Donate link */
#main-content > div > header > h2::after {
display: block;
content: "Donate by April 1st";
  font-size: 18px !important;
  text-align: center;
  margin-top: 15px !important;
  color: red !important;
}
/* Action bar donate button */
#donate-item-form > h1::after {
display: block;
content: "Donate by April 1st";
  font-size: 18px !important;
  margin-top: 15px !important;
  color: red !important;
}
/* END - Add last day to donate */
/* ALL PAGES */
/* BEGIN - responsive behavior (auto adjust for different screen sizes) */


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  }


/* END - responsive behavior (auto adjust for different screen sizes) */