body {
    font-family: "Source Sans Pro", sans-serif;
}

h1,
h2,
a {
    color: #e74b28;
    text-decoration: none;
}

.app-banner {
    height: 900px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.app-banner-shadow {
    background-color: rgba(37, 38, 39, 0.11);
}

.app-banner-text {
    width: 40%;
    font-size: 18px;
}

@media screen and (max-width: 960px) {
    .app-banner-text {
        width: 65%;
    }
}

.btn-outline-primary {
    color: #0098C3;
    border-color: #0098C3;
    border-width: 1.5px;
    border-radius: 0;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    box-shadow: 0 0 0 .1rem rgba(13, 110, 253, .25);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #05a4f2;
    border-color: #05a4f2;
}

.btn-primary {
    border-color: #e74b28;
    background-color: #e74b28;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border-color: #dd2f08;
    background-color: #ff2f00;
}

.btn-primary:focus,
.btn-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgb(255 136 109);
}

.form-control:focus {
    border: #ff9983;
    box-shadow: 0 0 0 .25rem rgb(255 136 109);
}

.app-home-box {
    height: 100%;
    font-size: 18px;
}

.app-home-box h2 {
    color: #ffffff;
}

.app-home-box.purple {
    background-color: purple;
}

.app-home-box.green {
    background-color: #649326;
}

.app-home-box.orange {
    background-color: #e74b28;
}

.app-home-box.blue {
    background-color: #0098C3;
}

.app-testimonial {
    background-color: purple;
    color: white;
    width: calc(33.3333%);
    width: 500px;
}

.app-testimonial .body {
    font-size: 24px;
}

.app-testimonial i {
    font-size: 50px;
}

.app-testimonial .reviewer {
    font-style: italic;
    font-size: 18px;
}

.splide__progress__bar {
    height: 3px;
    background: purple;
}

@media screen and (max-width: 960px) {
    .app-testimonial {
        width: 300px;
    }

    .app-testimonial .body {
        font-size: 18px;
    }

    .app-testimonial .reviewer {
        font-size: 16px;
    }
}

#subscribe-email-container {
    max-width: 700px;
}

.app-social-icons img {
    width: 45px;
}

.app-social-icons a {
    margin: 1rem;
}

.app-instagram-icon {
    background-color: #FF0169;
    background: linear-gradient(91.23deg, #FF7A00 0%, #FF0169 50.06%, #D300C5 99.36%);
}

.app-footer-nav a {
    text-decoration: none;
    color: #1c1b1b;
    display: block;
    padding: 0.6rem 0;
}

.app-featured-news p,
.app-news p {
    display: inline;
}

.app-news .app-banner {
    max-height: 400px;
}

.app-featured-news .app-banner {
    max-height: 200px;
}

.accordion-button:not(.collapsed),
.accordion-button {
    color: #000000;
    background-color: #fff1ed;
}

.accordion-button {
    background-color: rgba(255, 238, 233, 0.34);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
    border-color: #fee686;
    box-shadow: 0 0 0 .25rem rgb(253 146 13 / 25%);
}