/* MainPage Icons*/
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-youtube:before {
    content: "\f167";
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
.social-icons li:hover.social-icons-twitter a {
    background: #1aa9e1;
}
.social-icons li:hover.social-icons-facebook a {
    background: #3b5a9a;
}
.social-icons li:hover.social-icons-youtube a {
    background: #c3191e;
}
.social-icons.social-icons-big li a {
    height: 48px;
    line-height: 48px;
    width: 48px;
}
