



.primary-font-custom {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000000; 
}

h1,
h2,
h3,
h4,
legend,
.h1,
.h2,
.h3,
.h4,
.secondary-font-custom {
  font-family: "despina-pro",sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  color: #4B2369; 
}


.navbar-custom-font {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000000; 
}

nav.navbar .container-fluid {
    max-width: 1600px !important;
}

.navbar-brand img {
    width: 250px !important;
    min-width: 100px !important;			
}

.navbar-custom {
    background-color: #000000;
}

.home {
    background-color: #000000;
    color: #000000;
}

/* banner */
/*
.header_section .header_image {
    object-position: center 40%;
    max-height: 200px;
    min-height: 100px;
    object-fit: cover;
    width: 100%;
    opacity: 1;
}

#banner_overlay h1 {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 2.8rem !important;
    line-height: 0px;
    color: #FFF38F; 
}
*/

#banner_overlay h1 {
    color: #FFF38F; 
}

/* event styling */
ul.event-list li:nth-child(odd) > time {
    background-color: #4B2369;
}

ul.event-list li:nth-child(even) > time {
    background-color: #000000;
}

/* rhs event gallery */
body .carousel-cell {
    width: 100%;
}

/*  4 items for event carousel - desktop */
.home .home_slideshow .carousel-cell {
  width: 25%;
  padding: 10px;
}

/*  4 items for event carousel - desktop */
.future_events .carousel-cell, .past_events .carousel-cell{
  width: 25%;
  padding: 10px;
}

/*  gallery overlay */
body.home [id*="_GalleryDesktop_"] .card-img-overlay {
    top: 15%;
    left: 15%;
    display: none;
}

body.home [id*="_GalleryDesktop_"] .gallery-title {
    font-size: 6rem;
}

body.home [id*="_GalleryDesktop_"] .gallery-description {
    font-size: 1.5rem;
}

.future_events h3, .past_events h3 {
    text-align: center;
    margin-top: 1rem;
    color: #FFFFFF;
}

/*  1 items for all carousel - mobile */
@media only screen and (max-width: 600px) {
    .carousel-cell {
        width: 100%;
    }
}

.tertiary .primary-font-custom, .tertiary .h2 {
    color: #4B2369;
}

.body-custom {
    /*background-color: #4B2369;*/
}

.header_section {
   background-color: #4B2369;
}

.header_section > div > h1  {
   color: #000000;
}

footer {

    section {
        background-color: #000000;
        color: #FFFFFF;

        a,
        a:hover {
            color: #FFFFFF;
            //text-decoration: none;
        }
    }
}

.btn-primary {
    background-color: #FFF38F;
    color: #4B2369;
    border-color: #FFF38F;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:disabled {
    background-color: #4B2369 !important;
    color: #FFF38F !important;
}

.btn-custom {
    background-color: #FFF38F;
    color: #4B2369 !important;
    height: auto;
    line-height: 2;
    padding: 0px 24px;
    border-radius: 68px;
    text-shadow: none;
    margin: 4px;
    box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .15) !important;
}

.btn-custom:hover, .btn-custom:active, .btn-custom:disabled {
    background-color: #4B2369 !important;
    color: #FFFFFF !important;
}

.btn-custom.reverse {
    background-color: #FFFFFF !important;
    color: #FFF38F !important;
}

.btn-custom.reverse:hover, .btn-custom.reverse:active, .btn-custom.reverse:disabled  {
    background-color: #FFF38F !important;
    color: #FFFFFF !important;
}

.rounded-btn-custom {
    color: #FFF38F !important;
    border: 2px solid;
    border-radius: 8px;
    padding-bottom: 2px;
    padding-top: 5px;
    transition: background-color 0.5s ease;
    text-decoration: none;
}

.rounded-btn-custom:hover, .rounded-btn-custom:active, .rounded-btn-custom:disabled {
    color: #4B2369 !important;
    background-color: #FFF38F !important;
    border-color: #FFF38F !important;
}

