footer{
    border-top: 1px solid #979797;
    padding-top: 20px;

    margin-top: 110px;
}

footer h4{
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;

    text-align: center;
}

footer p{
    font-family: 'Lato', serif;
    font-weight: 100;
    font-size: 13px;
    line-height: 27px;
    letter-spacing: 0.35px;

    color: #000;

    text-align: center;
}

footer p a{
    color: inherit;
    text-decoration: none;
}
footer p a:hover{
    color: #D0021B;
}
