/* Change header / top-bar background to pale blue */
header,
#header,
.navbar,
.navbar-inner,
.navbar .container,
.navbar .navbar-inner,
.navbar .navbar-inner .container {
  background-color: #cce7ff !important;
}

/* If there are navbars wrapped inside other containers (e.g. toggled navs) */
.navbar .navbar-inner div {
  background-color: #cce7ff !important;
}

/* Adjust links inside the header for readability */
header a,
.navbar a,
.navbar-inner a,
.navbar .brand,
.navbar .brand a {
  color: #000 !important;
}