main {
    background-color: #415e34;
}

#messages{
    background-color: #f2c05a;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
}

.bg-image {
    background-image: url('../images/contact_header.JPG');
    height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 38% center;
}

.header_section {
    position: relative;
    top: 35%;
}

.header_heading {
    font-family: HVD_Poster, Sans-serif;
    font-size: 45px;
    color: white;
}

.mid_bottom_section {
    max-width: 1280px;
}

.contact_section_text {
    font-family: maxwell, Sans-serif;
    font-size: 22px;
    color: #525252;
    line-height: 1.5;
}

.form_section {
    background-color: #bcd583;
}

.btn-light {
    color: #bcd583 !important;
    background-color: #801d20 !important;
    border-color: #801d20 !important;
}
.btn-light:hover {
    color: #bcd583 !important;
    background-color: #801d20 !important;
    border-color: #801d20 !important;
}

.reCAPTCHA {
    font-size: small;
    color: black;
}