/*
Footer
*/
footer{
    background-color:   #001f4d;
    color: white;
}
footer a{
    color: white;
}
footer a:hover{
    color: gray;
    text-decoration: none;
}

footer .social-icon{
    border: 1px solid white;
    padding: 10px;
    border-radius: 100%;
}

footer .social-icon:hover{
    border-color: #003d99;
    background-color: #003d99;
    color: #ffc107;
}
