footer {
    background: -webkit-linear-gradient(#eee, #fff);
    background: linear-gradient(#eee, #fff);
    line-height: 1.5;
    padding: 1em 0 2em;
}

footer a, footer a:hover {
    color: inherit;
    font-weight: 400;
}

footer .social-link {
    margin: 0 .5em 0 0;
}

footer p:first-child i {
    display: inline;
    margin: 0 0 0 .5em;
}
