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