.dropdown-menu>li>a:hover {
	background-color: rgb(105,101,138);	
	color: #fff !important;
}

#footer {
  padding-top:10px;
  min-height: 150px;
  background:rgb(105,101,138);
  
}

.navbar-default .navbar-nav>li>a:hover{
	color:#fff;
	background-color:rgb(105,101,138);
}

.active{
	background-color:rgb(105,101,138);
	color:#fff !important;
}

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

div.whitebg {
padding: 10px;
background: url('../rgba.php/rgba(105,101,138,0.9)');
background: rgba(105,101,138,0.9);
color: #fff;
}