/* override jumbotron bg color */
.jumbotron {
  background-image: linear-gradient(#8ed6ff, #4fcee7 50%, #0381c8);
}
/* make SSPC title stand out better */
.jumbotron h1, .jumbotron .h1{
    color: #25365f;	/* change from black to new logo color*/
	margin-top: 25px !important; /* an attempt to centre the logo better vertically */
	font-weight:bold;	/* make it bold */
}
/* 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 */
    color: #25365f;	/* change from black to new logo color*/
}

/* override navbar colours */
.navbar {
    background-image: linear-gradient(#32a9ec, #0381c8 50%, #03679f);
}

/* change default colours for Headings & anchors */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
color: #25365f;	/* change from black to new logo color*/
}

a {
    color: blue;
}

/* 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;
}