/* LANDING PAGE CSS */
/* BEGIN - Nav bar */
/* nav bar color */
.top-menu {
background-color: #095e59 !important;
}
/* font color */
body > header > div > div > h1 > a,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 */
.menu-toggle {
background-color: #e7edc4 !important;
color: #095e59 !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-25318 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(1) {
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-29763 > div > div > div > p:nth-child(1) {
padding-top: 0px !important;
margin-top: 30px !important;
}
#content-block-29763 > div > div {
padding: 0px !important;
margin: 80px 0 30px 0!important;
}
/* END - Text padding */
/* BEGIN - Add Background Image */
#content-block-29763 {
background-image: url("https://d2y9d0ry7vx6k5.cloudfront.net/events/21710/images/lpi_n7gVxh6liB.png") !important;
background-size: cover !important;
background-repeat: no-repeat !important;
}
/* 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)*/