/* make Dorking Folk Club title a bit bigger */
.jumbotron h1 {
    font-size: 50px;
}

/* change the alignment of the sub-tile: Acoustic and Traditional Music every Wednesday evening from 8.30pm (was right-aligned) */
.banner-html {
    text-align: left;
}
