.footer-social {
    color: #fff;
    font-size: 28px;
    transition: 0.5s;
}

.footer-social:hover {
    text-decoration: none;
    letter-spacing: 0.15em;
    font-weight: bold;
    transition: 0.5s;
}
.footer-link{
  color:#fff;
}
.footer-link:hover,
.footer-link:focus{
text-decoration: none;  
}

/* background-color: rgba(255, 187, 55, 0.36); */

.facebook:hover {
    color: rgb(38, 134, 251);
}

.twitter:hover {
    color: rgb (80, 185, 244);
}

.youtube:hover {
    color: rgb(255, 1, 54);
}

.instagram:hover {
    color: rgb(175, 82, 146);
}


/* .  transition:0.6s;
}
.fab:hover{
  transition:0.6s;
} */
