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



.btn-primary {
  border: none;
  background-color: #002856;

}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #95D600;

}
.btn-submit {
  min-height: 45px;
  font-size: 1.3em;
  color: #fff;
  background-color: #00B3E3;
}
.btn-submit:hover,
.btn-submit:focus {
  color: #fff;
  background-color: #002856;
}



.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;
}
.nav>li.facebook a, .nav>li.twitter a {
    font-size: 0px;
    padding-bottom: 0px;
    font-weight: 400;
}
.facebook a:before {
  font-family: FontAwesome;
  content: '\f230';
  display: inline-block;
 padding-right: 3px;
 margin-top: -2px;
 padding-bottom: 10px;
 vertical-align: middle;
 font-size: 24px;
}

.twitter a:before {
  font-family: FontAwesome;
  content: '\f099';
  display: inline-block;
 padding-right: 3px;
 margin-top: -2px;

 padding-bottom: 10px;
 vertical-align: middle;
 font-size: 24px;

}

.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;
}
