:root{
    --oranje:#FFB100;
}

footer.site-footer{
    background-color:var(--oranje)
}


.facebookmenu a{
    color:var(--blauw)
}

.facebookmenu a:after{
        display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 30px;
    border-radius: 7px;
    background-color: #fff;
    color: var(--blauw);
    text-align: center;
    font-family: Ionicons;
    content:'';
}

