footer{
    background-color: #004685;
    color: #fff;
}
footer .headline {
    border-bottom: 1px solid rgba(255,255,255,.1);
}
footer .headline h3 {
    color: rgba(255,255,255,.9);
}

.social-icons li a {
	background-color: rgba(255,255,255,.2);
}
dl.headlines.headlines-footer dd .text-muted {
	color: rgba(255,255,255,.5) !important;
}
footer a,
dl.headlines.headlines-footer dd a {
	color: #ddd !important;
    color: rgba(255,255,255,.7) !important;
}
dl.headlines dt.date a {
	background-color: rgba(255,255,255,.2) !important;
    color: #f8c229 !important;
}
footer a:focus,
footer a:hover,
dl.headlines.headlines-footer dd a:focus,
dl.headlines.headlines-footer dd a:hover {
	color: #fff !important;
}

section#copyright {
    background-color: #004685 !important;
    color: rgba(255,255,255,.7);
    border-top: 1px solid rgba(255,255,255,.2);
}
section#copyright a {
    color: rgba(255,255,255,.5);
}
section#copyright a:focus,
section#copyright a:hover {
    color: rgba(255,255,255,.7);
}

header{
    border-bottom:6px solid #f8c229;
}

.sf-menu a{
 	font-weight: normal;   
}

/* text bij banner niet zichtbaar haal dit weg wanneer je er iets wilt neerzetten */
#carousel-homepage .carousel-caption h2 i{
    display: none;
}
/* tot hier smiley */


/* dit is voor de homepage afbeelding op kleinere schermen */
@media only screen and (max-width: 980px) {
  #carousel-homepage .carousel-inner{
    height: 140px;
  }
}
/* einde xxx Stijn */