main {
    background-color: #801d20;
}

.bg-image {
    background-image: url('../images/about_header.jpg');
    height: 76vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.card {
    background-color: #bcd583 !important;
    height: fit-content;
}

.card-title {
    font-family: HVD_Poster, helvetica, sans-serif;
    font-size: 45px;
    color: white;
    font-weight: bold;
    line-height: 1;
}

.card-text {
    font-family: maxwell, helvetica, sans-serif;
    font-size: 22px;
    color: white;
}

.mid_bottom_section {
    max-width: 1280px;
}

.featured_section {
    background-color: #fff;
/* ￼    border: 1px solid rgba(0,0,0,.125); */
/* ￼    border-radius: .25rem; */
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.featured_paragraph {
    font-family: maxwell, helvetica, sans-serif;
    font-size: 24px !important;
    color: #595858;
}

.featured {
    font-family: HVD_Poster, helvetica, sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #801d20;
    line-height: 1.1em;
    letter-spacing: 3.3px;
    font-weight: bold;
}

.services_text {
    font-family: maxwell, helvetica, sans-serif;
    font-size: 18px;
    color: white;
    line-height: 1.5;
}

.bottom_section {
    background: #801d20;
    color: white;
}

.bottom_card {
    background-color: white !important;
    height: fit-content;
    border: none !important;
}
.bottom_card-title {
    font-family: HVD_Poster, helvetica, sans-serif;
    font-size: 40px;
    color: #801d20;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
}
a.bottom_card-text {
    text-decoration: none;
    color: #525252;
}

#btn-back-to-top {
    position: fixed;
    bottom: 38px;
    right: 30px;
    display: none;
    background-color: #f2c05a;
    color: white;
    z-index: 1;
}