/* =================================================
    Footer
==================================================== */

footer {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #384351;
}

footer,
footer a {
    color: #fff;
}

footer .social a {
    background-color: #fff;
    color: #343a40;
    margin: 0 2px;
    width: 40px;
    height: 40px;
}

footer .social a:hover {
    color: orange;
}

footer .social i {
    margin-top: 10px;
    font-size: 20px;
}
