.footer {
    position: absolute;
    bottom: -70px;
    width: 100%;
    font-size: .813em;
    font-family: din-ultralight;
    background-color: #0b2544;
    padding: 1.5em;
}

.footer a,
.footer li,
.footer nav,
.footer p,
.footer ul {
    font-family: din-regular;
    display: inline-block;
    color: #fff;
}

.footer li::before {
    content: "/ ";
}

.footer ul {
    padding: 0;
}

.footer .copyright a.active {
    color: #fff
}
