
.social-footer {
    padding: 1rem;
    background: #8a8a8a;
    background: #EC695F;
    background: #E4291B;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.social-footer .social-footer-icons li:last-of-type {
    margin-right: 0;
}

.social-footer .social-footer-icons .fab {
    font-size: 1.3rem;
    color: #fefefe;
}

.social-footer .social-footer-icons .fab:hover {
    color: #4a4a4a;
    transition: color 0.3s ease-in;
}

