@charset "utf-8";
/* CSS Document */

body {
	font-size: 2.0em;
		font-family: 'Open Sans', sans-serif;

	color:#ffffff;
		background-color: #000000;
		background-image: url(images/browser/achter.jpg);
	  background-position: center top; /* Center the image */
  background-repeat: repeat; 
}

h1 {font-size: 2em; font-family: 'Shrikhand', cursive; color: #ffffff; }

h2 { font-size: 1.8em; font-family: 'Shrikhand', cursive; color: #ffffff;}
h3 { font-size: 1.4em; font-family: 'Shrikhand', cursive;color: #ffffff;}

@media screen and (min-width: 768px) {
h1 {font-size: 3em; font-family: 'Shrikhand', cursive; color: #ffffff; }
}


.foto {
	
}
.titel {
	background-color: #009ee3;
	text-align: center;
	
}

.ruwboven {

}

.ruwonder {

	
}

.hoofdtekst{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 50px;
}

.fotovak {
	padding-top: 25px;
	padding-bottom: 25px;
		background-color: #8c7503;
}

.txt2 {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 50px;	
	
}

.blauw {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 50px;
	background-color: #009ee3;
}
.vijtienonder{margin-bottom: 25px;}

.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all 1s ease-in-out;
transition:all 1s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all 1s linear;
transition:all 1s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.1);
-webkit-transform:scale(1.1);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}