/*Donate Page Greens:
Green: #1B998B
Dark Green: #167F6F;
Off-White: #ECF0F1;
*/

.bg-dark {
  background-color: #1b998b !important;
}

.navbar-nav > li > a:hover {
  background-color: #167f6f;
}

.navbar-nav > li > a.active {
  background-color: #ecf0f1 !important;
  color: #167f6f !important;
  font-weight: 800;
}

h2 {
  font-family: "CovesLight", sans-serif;
  color: #3d3d3d;
  font-size: 28px;
  font-weight: 900;
}

#donate-container {
  margin-bottom: 30px;
}
#donate-container form {
  margin-bottom: 50px;
}
#donate-container p {
  font-family: "Paul", sans-serif;
  color: #3d3d3d;
  font-size: 14px;
  padding-right: 40px;
  padding-left: 40px;
}
#donate-container h3 {
  font-family: "CovesLight", sans-serif;
  color: #3d3d3d;
  font-size: 22px;
  font-weight: 900;
}

#donate-container li {
  font-family: "Paul", sans-serif;
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 200;
}

#donate-container li > p {
  font-size: 12px;
}

.donate-button {
  padding-top: 30px;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}
