.qbutton-dark{
    color: rgb(255, 255, 255);
    border-color: rgb(19, 52, 95);
    font-weight: 700;
    font-family: merriweather;
    text-transform: none;
    font-size: 16px;
    margin: 2px;
    background-color: rgb(19, 52, 95);
}

a{
    color: #c4122f;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output
 {
    color: #dc3232; /* Red */
}

.wp-post-image{
height: auto !important;
max-height: 400px;
}