@charset "utf-8";
/* CSS Document */

.thumbs {
	position: relative;
	width: 25%;
	height: auto;
	float: left;
	padding: 0px 25px 30px  15px;
	box-sizing: border-box;
	text-decoration: none;
}
.thumbs img { width: 100%; border: 6px solid #FFF;}
.thumbs img:hover {  box-shadow: 8px 8px 10px #666;}

/*Thumbnail tooltip*/
.thumbs span { display: none;}
.thumbs:hover span {
	position: absolute;
	display: block;
	padding: 0px 10px;
	color: #000;
	background-color: #FFF;
	border: thin solid #000;
	text-align: center;
	z-index: 500;
	list-style-type: none;
	top: -10px; left: -10px;
}
.smallpic {
	padding: 10px 25px 30px 25px;
	box-sizing: border-box;
	height: auto;
	width: 49%;
	max-width: 420px;
	float: left;
}
.smallpic img { width: 100%; border: 7px solid #FFF; box-shadow: 5px 5px 10px #666;}
#projectnav {
	width:100%;
	padding: 10px 0px 45px 0px;
	box-sizing: border-box;
	margin: 0px auto 50px auto;
	border-top: thin solid #C90;
}
.vorige a {
	display: inline;
	float: left;
	width: 23%;
	text-align: center;
	margin-right: 10%;
	color: #C90;
	text-decoration: none;
	font-size: 36px;
	font-weight: normal;
}
.vorige a:hover { color: #996633;}
.terug a {
	display: inline;
	float: left;
	width: 33%;
	text-align: center;
	color: #C90;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
}
.terug a:hover { color: #996633;}

.volgende a {
	display: inline;
	float: left;
	width: 23%;
	text-align: center;
	margin-left: 10%;
	color: #C90;
	text-decoration: none;
	font-size: 36px;
	font-weight: normal;
}
.volgende a:hover { color: #996633;}

@media only screen and (min-width:751px) and (max-width:1024px){
	.thumbs { width: 33%;}
}

@media only screen and (max-width:750px){
	.thumbs { width: 50%;}
	.smallpic { width: 90%; float: none; padding: 20px 20px 20px 0px; box-sizing: border-box; margin: 0px auto;}
}