/* This allows you to customise the colour of the header bar #191970 is MidnightBlue */
.navbar-default {
   background-color: #191970;
  border-color: #0067a2;
}
/* This stops the site name from being displayed in uppercase only but for some reason also drops the header space line and runs into the menu row instead on firefox but not on MS Edge */
.logo-text {
    text-transform: lowercase;
     background: #191970;
   }