﻿/* Footer */
.footer .social a {
    margin: 0 10px;
}

    .footer .social a .fa-linkedin:hover {
        color: #202fd3;
    }

    .footer .social a .fa-youtube:hover {
        color: #e20d0d;
    }

    .footer .social a .fa-github:hover {
        color: #000000;
    }

    .footer li:hover {
        font-weight: bold;
    }
