.dropdown-menu>li>a:hover {
	background-color: rgb(150,196,212);	
	color: #fff !important;
}

#footer {
  padding-top:10px;
  min-height: 150px;
  background:rgb(150, 196, 212);
  
}

.navbar-default .navbar-nav>li>a:hover{
	color:#fff;
	background-color:rgb(150,196,212);
}

.active{
	background-color:rgb(150,196,212);
	color:#fff !important;
}

section#products h3{
	color:#fff;
	margin:0px;
	position: relative;
	padding:15px 5px;
	background: url(img/beeldmark.png) 15px  rgb(150, 196, 212) no-repeat;
	text-transform: uppercase;
	font-weight: 600;
}

div.whitebg {
padding: 10px;
background: url('../rgba.php/rgba(150,196,212,0.9)');
background: rgba(150,196,212,0.9);
color: #fff;
}