/****** PLACE YOUR CUSTOM STYLES HERE ******/



.home a.home, 
.boek a.boek, 
.over a.over, 
.contact1 a.contact1
 {
 color: #fff!important;
	background-color:  rgba(111, 108, 45, .8);
	
	padding:0px 10px;
border-top-left-radius:15px;
border-top-right-radius:15px;
border-bottom-right-radius:0;
border-bottom-left-radius:15px;
	 border-bottom: 3px solid #fff;
}

.kaki {
	color:#6f6c2d;
}
.noborder img {
	border-radius:0;
}
img {
	border-radius: 10px;
}

.logohp {
	width: 35%;
}
.logomid {
	width: 55%;
}
.greenline {
	border-bottom: 1px solid #6f6c2d;
}
section.footer {
  padding: 46px 0;
  
}
.footer {
		line-height: 18px;
	color: #fff;
	
}
.footer a {	
	color: #fff!important;	
}
.footer a:hover {	
	color: #6f6c2d!important;	
}
.big {
	font-size: 35px;
	
}

.kerstshop   {
    width: 120%;
    max-width: 120% !important;
    margin-top: -90px;
    margin-left: -130px;
}

@media all and (max-width: 990px) {
	
	.logohp {
	width: 100%;
}
}
@media all and (max-width: 967px) {
.logohp {
	width: 40%!important;
}
    
    .kerstshop   {
    margin: auto;
    width: 65%;
}
}