.primary-font-custom {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
legend,
.h1,
.h2,
.h3,
.h4,
.secondary-font-custom {
  //font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #6A9BC3; 
}

.navbar-brand img {
    width: 200px !important;
    min-width: 100px !important;			
}

.navbar-custom {
    background-color: #FFFFFF;
}

.home {
    background-color: #FFFFFF;
}

.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 {
        background-color: #FFFFFF;
        color: #000000;

        a,
        a:hover {
            color: #6A9BC3;
            //text-decoration: none;
        }
    }
}

.btn-primary {
    background-color: #EFAB5A;
    color: #FFFFFF;
    border-color: #EFAB5A;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:disabled {
    background-color: #6A9BC3 !important;
    color: #FFFFFF !important;
}

.btn-custom {
    background-color: #6A9BC3;
    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: #FFFFFF !important;
}

.btn-custom.reverse {
    background-color: #FFFFFF !important;
    color: #6A9BC3 !important;
}

.btn-custom.reverse:hover, .btn-custom.reverse:active, .btn-custom.reverse:disabled  {
    background-color: #6A9BC3 !important;
    color: #FFFFFF !important;
}

.rounded-btn-custom {
    color: #EFAB5A;
    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: #6A9BC3 !important;
    border-color: #6A9BC3 !important;
}

.navbar-light  .nav-link {
    color: #000000;
}

.navbar-dark  .nav-link {
    color: #FFFFFF;
}

.dropdown-menu .nav-item .nav-link {
    color: black;
}

.nav-link-social-custom {
    @media only screen and (min-width: 1000px) {
        background-color: #EFAB5A;
        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: #6A9BC3 !important;
}

.msg_panel {
    color: #000000 !important;
}

/* account page */
.nav-row p {
    color: #6A9BC3;
}

.nav-row i {
    color: #6A9BC3;
}

.nav-row .active {
    color: #6A9BC3;
    border-top-color: #6A9BC3;
    border-bottom-color: #6A9BC3;
}

.nav-row .active:before {
    border-color: #6A9BC3 transparent;
}

/* FAQs */
.faqBtn {        
    color: #6A9BC3;
    text-transform: none;
    cursor: pointer;
}

.faqBtn > i {
    color: #6A9BC3;
}

.socialPlatformShare > a > span {
    color: #6A9BC3;
}

/* account */
.hl-input.highlighted {
    background-color: #6A9BC3 !important;
}

.flickity-page-dots {
    display: none;
}

