/* 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: #000004 !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: #e2b472 !important;
color: #000033 !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-29033 > div > div > p:nth-child(4), #content-block-29033 > div > div > p:nth-child(6),#content-block-29033 > div > div > p:nth-child(8) {
padding-bottom: 0px !important;
margin-bottom: 0px !important;
}
 #content-block-25318 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(7) {
padding-bottom: 0px !important;
margin-bottom: 10px !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 */
/* BEGIN - Add Background Image */
#content-block-29033 {
background-image: url("https://d2y9d0ry7vx6k5.cloudfront.net/events/21598/images/lpi_RGs1xl17pP.png") !important;
background-size: cover !important;
background-repeat: no-repeat !important;
}
#content-block-29033 > div > div {
background-color: rgba(226,180,114,0.9);
padding: 30px;
border-radius: 30px;
}
/* END - Add Background Image */

/* TICKET PAGE CSS */

/* GENERAL CSS */
a:-webkit-any-link {
/* all pages: changes all link colors to the same color */
/* color: #[HEX CODE-LINK COLOR-ALL PAGE LINKS] !important; */
/* all pages: removes underline from links on all pages */
/* text-decoration: none !important; */
}
/* 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)*/