#heroCarousel .hero-content .heroTxt {
    font-size: 5.75rem;
}

#heroCarousel .hero-content h3 {
    color: #fff;
    font-size: 2.75rem;
    text-align: center;
    text-shadow: 0 0 15px #000;
}

#heroCarousel .hero-content p {
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    text-shadow: 0 0 15px #000;
}

#heroCarousel .hero-content.heroBtnWrap {
    margin-top: 10rem;
}

.locations-logos {
    max-width: 1000px;
    margin: 0 auto;
}

#location-logos .text-dark {
    color: var(--color-1) !important;
}

#location-logos a:hover .text-dark {
    color: var(--color-2) !important;
}

#location-logos {
    background: #ff8700;
    background-image: linear-gradient(180deg, #fec99d 0%, #ff8700 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#location-logos a {
    background-color: #fff;
}

.home-section {
    padding: 3rem 0rem;
}

.navbar.fixed-top {
    background-color: #ffecde;
}

.cms-form {
    background: #fec99d;
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 22px;
}

.form-paragraph {
    padding-bottom: 0;
}


.tab-pane.fade {
    transition: opacity .12s ease-in-out;
}

.logo-tile {
    transition: box-shadow .15s ease, transform .15s ease;
    cursor: pointer;
}

.logo-tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .08);
}

.logo-tile.active {
    border-color: var(--color-2) !important;
    box-shadow: 0 .35rem 1.25rem rgba(0, 0, 0, .12);
}

.concept-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

@media (min-width:768px) {
    .concept-img {
        height: 180px;
    }
}

@media (min-width:768px) {
    #location-logos img {
        max-width: 180px;
    }
}

@media (max-width:468px) {
    .concept-img {
        height: 260px;
    }
}

.page-header h1 {
    margin-bottom: -10px;
}

.tab-pane .card.card-body {
    border: 0;
}

.tab-pane .social li a {
    color: var(--color-1);
}

.social {
    list-style: none;
    padding: 0;
    margin: .75rem 0 0;
    display: flex;
    gap: .5rem;
}

.btn.btn-primary.white-text:hover {
    color: #fff !important;
}

.btn.btn-primary {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
}

.btn.btn-primary:hover {
    background-color: var(--color-2) !important;
}

@media (min-width: 1200px) {

    .h1,
    h1 {
        font-size: 3rem;
    }
}

.bg-text {
    background-color: var(--color-2);
    width: fit-content;
    padding: 3px 15px;
    border-radius: 55px;
}
#mailingListToast {
    display: none !important;
}

#logo-footer {
    max-width: 235px !important;
}

.our-locations .logo-tile img {
    max-width: 120px !important;
}

@media (min-width: 992px) {
    #logo-home {
        max-width: 140px !important;        
    }
}

@media (max-width: 991px) {
    #logo-home {
        max-width: 100px !important;
    }

    #heroCarousel .hero-content .heroTxt {
        font-size: 3.75rem !important;
    }
}