
@media all {

body {
  background-color: #B5DFCA;
}

.content .date {
  background-color: #146F43;
}

a, a:hover, a:focus, a:active,
h1, h2, h3, h4, h5, h6,
footer #text .donate {
  color: #146F43;
}

ul.nav-pills.x2010 {
  background-color: #B5DFCA !important;
}

ul.nav-pills.x2010 a {
  color: #146F43;
}

ul.nav-pills.x2010 li.active > a,
ul.nav-pills.x2010 li.active a:hover,
ul.nav-pills.x2010 li.active a:focus,
ul.nav-pills.x2010 li.active a:active {
  background-color: #146F43 !important;
}

ul.nav-pills.x2010 a:hover,
ul.nav-pills.x2010 a:focus,
ul.nav-pills.x2010 a:active {
  background-color: #4F9F78 !important;
}

}

/*******************************************************************************/
@media all and (min-width: 768px) {

ul.nav-pills.x2010 li.navbar-brand a {
  color: #146F43 !important;
}

}
