color: #333333;
}
+
+h2, h3 {
+ color: rgb(88, 208, 121);
+}
+
+h2 small, h2 .small,
+h3 small, h3 .small {
+ color: rgba(88, 208, 121, 0.6);
+}
+
+
h3 {
font-size: 20px;
}
.btn-default {
color: #ffffff;
- background-color: rgba(145, 145, 145, 0.5);
- border-color: rgba(145, 145, 145, 0.2);
+ background-color: rgba(88, 208, 121, 0.8);
+ border-color: rgba(88, 208, 121, 0.5);
}
.btn-default:hover,
.btn-default.active,
.open .dropdown-toggle.btn-default {
color: #ffffff;
- background-color: rgba(129, 129, 129, 0.5);
- border-color: rgba(129, 129, 129, 0.2);
+ background-color: rgba(88, 208, 121, 1.0);
+ border-color: rgba(88, 208, 121, 0.2);
}
@media (min-width:768px) {
}
.nav > li.fsf-donate > a {
- background-color: rgba(128, 0, 0, 0.6);
+ background-color: rgba(58, 208, 61, 0.6);
margin-top: 20px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
- background-color: rgba(128, 0, 0, 0.7);
+ background-color: rgba(88, 208, 121, 1.0);
}
.nav-pills > li > a {
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #ffffff;
- background-color: rgba(128, 0, 0, 0.7);
+ background-color: rgba(88, 208, 121, 1.0);
}
.btn-carousel {
a:hover,
a:focus {
- color: #800000;
+ color: rgb(38, 208, 61);
text-decoration: none;
}