/*

Footer

*/

footer {
    background-color: #000;
    padding: 105px 0 40px 0;
}

footer ul.links {
    display: flex;
    justify-content: center;
    margin: 0 0 58px 0;
}

footer ul.links li {
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 28px 0 28px;
}
footer ul.links li a{
    color: #fff;
}
footer ul.links li a:hover {
    opacity: 0.5;
}

footer ul.social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 58px 0;
}

footer ul.social li {
    height: 20px;
    margin: 0 14px 0 14px;
}

footer ul.social li img {
    height: 20px;
}

footer .copyright {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.45;
    color: #fff;
    text-align: center;
    padding: 0 12%;
}

footer .copyright .privacy {
    margin-bottom: 0.75rem;
}

footer .copyright a {
    color: #fff;
}


@media only screen and (max-width: 767px) {
/* Footer */
    footer {
        background-color: #000;
        padding: 55px 0 40px 0;
    }
    footer ul.links {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 20px 0;
    }
    footer ul.links li {
        width: 100%;
        text-align: center;
        margin: 0 0 20px 0;
    }
    footer ul.social {
        margin-bottom: 30px;
    }
}