.footer {
    width: 100%;
    padding:40px 0px 10px 0px;
    font-family: "neuzeit-grotesk",sans-serif !important;
    background-image: url("../img/IMG_8999_zwartxl.png");
    background-position: center center;
}

@media(max-width: 767px){
    .footer {
        width: 100%;
        padding:30px 10px 10px 10px;
        font-family: "neuzeit-grotesk",sans-serif !important;
    }
}

.footer-streep{
    width:10%;
    height:3px;
    border-bottom: 1px solid white;
    margin:15px 0px;
}

.footer a{
    color:white;
    font-size: 1em;
}

.footer a:hover{
    text-decoration: none;
    color: #d58535;
}

.footer h2{
    margin-top: 0px !important;
    font-size: 1.5em !important;
}

.footer p{
    line-height: 180%;
}

.credits{
    margin-top:40px !important;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 10px 0px 10px 0px !important;
    color: rgba(255,255,255,0.7);
}
