/* 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 {
color:mediumblue;
font-size: 1.2em;
}

h3 {
font-size: 1.1em !important;
}

h4 {
font-size: 1.1em !important;
}

/* To change the Banner Text Colour */
h1.community-name {
offsetTop:100;
margin-top:40px !important;
color:white;
text-align:right;
}

h2.page-title {
color:white;
text-align:center;
/* font-style:italic; */
font-size: 1.5em !important;
}

p.page-subtitle.lead {
color:white;
text-align:left;
/* font-style:italic; */
font-size: 1.5em !important;
}

h2.panel-title {
color:blue;
text-align:center;
/* font-style:italic; */
font-size: 1.2em;
}