.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: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #0D6EFD; 
}

body {
  background-image: url(https://version2026.emediacampaigns.com/_uploads/files/options/light-background.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.header_section {
    display: none;
}

#ctl00_divContentColumnOne {
    padding: 0px;
}

.navbar-brand img {
    width: 250px !important;
    min-width: 100px !important;			
}

.navbar-custom {
    background-color: #FFFFFF;
}

.home {
    background-color: #FFFFFF;
}

/*  4 items for event carousel - desktop */
.home_slideshow .carousel-cell {
  width: 25%;
  padding: 10px;
}

/*  1 items for event carousel - mobile */
@media only screen and (max-width: 600px) {
    .home_slideshow .carousel-cell {
        width: 100%;
    }
}

/*  gallery overlay */
body.home [id*="GalleryDesktop"] .card, body.home [id*="GalleryMobile"] .card{
    background: rgba(0, 0, 0, 0.8);
}

body.home [id*="GalleryDesktop"] .carousel-cell img, body.home [id*="GalleryMobile"] .carousel-cell img {
    border-radius: 0px 0px 0px 0px;
    opacity: 0.7;
}

body.home .card-img-overlay {
    color: #FFFFFF;
}

body.home [id*="_GalleryDesktop_"] .card-img-overlay {
    top: 15%;
    left: 15%;
}

body.home [id*="_GalleryDesktop_"] .gallery-title {
    font-size: 6rem;
}

body.home [id*="_GalleryDesktop_"] .gallery-description {
    font-size: 1.5rem;
}

/*  future / past events */
@media only screen and (max-width: 600px) {
	.future_events .carousel-cell, .past_events .carousel-cell {
		width: 100% !important;
		padding: 10px !important;
	}
}

.future_events .carousel-cell, .past_events .carousel-cell {
    width: 25%;
    padding: 10px;
}

.future_events h3, .past_events h3 {
    text-align: center;
    margin-top: 1rem;
}

.tertiary .primary-font-custom, .tertiary .h2 {
    color: #FFFFFF;
}

.body-custom {
    background-color: #FFFFFF;
}

.header_section {
   background-color: #000000;
}

.header_section > div > h1  {
   color: #FFFFFF;
}

footer {

    section {
        color: #000000;

        a,
        a:hover {
            color: #0D6EFD;
            //text-decoration: none;
        }
    }
}

.btn-primary {
    background-color: #0D6EFD;
    color: #FFFFFF;
    border-color: #0D6EFD;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:disabled {
    background-color: #FFFFFF !important;
    color: #0D6EFD !important;
}

.btn-custom {
    background-color: #0D6EFD;
    color: #FFFFFF !important;
    height: auto;
    line-height: 2;
    padding: 0px 24px;
    border-radius: 68px;
    text-shadow: none;
    margin: 4px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.btn-custom:hover, .btn-custom:active, .btn-custom:disabled {
    background-color: #FFFFFF !important;
    color: #0D6EFD !important;
}

.btn-custom.reverse {
    background-color: #FFFFFF !important;
    color: #0D6EFD !important;
}

.btn-custom.reverse:hover, .btn-custom.reverse:active, .btn-custom.reverse:disabled  {
    background-color: #0D6EFD !important;
    color: #FFFFFF !important;
}

.rounded-btn-custom {
    color: #0D6EFD;
    border: 2px solid;
    border-radius: 8px;
    padding: 5px 10px;
    font-weight: bold;
    transition: background-color 0.5s ease;
    text-decoration: none;
}

.rounded-btn-custom:hover, .rounded-btn-custom:active, .rounded-btn-custom:disabled {
    color: #FFFFFF !important;
    background-color: #0D6EFD !important;
    border-color: #0D6EFD !important;
}

.navbar-light  .nav-link {
    color: #000000;
}

.navbar-dark  .nav-link {
    color: #FFFFFF;
}

.nav-link-social-custom {
    @media only screen and (min-width: 1000px) {
        background-color: #0D6EFD;
        color: #FFFFFF;
        height: auto;
        line-height: 2;
        padding: 0px 24px;
        border-radius: 68px;
        text-shadow: none;
        margin: 4px 1rem;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }

    margin-left: 5px !important;
    margin-right: 0px !important;
    color: #FFFFFF !important;
}

/* loading modal */
.anim_panel {
    color: #0D6EFD !important;
}

.msg_panel {
    color: #000000 !important;
}

/* account page */
.nav-row p {
    color: #0D6EFD;
}

.nav-row i {
    color: #0D6EFD;
}

.nav-row .active {
    color: #0D6EFD;
    border-top-color: #0D6EFD;
    border-bottom-color: #0D6EFD;
}

.nav-row .active:before {
    border-color: #0D6EFD transparent;
}

/* fix logout button */
.rhs_box .list-group-item a, .rhs_box .list-group-item input {
    color: #0D6EFD;
    background-color: unset;
    border: 0;
    padding: 0;
}

/* FAQs */
.faqBtn {        
    color: #0D6EFD;
    text-transform: none;
    cursor: pointer;
}

.faqBtn > i {
    color: #0D6EFD;
}

.socialPlatformShare > a > span {
    color: #0D6EFD;
}

/* account */
.hl-input.highlighted {
    background-color: #0D6EFD !important;
}

