footer {
    height: 40px;
    line-height: 40px;
    border-top: 1px solid var(--color-grey-lighter);
    background: var(--color-white);
    display: inline-block;
    width: 100%;
    position: fixed;
    z-index: 20;
    left: 0;
    bottom:0;
}

footer a:link, footer a:hover, footer a:active, footer a:visited {
    color: var(--color-main-red);
    text-transform: uppercase;
    font-weight: 700;
}

.content-wrapper
{
    margin: 0 20px;
}

footer .content-wrapper {
    text-align: center;
    font-size: 0.7em;
}

.legal {
    font-size: 12px;
    color: var(--color-grey-darker);
}