.btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-facebook-inversed {
    background-color: #4863ae;
    border-color: #4863ae;
    max-width: 12em;
    color: white !important;}

.btn-youtube-inversed {
    background-color: #ff0000;
    border-color: #ff0000;
    max-width: 12em;
    color: white !important;}

.btn-googleplus-inversed {
    background-color: #dd4a38;
    border-color: #dd4a38;
    max-width: 12em;
    color: white !important;}

.btn-whatsapp-inversed {
  background-color: #25D366;
  border-color: #25D366;
  max-width: 12em;
  color: white !important;}

.btn-instagram-inversed {
  background-color: #c32aa3;
  border-color: #c32aa3;
  max-width: 12em;
  color: white !important;}  

.bottom-buffer {
    margin-bottom:5px;
}
