



.primary-font-custom {
  font-family: "Montserrat", sans-serif;
  color: #000000; 
}

h1,
h2,
h3,
h4,
legend,
.h1,
.h2,
.h3,
.h4,
.secondary-font-custom {
  font-family: 'Moderat', sans-serif;
  color: #D97D4D; 
  font-weight: 700;
}

.nav-link {
  font-family: 'Moderat', sans-serif;
  color: #D97D4D; 
}

.sponsors div[id$='pnlHeading'], .sponsors .btn, .sponsors h3, .sponsors .a-desc {
    display: none;
}

.sponsors img {
    max-height: 100px;
    max-width: 200px;
    margin-bottom: 1em;
} 

.header_section {
    display: none;
}

.tertiary h1 {
    text-align: center;
}

.secondary h1 {
    text-align: center;
}

.customFeed1 h1 {
   text-align: center;
}

.customFeed2 h1 {
   text-align: center;
}

.customFeed2 img {
   max-height: 100px;
}

.customFeed2 a.btn, .customFeed2 .a-desc, .customFeed2 h3 {
   display: none;
}

.navbar-brand img {
    padding: 20px 0 !important;
}
nav.scrolled .navbar-brand img {
    padding: 0 !important;
    width: 175px !important;
}

.navbar-custom {
    background-color: #F5C757;
}

.home {
    background-color: #F0E8DA;
}

/*  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%;
    }
}

.body-custom {
    background-color: #F0E8DA;
}

.header_section {
   background-color: #000000;
}

.header_section > div > h1  {
   color: #F0E8DA;
}

footer {

    section {
        color: #000000;

        a,
        a:hover {
            color: #D97D4D;
            //text-decoration: none;
        }
    }
}

.btn-primary {
    background-color: #D97D4D;
    color: #FFFFFF;
    border-color: #D97D4D;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:disabled {
    background-color: #FFFFFF !important;
    color: #D97D4D !important;
}

.btn-custom {
    background-color: #D97D4D;
    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: #D97D4D !important;
}

.btn-custom.reverse {
    background-color: #F0E8DA !important;
    color: #D97D4D !important;
}

.btn-custom.reverse:hover, .btn-custom.reverse:active, .btn-custom.reverse:disabled  {
    background-color: #D97D4D !important;
    color: #F0E8DA !important;
}

.rounded-btn-custom {
    color: #D97D4D;
    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: #F0E8DA !important;
    background-color: #D97D4D !important;
    border-color: #D97D4D !important;
}

.navbar-light  .nav-link {
    color: #D97D4D;
    text-transform: none !important;
    /* font-weight: 200 !important; */
}

.navbar-dark  .nav-link {
    color: #F0E8DA;
}

.nav-link-social-custom {
    @media only screen and (min-width: 1000px) {
        background-color: #D97D4D;
        color: #F0E8DA;
        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: #F0E8DA !important;
}

/* loading modal */
.anim_panel {
    color: #D97D4D !important;
}

.msg_panel {
    color: #000000 !important;
}

/* account page */
.nav-row p {
    color: #D97D4D;
}

.nav-row i {
    color: #D97D4D;
}

.nav-row .active {
    color: #D97D4D;
    border-top-color: #D97D4D;
    border-bottom-color: #D97D4D;
}

.nav-row .active:before {
    border-color: #D97D4D transparent;
}

/* FAQs */
.faqBtn {        
    color: #D97D4D;
    text-transform: none;
    cursor: pointer;
}

.faqBtn > i {
    color: #D97D4D;
}

.socialPlatformShare > a > span {
    color: #D97D4D;
}

/* account */
.hl-input.highlighted {
    background-color: #D97D4D !important;
}

