/* override jumbotron bg color */
.jumbotron {
  background-image: linear-gradient(#8ed6ff, #4fcee7 50%, #0381c8);
}
/* make SSPC title stand out better */
.jumbotron h1, .jumbotron .h1{
    color: black;
}
/* 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: black; /* possibly redundant */
}
.jumbotron a {
    color: black !important;
    text-decoration: none !important;  /* to stop iPhone/iPad regarding the Charity no as a phone number! */
}
.jumbotron a[x-apple-data-detectors] {
    color: black !important;
    text-decoration: none !important;  /* to stop iPhone/iPad regarding the Charity no as a phone number! */
}

/* 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: black;
}

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;
}
