/* This turns off the breadcrumbs on the site - looks better on mobile devices */

.breadcrumb {
display:none;
}

/* To reduce the size of sub-headings on the site */
h2 {
font-size: 1.75em;
}

h3 {
font-size: 1.25em;
}

/* To change the Banner Text Colour */
h1.community-name {
font-size: 5 em;
color:green;
text-align: right;
}