body{
	font-family				: 'Dosis', sans-serif;
	font-size 				: 20px;
	font-weight				: normal;
	padding-top 			: 0px;
	background-color		: #fff;
	color					: #000;
	
	/*
	background-image		: url(/images/sfeerbg1.jpg); 
	background-repeat		: no-repeat;
	background-position		: center center;
	background-attachment	: fixed;
	-webkit-background-size	: cover;
	-moz-background-size	: cover;
	-o-background-size		: cover;
	background-size			: cover;
	*/>
}

.randzwart{
	border : 7px solid #000;
}
.randwit{
	border : 7px solid #fff;
}
.niettonen{
	display : none;
}
a{
	color 		: #b78c2f;
}
a:hover{
	color 		: #b78c2f;
	text-decoration : none;
}
a:active{
	color 		: #b78c2f;
	text-decoration : none;
}

a:visited{
	color 		: #b78c2f;
	text-decoration : none;
}
.mainitems{
	font-size	: 26px;
	/*font-size	: calc(1vw + 1.2vh);*/
	font-family	: 'Dosis', sans-serif;
	color 		: white;
	padding-top	: 10px;
}
.formaten{
	font-size	: 18px;
	font-family	: 'Dosis', sans-serif;
	color 		: gray;
	padding		: 10px;
	padding-top : 0;
}
.prijs{
	font-size	: 26px;
	font-family	: 'Dosis', sans-serif;
	color 		: black;
	padding		: 10px;
	padding-top : 0;
}
.krankysubtitle{
	font-size	: 54px;
	font-family: 'Kranky', cursive;
	color 		: black;
	padding		: 0;
	margin 		: 0;
}
.krankysubtitlesmall{
	font-size	: 26px;
	font-family: 'Kranky', cursive;
	color 		: black;
	padding		: 0;
	margin 		: 0;
}
.lobstersubtitle{
	font-size	: 60px;
	font-family: 'Lobster', cursive;
	color 		: black;	
	padding		: 0;
	margin 		: 0;
}
.lovesubtitle{
	font-size	: 60px;
	font-family: 'Love Ya Like A Sister', cursive;
	color 		: black;	
	padding		: 0;
	margin 		: 0;
}
.container-mainitems{
	padding-top	: 10px;
}
.container-mainitems:hover{
	background-color : #90908e;
}
.bgwit{
	background-color : #fff;
}
.bgoranje{
	background-color : #f5a238;
}

.headertop{
	background-image		: url(/images/header.jpg); 
	background-repeat		: no-repeat;
	background-position		: center center;
	min-height 				: 160px;
}
.bgcontent{
	background-image		: url(/images/bg.jpg); 
	background-repeat		: no-repeat;
	background-position		: left top;
}
.bgleft{
	background-image		: url(/images/bg.jpg); 
	background-repeat		: no-repeat;
	background-position		: left top;
	background-color 		: #14a500;	
}
ul.nav
li.dropdown:hover
ul.dropdown-menu{
	display: block;
}



h1{
	font-size	: 56px;
	font-family	: 'Dosis', sans-serif;
	color 		: #000;
	padding-top : 30px;
	padding-bottom 	: 0;
	margin			:  0 ;
}
h2{
	font-size	: 36px;
	font-family	: 'Dosis', sans-serif;
	color 		: #000;
	margin 		: 0;
	padding-bottom : 20px;
}
h3{
	font-size	: 20px;
	font-family	: 'Bree Serif', serif;
	color 		: #14a500;
	margin 		: 0;
	padding-bottom : 10px;
	padding-top : 10px;
}
.tekstvak{
	padding : 42px; 
	background-image		: url(/images/transparant.png); 
	background-position		: center center;
}

.bggroen{
	background-color : #b9f2b1;
}
.bggroen2{
	background-color : #eafee7;
}
.bggroen3{
	background-color : #14a500;
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
hr{
	border 		: 1px dashed #d3a676;
}
.projecten{
	font-size	: 14px;
	font-family	: 'Bree Serif', serif;
	color 		: #000;	
}
.footervak{
	color : #000;
	padding : 30px;
}
.footervak a{
	color : #000;	
	text-decoration : underline;
}
.footervak a:hover{
	text-decoration : none;
	
}
a.btn-default{
	text-decoration : none!important;
}

a.thumbnail{
	color : #d67800;
	}
a.thumbnail:hover{
	text-decoration : none;
	border : 1px solid #d67800;
}

.footerbottom{
	color 		: #fff;
	font-family	: 'Lato', sans-serif;
	background-color : #6a6a6a;
	font-size 	: 14px;
	padding		: 30px;	
	
}

.footerbottom a{
	color 	: #fff;
}
.footerbottom a:hover{
	color 	: #d67800;
}


.overlay{
	position 	: relative;
		
}

.navbar-inverse{
	background-color : #14a500;	
	color : #fff;
	border : 0;
}
.navbar-inverse li a{
	color : #fff!important;
}
.navbar-inverse li a:hover{
	background-color : #000!important;
}
.dropdown-menu{
	background-color : #14a500;
	border : 0;
}
.dropdown-menu li a{
	color : #fff;
	font-size : 17px;
}
.dropdown-menu li a:hover{
	color : #fff;
	background-color : #000;
}

.nopadding{
	padding : 0px;
}
.padding4{
	padding : 4px;
}
.nomargin{
	margin : 0px;
}

.afronding{
	border-radius	:	 10px;
}

.afgerond2{
	border-radius	:	 0px 0px 10px 10px;
}



