
/* EIGEN CODE HIERBOVEN INVOEREN */
/* Toegevoegd door Folmer van Congressus, huisstijl doorvoeren in header en footer */

header {
    background-color:#0A3087 !important;
}

header .container .header-nav-top .login p a {
    color: #FFF;
}
header .container .header-nav .header-menu .sf-menu>li>a {
    color: #FFF;
}
footer{
    background-color: #0A3087;
    color: #fff;
}
footer .headline {
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.social-icons li a {
	background-color: rgba(255,255,255,.2);
}
dl.headlines.headlines-footer dd .text-muted {
	color: rgba(255,255,255,.5);
}
footer a,
dl.headlines.headlines-footer dd a {
	color: #ddd;
    color: rgba(255,255,255,.7);
}
footer a:focus,
footer a:hover,
dl.headlines.headlines-footer dd a:focus,
dl.headlines.headlines-footer dd a:hover {
	color: #fff;
}