#contact .error input,
#contact .error textarea{
    background-color:rgba( 255, 0, 0, .2 );
    border-color:rgba(255, 0, 0, 1);
}

#contact .error ::-webkit-input-placeholder,
#contact .error ::-webkit-textarea-placeholder,
#contact .error ::placeholder {
    color:rgba(255, 0, 0, 1);
}

#contact button[type=submit],
.directions {
    background-color:#58C5E1;
    border-color:#58C5E1;
    box-shadow:unset;
    color:#fff;
    /* width:100%; */
}

#footer_image {
    align-items:center;
    background-color:#e1e1e1;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    display:flex;
    flex-direction: row;
    justify-content:center;
    min-height:600px;
}

.modal_valid {
    bottom:0;
    position: absolute;
    visibility:hidden;
    z-index:-1;
}