/* import font */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Monoton&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poiret+One&family=Voltaire&display=swap');
/* landing page css */
/* BEGIN - Font style */
#content-block-97856 > div.content-max-width.contrast-background.light-background.py-8 > div > p:nth-child(1) > span {
  font-family: "Voltaire", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* END - Font style */
/* 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: #ffffff !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: #000000 !important;
}
.flex.shrink-0.items-center.gap-5 a {
  color: #000000 !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: #1f4830 !important;
color: #ffffff !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-30095 > div > div > p:nth-child(10) {
padding-bottom: 0px !important;
margin-bottom: 30px !important;
}
#content-block-30095 > div > div > div {
padding-bottom: 0px !important;
margin-bottom: 130px !important;
}
/* END - Text padding */
/* BEGIN - Change background */
#content-block-30095 {
background-image: url("https://d2y9d0ry7vx6k5.cloudfront.net/events/21753/images/lpi_8YeKE982I7.png") !important;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
/* END - Change background */
/* 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) {
/* BEGIN - Text width */
#content-block-30095 > div > div  {
width: 50% !important;
margin: auto center !important;
}
/* END - Text width */
  }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
/* BEGIN - Text width */
#content-block-30095 > div > div {
width: 50% !important;
margin: auto !important;
}
/* END - Text width */
  }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
/* BEGIN - Text width */
#content-block-30095 > div > div  {
width: 50% !important;
margin: auto center !important;
}
/* END - Text width */


/* END - responsive behavior (auto adjust for different screen sizes) */