.navbar-light  .nav-link {
    color: #000000;
}

.navbar-dark  .nav-link {
    color: #FFFFFF;
    font-size: 24px !important;
    font-weight: 400 !important;
}

.navbar-dark  .nav-link:hover {
    text-decoration: underline;
}

.dropdown-menu > .dropdown > .nav-link, .dropdown-menu > .nav-item > .nav-link {
    color: #000000;
}

.nav-link-social-custom {
    @media only screen and (min-width: 1000px) {
        background-color: #FFF38F;
        color: #FFFFFF;
        height: auto;
        line-height: 2;
        padding: 0px 24px;
        border-radius: 68px;
        text-shadow: none;
        margin: 4px 2rem;
        box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .15) !important;
    }

    margin-left: 5px !important;
    margin-right: 0px !important;
    color: #FFFFFF !important;
}

/* loading modal */
.anim_panel {
    color: #4B2369 !important;
}

.msg_panel {
    color: #4B2369 !important;
}

/* account page */
.nav-row p {
    color: #4B2369;
}

.nav-row i {
    color: #4B2369;
}

.nav-row .active {
    color: #FFF38F;
    border-top-color: #FFF38F;
    border-bottom-color: #FFF38F;
}

.nav-row .active:before {
    border-color: #FFF38F transparent;
}

/* FAQs */
.faqBtn {        
    /*color: #FFF38F;*/
    text-transform: none;
    cursor: pointer;
}

.faqBtn > i {
    /*color: #FFF38F;*/
}

.socialPlatformShare > a > span {
    color: #FFF38F;
}

/* account */
.hl-input.highlighted {
    background-color: #FFF38F !important;
}

/* homepage map - desktop */
@media (max-width: 991px) {
    .map_2022 .content {
        flex-wrap: wrap;
    }
}

.legend-mobile-border {
    border-bottom: 1px solid white;
    padding-bottom: 9px;
    margin-bottom: 9px;
}

.map_2022 .content {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    margin: 0 -1rem;
    color: #FFFFFF;
}

.map_2022  .desktop .form-row {
    display: flex;
    align-content: flex-start;
    margin: 0 -1rem;
    padding: 0 0 51px;
}

.map_2022  .mobile {
    padding: 0 1rem;
}

.map_2022  .mobile .form-row {
    display: flex;
    align-content: flex-start;
}

.map_2022  .mobile .legend-col {
    flex: 1;
}

.map_2022  .mobile {
    padding: 0 1rem;
}

.home > form > div > h1 {
    color: #FFFFFF;
}

.home .legend-col.details {
    border-top: 1px solid white;
    padding-top: 31px;
    margin-left: 21px;
    margin-top: 1rem;
}

@media (min-width: 992px) {
   .map_2022 .content_legend {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.map_2022  .desktop.content_legend {
    font-size: 1.4rem;    
}

.map_2022  .mobile.content_legend {
    font-size: 1rem;
    font-weight: 300;
}

.home .social {
    padding: 0 0 3rem;
    color: black;
    font-size: 1.4rem;
}

.home .social h1 {
    color: black;
}

/* footer */
.footer_top {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    align-items: center;
}

.footer_logo {
    width: 240px;
}

.footer_details {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.lineup_details {
    font-size: 12px;
}

.footer_details .copyright {
    margin-top: 2rem;
    color: #a43823;
}

.footer_nav {
    width: 50%;
 }

.footer_nav ul {
    column-count: 3;
}

.footer_top {
    padding-bottom: 2rem;
    border-bottom: 1px #FFF solid;
}

.footer_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_nav li {
    font-weight: 400;
    text-align: left;
}

.footer_nav li a {
    text-decoration: none;
}

.footer_nav li a:hover {
    text-decoration: underline;
}

/*
footer section > .container > div:last-child {
	display: none;
}
*/

