/* ------- Buttons ------- */



.btn-primary {

}

.btn-primary:hover,
.btn-primary:focus {

}

.btn-donate {
  font-size: 1.4em;
  background-color: #d00000;
  width: 100%;
  margin: 20px 0px;
  color: #fff;
  padding: 12px 5px;
}
.btn-donate img {
  margin-right: 10px;
}
.btn-donate:hover,
.btn-donate:focus,
.btn-donate:active {
  background-color: #00217f;
  color: #fff;
}

.btn-facebook {
  background: #3b5998;
  border-color: #324a80;
  color: #fff!important;
  text-shadow: none;
}

.btn-facebook:hover {
  background: #5774b3;
  border-color: #3b5998;
  color: #fff!important;
  text-shadow: none;
}

.btn-twitter {
  background: #4099FF;
  border-color: #398ae5;
  color: #fff!important;
  text-shadow: none;
}

.btn-twitter:hover {
  background: #66adff;
  border-color: #4099FF;
  color: #fff!important;
  text-shadow: none;
}

.facebook a:before {
  content: '\f230';
}

.twitter a:before {
  content: '\f099';
}

.youtube a:before {
  content: '\f16a';
}

.instagram a:before {
  content: '\f16d';
}

.snapchat a:before {
  content: '\f2ac';
}

.social.facebook>a:hover,
.social.facebook>a:focus {
  background: #3b5998;
  color: #fff;
}

.social.twitter>a:hover,
.social.twitter>a:focus {
  background: #4099FF;
  color: #fff;
}

.social.youtube>a:hover,
.social.youtube>a:focus {
  background: #e52d27;
  color: #fff;
}

.social.instagram>a:hover,
.social.instagram>a:focus {
  background: #eaeaea;
  color: #39393b;
}

.social.snapchat>a:hover,
.social.snapchat>a:focus {
  background: #fffc00;
  color: #39393b;
}