footer{
    background-color: #003251;
    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;
}
/* afbeelding rechtsonderin in de footer, pas het URL aan 
naar het URL van een nieuwe afbeelding om deze te vervangen */
    footer {
    background-image: url('https://www.mijnvlm.nl/_media/2791104/99be54c71b914bb3859966f292b7d015/view');
    background-repeat: no-repeat;
    background-position: right bottom;
/* pas de background-size aan om de afbeelding groter of kleiner te maken. dit kan in px of in % */
    background-size: calc(max(100px,10%));
}

/* Code om call to action bij Organisaties aan te passen zodat deze bij de kleur van de website past */
.btn.btn-default{
    background-color:#b43636;
color:#fff;}

/* added by Folmer van Congressus: remove "add member" button from organization edit screen on website */
.module-organisations .col-md-3 .btn {
visibility: hidden;
transition: none;
}
#carousel-homepage.carousel .carousel-inner .item {
height: 450px;  
}

