



.primary-font-custom {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000000; 
}

h1,
h2,
h3,
h4,
legend,
.h1,
.h2,
.h3,
.h4,
.secondary-font-custom {
  font-family: "Montserrat", sans-serif;
  color: #000000; 
}

.page_sections {
	h1,
	h2,
	h3,
	h4,
	legend,
	.h1,
	.h2,
	.h3,
	.h4,
	.secondary-font-custom {
	  font-family: "Montserrat", sans-serif;
	  color: #0D6EFD; 
          font-weight: bold;
	}
}

header {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 81vh;
    z-index: 1;
    text-shadow: 1px 1px 0 black;
}

header div {
    max-width: 775px;
}

.toggle-content {
  display: none;
  height: 0;
  overflow: hidden;
  transition: height 350ms ease-in-out;
}
.toggle-content.is-visible {
  display: block;
  height: auto;
}

/* hide footer */
footer div.container > div:nth-of-type(2) {
  display: none;
}

nav.scrolled {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

nav.navbar-light {
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

body.home video {
    max-height: 70vh;
    object-fit: cover;
}

.navbar-brand img {
    width: 200px !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%;
    }
}

.tertiary .primary-font-custom, .tertiary .h2 {
    color: #FFFFFF;
}

.body-custom {
    background-color: #FFFFFF;
}

.header_section {
   background-color: #000000;
   margin-bottom: 3rem;
}

.header_section > div > h1  {
   color: #FFFFFF;
}

/* home content */
.counters .card {
    background: #0099ff;
    color: white;
    border: none;
}

.counters .card h1 {
    color: white;
    font-weight: 800;
    font-size: 2rem;
}

/* custome hr style strikes */
div.strike:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #FFF;
  width: 100%;
}

.secondary div.container-fluid {
    background: #0099ff;
    min-height: 70vh;
}

@media only screen and (max-width: 430px) {
    .secondary div.container-fluid {
        height: 70vh;
    }
}


@media only screen and (min-width: 430px) {
    .secondary div.container-fluid.lazyloaded {
        background: linear-gradient(#0099ff, #0099ff, rgba(0, 153, 255, 0.25), rgba(0, 153, 255, 0), rgba(0, 153, 255, 0), #ffffff), /* bottom, image */ url(https://s3.amazonaws.com/marketing.showticks.com/EME/solutions/_images/bluessaturday576.jpg) center center;
        background-size: cover;
        background-position: center center;
    }
}

@media only screen and (max-width: 430px) {
    .secondary div.container-fluid.lazyloaded {
        background: linear-gradient(#0099ff, #0099ff, #0099ff, rgba(0, 153, 255, 0.25), rgba(0, 153, 255, 0), rgba(0, 153, 255, 0), #ffffff), /* bottom, image */ url(https://s3.amazonaws.com/marketing.showticks.com/EME/solutions/_images/bluesfest_crowd.jpg) center center;
        background-size: cover;
        background-position: center center;
    }
}

footer {

    section {
        background-color: #172c43;
        color: #FFFFFF;

        a,
        a:hover {
            color: #FFFFFF;
            //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;
    text-transform: none !important;  
    font-weight: 400 !important;
    font-size: 20px !important;
}

.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;
    font-size: 1rem !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;
}

/* 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;
}

