footer{
    background-color: #005da2;
    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(150px,15%));
}

.module-news .paragraphs .img-responsive { 
object-fit: contain !important; object-position: center left; 
} 
.heading-image { 
padding-bottom: 25%; 
}

.module-events .paragraphs .img-responsive { 
object-fit: contain !important; object-position: center left; 
} 
.heading-image { 
padding-bottom: 25%; 
}

table {

border-collapse:separate;
text-align:center;
border-color:#005da2;
border-width:medium;
}
h2 {
color:#005da2;
}

/* added by Folmer van Congressus: shows only the first three organization members in the organization list */
.organisations-index-item li:nth-of-type(1n+6){
display:none;}

/* 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;
}
