/* */
.fa {
    padding: 12.5px; /* */
    font-size: 20px; /* */
    height:50px; /* */
    width: 50px; /* */
    text-align: center; /* */
    text-decoration: none; /* */
    margin: 10px 6px; /* */
}

/* */
.fa:hover {
    opacity: 0.7; /* */
}

/* */
.fa-linkedin {
    background: #007bb5; /* */
    color: white; /* */
}

/* */
.fa-facebook {
    background: #3B5998; /* */
    color: white; /* */
}

/* */
.fa-youtube {
    background: #bb0000; /* */
    color: white; /* */
}

/* */
.fa-twitter {
    background: #55ACEE; /* */
    color: white; /* */
}