/* import fonts */
/* landing page css */
/* BEGIN - Nav bar */
/* nav bar color */
body > nav.top-menu.lg\:p-\[30px\].lg\:py-\[30px\], body > nav.top-menu.lg\:p-\[30px\].py-3 {
background-color: #132a3d !important;
}
/* font color */
body > nav.top-menu.lg\:p-\[30px\].lg\:py-\[30px\] > div > div.align-children-middle > h1 a, body > nav.top-menu.lg\:p-\[30px\].py-3 > div > div.align-children-middle > h1 a {
color: #ffffff !important;
}
.flex.shrink-0.items-center.gap-5 a {
  color: #ffffff !important;
}
/* menu 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 {
background-color: #ddc050 !important;
color:#132a3d !important;
}
/* END - Nav bar */
/* BEGIN - Hide hero banner text */
body > main > section:nth-child(1) > div {
display: none !important;
}
/* END - Hide hero banner text */
/* BEGIN - Text padding */
/* Event info */
#content-block-100107 > div > div > p:nth-child(2),#content-block-100107 > div > div > p:nth-child(4),#content-block-100107 > div > div > p:nth-child(6) {
padding-bottom: 0px !important;
margin-bottom: 0px !important;
}
#content-block-100107 > div > div > p:nth-child(7),#content-block-100107 > div > div > p:nth-child(12),#content-block-100107 > div > div > p:nth-child(13) {
padding-bottom: 0px !important;
margin-bottom: 50px !important;
}
#content-block-25318 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(10) {
padding-top: 0px !important;
margin-top: 30px !important;
}
/* END - Text padding */

/* ticket page css */


/* donation page css */


/* general */
/* 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) */