body{
	background-image: url('images/background.jpg'); 
	background-position:55% 15%;
	background-attachment: fixed;
	font-family: 'Cherry Swash', cursive;
}

h1{
	color: white;
	font-size: 40px;
	margin: 3px;	
}

h2{
	font-family: 'Cherry Swash', cursive;
}

h3{
	font-family: 'Cherry Swash', cursive;
}

.context{
	width: 896px;
}

.slider{
	clear: both;
}

.banner{
	background: rgba(100,79,3,0.9);
	clear: both;
	margin-bottom: 15px;
}

.inhoud{
	background: rgba(140,111,4,0.9);
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}

.footer{
	font-size: 13px;
	color: white;
	margin-top: 15px;
	pagging-top:5px;
	background: rgba(100,79,3,0.9);
}