:root {
  --secondary: #67b7d2;
  --main: #1c659e;
}

footer{
    background-color: var(--main);
    color: #fff;
}
footer .headline {
    border-bottom: 1px solid rgba(255,255,255,.1);
}
footer .headline h2, footer .headline h3, footer .headline h4, footer .headline h5, footer .headline h6 {
    border-bottom: 2px solid var(--secondary);
}
.social-icons li a {
	background-color: rgba(255,255,255,.2);
  background-color:var(--secondary);
  color:var(--main);
  border-radius: 5px;
}
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,1);
}
footer a:focus,
footer a:hover,
dl.headlines.headlines-footer dd a:focus,
dl.headlines.headlines-footer dd a:hover {
	color: #fff;
}

section#content .content-header {
    background-color: var(--main);
}
section#content .content-header h2 {
  color:white;
}
section#content .content-header .breadcrumb>.active {
    color: white;
}
section#content .content-header .breadcrumb>.active {
    color: white;
}
section#content .content-header .breadcrumb a {
    color: var(--secondary);
}

dl.headlines dt {
    border-radius: 7px;
}
/* brute force om groter logo te gebruiken */
header .container .header-nav .header-logo a h1 {
    background: url(https://congressus-lavivo.s3-eu-west-1.amazonaws.com/template/1255/logo-lavivo.jpg) no-repeat left center;
  background-size: contain;
}


