
@media all {

body {
  background-color: #E0ECEF;
}

.content .date {
  background-color: #00778F;
}

a, a:hover, a:focus, a:active,
h1, h2, h3, h4, h5, h6,
footer #text .donate {
  color: #00778F;
}

ul.nav-pills.x2012 {
  background-color: #E0ECEF !important;
}

ul.nav-pills.x2012 a {
  color: #00778F;
}

ul.nav-pills.x2012 li.active > a,
ul.nav-pills.x2012 li.active a:hover,
ul.nav-pills.x2012 li.active a:focus,
ul.nav-pills.x2012 li.active a:active {
  background-color: #00778F !important;
}

ul.nav-pills.x2012 a:hover,
ul.nav-pills.x2012 a:focus,
ul.nav-pills.x2012 a:active {
  background-color: #8FB7BF !important;
}

}

/*******************************************************************************/
@media all and (min-width: 768px) {

ul.nav-pills.x2012 li.disabled.navbar-brand a {
  color: #00778F !important;
}

}