footer {
    background: #ffe0ff;
}

.contact-form form button[type=submit] {
    min-width: 100%;
    height: 66px;
    font-size: 1rem;
    background-color: #005236;
    border-radius: 12px;
    color: #fff;
}

button[type="submit"]:before, 
button[type="submit"]:after {
    content: none;
}

/* Navigation */

@media (max-width: 768px) {
    .navbar .navbar-brand img {
        max-height: 75px;
    }
}


/* Blocks */
@media (max-width: 768px) {
    .image-links {
        padding-top: 20px;
    }
}

@media (min-width: 768px) {
    .testimonial blockquote {
        font-size: 3.25rem;
        line-height: 3.5rem;
    }
}

/* Home page */

.home #hero .background {
    background-color: #ffe0ff;
}

/* Bookings page */

.page-bookings .contact-form form {
    margin-top: 0;
    padding-top: 0;
}

form .wpcf7-form-control-wrap[data-name="consent-info"] .wpcf7-not-valid-tip{
    margin: 0px 0 20px 0;
}


/* Thank you page */

.page-thank-you h1{
    text-align: center;
}