/* 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 - NAV BAR CHANGES */
/* menu button font color */
body > nav.top-menu.lg\:p-\[30px\].lg\:py-\[30px\] > div > div.flex.shrink-0.items-center.gap-5 > button, body > nav.top-menu.lg\:p-\[30px\].py-3 > div > div.flex.shrink-0.items-center.gap-5 > button {
color: #ffffff !important;
}
/* END - NAVE BAR CHANGES */
/* TICKET PAGE CSS */


/* DONATION PAGE CSS */


/* 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) {
  .gallery-img {
    width: 80% !important;
    margin-bottom: 10px;
}
#content-block-98053 > div > div > div {
padding-top: 40px !important;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .gallery-img {
    width: 80% !important;
    margin-bottom: 10px;
}
#content-block-98053 > div > div > div {
padding-top: 40px !important;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .gallery-img {
    width: 80%  !important;
}
#content-block-98053 > div > div > div {
padding-top: 40px !important;
}
  }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .gallery-img {
    width: 30%  !important;
}
#content-block-98053 > div > div > div {
padding-top: 40px !important;
}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .gallery-img {
    width: 30%  !important;
}
#content-block-98053 > div > div > div {
padding-top: 40px !important;
}
}

/* image sizing end */
