@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	background:url(../img/bgInhoud2.jpg);
	color: white;
}
#wrapper {
	width: 900px;
	background:#e3e3e3;
	opacity: .9;
	filter: alpha(opacity = 90); /* For IE */
	margin: 15px auto;
	overflow: hidden;
	border-radius:20px;
}
.transparent {
 /* background:#7f7f7f;*/
  background:rgba(255,255,255,0.5);
}
header{
	margin:50px 0;
}
h1{
	color:#d43635;
	color:#fb6002;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	font-size: 48px;
	width:900px;
	margin:50px auto;
	text-shadow:0 1px 0 black;
	
	
}
#info p{
	width:700px;
	margin:10px auto;
	margin-top:-40px;
	color:black;
	padding:10px;
	-moz-column-count: 2;
-moz-column-gap: 15px;
-webkit-column-count: 2;
-webkit-column-gap: 15px;
column-count: 2;
column-gap: 15px;
font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-style: italic;
	font-size:22px;
}
a {
	text-decoration: none;
	color: white;
}
a:hover {
	color:#f7c28d;
}
ol {
	padding: 0px;
}
li {
	padding-bottom: .4em;
	padding-left: 0;
	float: left;
	list-style:none;
}
.recept {
	width: 160px;
	height: 184px;
	background: gray;
	display: block;
	float: left;
	padding-bottom: 15px;
	margin: 10px 10px 10px 27px;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
	/*box-shadow: 1px 1px 5px rgba(215,215,215,50)*/
	
}
figcaption {
	text-align: center;
	width: 150px;
	margin-top: 5px;
	margin-left: 2px;
}
#all-recepten img {
	display: block;
	align-content: center;
	margin-left: 30px;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
}
figure {
	margin-left: 0px;
}
#all-recepten {
	margin: 10px 50px;
	
}
.mannetje{
	display:block;
	margin-left:360px;
	margin-top:-40px;
}

footer{
	padding-top:0px;
	clear:both;
	overflow:hidden;
	
	
}
footer ul{
	margin-left:370px;

}

footer li{
	display:inline-block;
	float:left;
	margin-right:20px;
		
}
footer img{
	-webkit-box-shadow: none;

}
