footer{
    background-color: #003a63;
    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://vlm.congressus.site/_media/2100900/028a5d8db6764340b634355258dd57dd/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:#bc9951;
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;
}

.da-slider {
    height: 650px !important;
}
section#content .content-header.content-header-background {
    height: 650px;
}
section#content .content-header.content-header-background .breadcrumb {
    padding-top: 300px;
}

a.btn.btn-lg.btn-primary.btn-block{
    max-width:30vw;
    min-width:200px;
}

.list-unstyled time {
    display: none;
}