footer {
	background-image: url('https://vvhgroningen.congressus.site/_media/3786168/ff16a889bdd44babb656d73558f1255d/view');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 160px;
}

@media (min-width: 600px) {
    footer {
    	background-size: auto 380px;
    }
}

/* Footer */
footer {
    background-color: #282828;
    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;
}

section#copyright {
    color: #fff;
    background: #232323;
        border-top:none;
}
section#copyright a {
    color:#fff;
}

section#content .content-header.content-header-background .breadcrumb>.active {
    color: transparent;
}

hr {
    border-top: 1px solid #9f8201;
}

.img-responsive {
    border-radius: 15px;
}





