
@media all {

body {
  background-color: #E8E0EF;
}

.content .date {
  background-color: #6C3D90;
}

a, a:hover, a:focus, a:active,
h1, h2, h3, h4, h5, h6,
footer #text .donate {
  color: #6C3D90;
}

ul.nav-pills.x2013 {
  background-color: #e8e0ef !important;
}

ul.nav-pills.x2013 a {
  color: #6c3d90;
}

ul.nav-pills.x2013 li.active > a,
ul.nav-pills.x2013 li.active a:hover,
ul.nav-pills.x2013 li.active a:focus,
ul.nav-pills.x2013 li.active a:active {
  background-color: #6c3d90 !important;
}

ul.nav-pills.x2013 a:hover,
ul.nav-pills.x2013 a:focus,
ul.nav-pills.x2013 a:active {
  background-color: #aa8fbf !important;
}

}

/*******************************************************************************/
@media all and (min-width: 768px) {

ul.nav-pills.x2013 li.disabled.navbar-brand a {
  color: #6c3d90 !important;
}

}
