.bg-primary {
    color: #25365f;	/* override default font colour*/
    background-color: #ffffff
}

body {
    color: #25365f;	/* override default font colour*/
}

.navbar-default .navbar-nav>li>a {
    color: #25365f;
	    margin: 0px 6px;
}
/* ensure banner background is white */
.jumbotron {
    background-color: #ffffff;
}
/* make SSPC title stand out better */
.jumbotron h1, .jumbotron .h1{
	margin-top: 35px !important; /* an attempt to centre the logo better vertically  was 25px*/
}
/* Reduce space around Reg charity details (it's within a <p> which we're stuck with) */
.jumbotron p {
    margin-bottom: -10px;
    margin-top: -15px; /* maybe -10px */
}

/* Change the Contact us  to  How to find us */
h2.panel-title {display: none;}

.panel-heading::after {
   content: "How to Find Us:";
   font-size: 1.5em;
   font-weight: bold;
}

/*.panel-heading::after {
   content: "behind Shere Infants School";
   font-size: 1.0em;
} */

/*.contactInformationAddress::before {
   content: "Postcode: ";
   font-size: 1.0em;
} */
/* reduce the size/impact of the footer ad */
.footer {
    min-height: 50px;
    margin-top: 10px;
    font-size: 0.9em;
}
#footerImage {
    margin-bottom: 10px;
}