.primary-font-custom {
  font-family: 'Barlow';
  font-weight: 400;
  color: #000000; 
}


h1,
h2,
h3,
h4,
legend,
.h1,
.h2,
.h3,
.h4,
.secondary-font-custom {
  font-family: 'Outfit', sans-serif;
  //text-transform: uppercase;
  font-weight: 900;
  color: #FF4797; 
}

/*  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%;
    }
}

.showticks_navy_bg {
    background-color: #190D40;
}

.showticks_paragraph {
    color: white;
    font-size: 1.2rem;
    font-weight: 400;
}

div.sponsors {
    background-color: white;
}

.home_header_section {
    background-color: #190D40;
}

.navbar-custom {
    background-color: #190D40;
}

.body-custom {
    background-color: #FFFFFF;
}

.header_section {
   background-color: #000000;
}

.header_section > div > h1  {
   color: #FFFFFF;
}

footer {

    section {
        background-color: #190D40;
        color: #FFFFFF;

        a,
        a:hover {
            color: #FF4797;
            text-decoration: none;
        }
    }
}

.btn-primary {
    background-color: #FF4797;
    color: #FFFFFF;
    border-color: #FF4797;
}

.btn-primary:hover, .btn-primary:active {
    background-color: #190D40 !important;
}

.btn-custom {
    background-color: #FF4797;
    color: #FFFFFF;
    border-radius: 68px;
    text-shadow: none;
}

.btn-custom:hover, .btn-custom:active {
    background-color: #190D40 !important;
    color: #FFFFFF !important;
}

.btn-custom.reverse {
    background-color: #FFFFFF !important;
    color: #FF4797 !important;
}

.btn-custom.reverse:hover, .btn-custom.reverse:active {
    background-color: #FF4797 !important;
    color: #FFFFFF !important;
}

.rounded-btn-custom {
    color: #FF4797;
    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 {
    background-color: #FF4797 !important;
    border-color: #FF4797 !important;
}

.nav-link {
    color: #FFFFFF;
}

.nav-link-social-custom {
    @media only screen and (min-width: 1000px) {
        background-color: #FF4797;
        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;
}

.anim_panel {
    color: #FF4797 !important;
}

/* account page */
.nav-row p {
    color: #FF4797;
}

.nav-row i {
    color: #FF4797;
}

.nav-row .active {
    color: #FF4797;
    border-top-color: #FF4797;
    border-bottom-color: #FF4797;
}

.nav-row .active:before {
    border-color: #FF4797 transparent;
}

/* FAQs */
.faqBtn {        
    color: #190D40;
    text-transform: none;
    cursor: pointer;
}

.faqBtn > i {
    color: #FF4797;
}

