/****
Banner
*****/
@media (max-width: 767.98px) {
.banner-links-bar .address-link {
    display: block;
    text-align: center;
}
}

/******************
    Hero
*******************/
.hero-section {
    text-align:center;
    min-height: 730px;
}
.hero-section a.btn {
    margin-inline: auto;
}

.hero-text {
    font-weight: 700;
    font-size: 24px;
}
.cus-text {
    font-size: 18px;
}

@media (min-width: 768px) {
.hero-text {
    font-weight: 700;
    font-size: 28px;
}
.hercol {
    min-height: 164px;
}
}

.navbar-default {
    background-color: #000000
}

/* brand image */
@media (min-width: 768px) {
a.navbar-brand img {
    max-width: 250px!important;
    max-height: none!important;
    height: auto;
}
}

.hero-button .quicklinkbutton {
    border-color: #ffffff !important;
    background-color: #000000 !important;
    color: var(--clr-neutral-100) !important;
}

.hero-button .quicklinkbutton .quicklinkbutton-label {
    color: #f0f0f0 !important;
}

a.banner-link {
    color: #131313;
}
a.banner-link:hover {
    color: #000;
}

.hero-button .quicklinkbutton .quicklinkbutton-label:hover {
    color: #000000 !important; /* Change the color on hover */
}
@media (min-width: 768px) {
a.banner-link {
    font-size: 18px;
}
}

/**Logo**/
@media (min-width: 768px) {
    a.navbar-brand img {
        max-width: 115px!important;
    }
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        font-size: larger;
    }
}

@media (max-width: 767.98px) {
    .navbar-header a.navbar-brand img {
        width: 66% !important;
    }
}

.disclaimer-container {
    font-size: 18px;
}

body[data-page="/custom-10"] .site-footer,
body.page-template-custom-10 .site-footer {
  display: none !important;
}