/* extra styles */

header.header h1.site-title {
    margin-bottom: 6px;
}

@media print, screen and (min-width: 64em) {
    header.header h1.site-title a {
        font-size: 4.0rem;
    }
}

@media only screen and (max-width: 390px) {
    header.header h1.site-title a {
        font-size: 1.5rem;
    }
}




p.strapline {
    color: white;
    font-size: 16px;
    margin-bottom: 22px;
    font-family: "Libre Baskerville", serif;
}

@media(min-width: 600px){
    p.strapline {
        font-size: 20px;
    }
}


.gform_wrapper textarea {
    background-color: #c2d6ea;
    box-shadow: none;
    border: 0;
}