#footer {
    background-color: #795238 !important;
    color: whitesmoke !important;
    margin-top: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.social-icons a {
    font-size: 2rem;
    margin-top: -14px;
    letter-spacing: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.social-icons a:hover {
    color: black !important;
    transition: color 0.3s;
    letter-spacing: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    cursor: pointer;
}

h5 {
    font-size: 1.8rem !important;
    font-weight: 600;
    letter-spacing: 1px;
}