/**##################################**/
/**              Footer              **/
/**##################################**/
/*          CCPR & MYCOEBERGH         */
/**##################################**/

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: white;
    box-shadow: var(--nav_bs);
    padding: 8px 2vw;
    color: black;
    font-size: .9rem;
    font-family: var(--futura);
}

footer div {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
}

footer div p,
footer div a,
footer div span,
footer div input {
    white-space: nowrap;
    margin: 0;
    padding: 0;
    color: black;
    font-size: inherit;
}