footer {
    padding: 1.4rem;
    background-color: white;

    display: flex;
    flex-direction: column;

    border-top: 1px solid var(--colorThird);

    color: var(--colorDark);
    font-family: 'muli';
    font-weight: 100;
    font-size: var(--fsSmall);
    line-height: var(--lhSmall);

    cursor: default;
}
/*footer div, li, p{
    cursor: default;
}*/

footer a {
    color: black;
}

footer a:hover {
    text-decoration: underline;
}

footer div {
    margin-bottom: 1rem;
}

footer img {
    width: 100%;
    padding: 1rem;
    padding-left: 0;
}

footer strong{
    font-weight: 400;
}