#site-footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 30px 20px;
    font-family: Arial, sans-serif;
}

#site-footer a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}

#site-footer a:hover {
    color: #f39c12;
}

.footer-logo img {
    max-width: 150px;
    margin-bottom: 15px;
}

.footer-links, .footer-social, .footer-copy {
    margin-bottom: 10px;
}

.footer-social i {
    font-size: 24px;
    margin: 0 10px;
}

.footer-social a {
    display: inline-block;
}
