html body {
	background-color:#CCFFFF;
	width:100%;
	margin:0;
}
#menu {
	overflow:auto;
	background-color:#CCFFFF;
	width:100%;
	margin-bottom: 0;
}
#menu > a {
	float:left;
	margin: 10px 15px 0 15px;
	text-decoration: none;
}
#menu li {
	position:relative;
	float:left;
	list-style:none;
}
#menu li > a {
	display:block;
	padding:5px;
	margin:1px;
	background-color:#FFFFFF;
	border-radius: 2px;
	font-size: 24px;
	border-bottom:5px solid #9999FF;
	border-left:2px solid #9999FF;

	text-decoration:none;
	color:black;
	display:inline-block;
}
#menu li > a:hover {
	margin-right:2px;
	background-color: #FFF;
	border-bottom:1px solid #9999FF;
	border-left:1px solid #9999FF;
}
.home_button {
	height:45px;
	width:45px; 
}
#picture {
	width:100%;
	min-height:480px;
	height:100%;
	background-color: gray;
	background-image:url('Images/voorpagina 1_3.jpg');
	background-size: 100% 100%;

	border-top:5px solid #9999FF;
	border-bottom:5px solid #9999FF;
	text-align: center;
	position: relative;
}
.title,.down{
	margin:auto;
	position: absolute;
	height:150px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.down:hover img {
	-webkit-filter: sepia(100%);
    -webkit-filter: sepia(1);
    filter: sepia(100%);
}
.subtitle {
	font-size: 50px;
}
.title {
	top: 0;
    background-color:rgba(255,255,255,0.3);
    vertical-align: middle;
    font-size: 100px;
    padding-bottom:50px;
}
.down img {
	height:50px;
	width:50px;
}
.down {
	top:100%;
}
#content {
	position: absolute;
	width:90%;
	left:100px;
	top:570px;
}
.item {
	height:290px;
	width:250px;
	position: relative;
	margin-top:50px;
	margin-left: 100px;
	float:left;
	text-align: center;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(0, 76, 43, 0.4);
	-moz-box-shadow: 0px 0px 21px 0px rgba(0, 76, 43, 0.4);
	box-shadow: 0px 0px 21px 0px rgba(0, 76, 43, 0.4);
	background: rgba(219,219,219,0.7);
	display: inline-block;
}
.desc {
	position: relative;
	top:0px;
	color:24px;
	font-family: "Roboto Condensed";
	font-size:24px;
	letter-spacing: 1px;
}
.item:hover {
	cursor:pointer;
	background: rgba(219,219,219,0.9);
}
.showing {
	display:block;
	animation-name:resize;
	animation-duration:0.4s;
	animation-iteration-count:1;
	animation-direction: alternate;
	animation-timing-function: linear;
	animation-fill-mode:forwards;
}
.hover {
	-webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
}
.anchor {
	position: absolute;
	float:left;
	bottom:-100px;
	font-size:10px;
	float:;
}
.hidden {
	display: none;
}
.item_desc {
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 0px 100px 5000px rgba(0,0,0,0.3);
	z-index:9;
	top:0;
	min-height:250px;
	border:5px solid #395C0F;
	border-radius: 0em .4em .4em .4em;
	padding-top:0;
	cursor:default;
}
.item_desc h3 {
	background-color:#6AA371;
	border-bottom:2px solid black;
	height:30px;
	margin-top:0;
	margin-bottom: 0;
}
.info {
	background-color:rgba(0,0,0,0.1);
	margin-top: 0;
	padding:7px 7px 7px 7px;
	height:100%;
	overflow:auto;
}
ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}
.rounded-list > li {
    position: relative;
    display: block;
    padding: .4em .4em .4em .4em;
    *padding: .4em;
    margin: .5em 0 0 1.3em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    border: 4px solid rgba(50,50,50,0.05);
    transition: all .3s ease-out;
}
.rounded-list > li:hover{
    background: #eee;
}
.rounded-list > li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    border: 4px solid rgba(50,50,50,0.05);
    transition: all .3s ease-out;
}
.info::before {
	content:'info:';
	float:left;
	background:rgba(50,50,50,0.1);
	border:1px solid rgba(100,100,100,0.2);
}
@keyframes resize {
	0% {
		min-width: 160px;
		opacity:0;
	}
	50% {
		min-width: 320px;
	}
	65% {
		opacity:1;
	}
	100% {
		min-width: 500px;
	}
}
.sign {
	width:40px;
	width:40px;
	float:right;
	position: absolute;
	top:0.5em;
	left:90%;
}
.i_desc {
	padding:0.5em 3em 0em 1.2em;
}
.i_details {
	list-style: none;
	text-align: right;
}
.red {
	color:red;
	font-weight: bold;
}
.due {
	opacity: 0.5;
}
.item_img {
	height:250px;
	width:250px;
}
.facebook_img {
	height:26px;
	width:26px;
	padding:0;
	margin:0;
}
.contact {
	margin:50px auto auto auto;
	background-color: #f9f9f9;
	border:5px solid #395C0F;
	width:90%;
	padding:10px;
	text-align: center;
	border:1px solid green;
	font-size: 24px;
	margin-bottom: 50px;
}
.contact a {
	text-decoration: none;
}
.contact h1 {
	font-size: 40px;
}
.contact table {
	text-align: left;
	margin: auto auto 20px auto;
	border-bottom: 4px solid #395C0F;
}
.contact td:nth-child(4n+1) {
	font-weight: bold;
	padding-bottom:5px;
	padding-right:15px;
}
#webInfo {
	font-size: 22px;
	background-color:rgba(255,255,255,0.6);
	padding: 5px 10px 5px 10px;
	border: 2px outset rgba(255,255,255,0.6);
}
.contactButton {
	background-color: #E6E6E6;
	padding:4px 8px 4px 8px;
	text-decoration: none;
	color:black;
	font-size:24px;
	border:1px solid #D6D6D6;
}
.contactButton:hover {
	background-color: #EDEDED;
}

@media only screen and (max-device-width: 480px) {
     #content {
     	margin: 20px 0px 20px 50px !important;
     	top:480px !important;
     	margin: auto !important;
     	left:0;
     	right:0;
     }
     #picture {
     	min-height:350px !important;
     }
     #menu li > a {
     	margin-bottom: 0 !important;
     	bottom:0 !important;
     	font-size: 60px !important;
     }
     .contact h1 {
     	font-size: 50px !important;
     }
     .contact {
     	font-size: 40px !important;
     }
     .home_button {
     	visibility: hidden !important;
     }
     .desc {
		font-size: 40px !important;
     }
     .item {
		height:420px !important;
		width:380px !important;
		margin-left: 50px !important;
	}
	.item_img {
		height:370px !important;
		width:380px !important;
		display:block !important;
	}
	.item_desc {
		min-width: 800px !important;
		box-shadow: 0px 0px 100px 1800px rgba(0,0,0,0.3) !important;
		min-height:450px;
		font-size: 40px;
		position: absolute !important;
		float:left !important;
		left:0 !important;
	}
	.item_desc h3 {
		height:50px !important;
	}
	.i_desc,.item_desc p {
		font-size: 40px !important;
	}
	.sign {
		width:80px !important;
		width:80px !important;
		left:690px !important;
	}
	.i_details {
		font-size: 35px !important;
	}
	@keyframes resize {
		100% {
			min-width: 800px;
		}
	}
	.smallTitle {
		font-size: 37px !important;
	}
	.contactButton {
		font-size:48px !important;
		border:3px solid #D6D6D6 !important;
	}
	.anchor {
		font-size: 22px !important;
	}
}