body{
	background-image 		: url(/images/sneek.jpg);
	background-repeat		: no-repeat;
	background-position		: center top;
	background-attachment	: fixed;
	-webkit-background-size	: cover;
	-moz-background-size	: 100%;
	-o-background-size		: 100%;
	background-size			: 100%;
	background-opacity		: 0.8;
	background-color		: #d9d9d9;
	font-family				: 'Bree Serif', serif;
	font-size 				: 15px;
	padding-top				: 40px;	
	z-index					: -9999;
	
}
a		{ color : #2b8bbf; }
a:hover	{ color : #115b83; text-decoration : none; }

.circel{
	width					: 100px;
	height					: 100px;
	border-radius			: 50px;
	-webkit-border-radius	: 50px;
	-moz-border-radius		: 50px;
	filter					: grayscale(100%); 
	-webkit-filter			: grayscale(100%);
	filter					: grayscale(100%);
}
.pasfotos{
}	
.x200{
	width 					: 200px;
	height 					: 200px;
	border-radius			: 100px;
	-webkit-border-radius	: 100px;
	-moz-border-radius		: 100px;
}	
.container{
	/*
	overrule Bootstrap breedte 
	max-width : 1050px;
	*/
	}
.jumbotron{
	font-size : 24px;
	font-family: 'Bree Serif', serif;
}
.jumbotron h1{
	font-size : 44px;
	font-family: 'Bree Serif', serif;
	color : #000;
}

.icons:hover img{
    -webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}
.afbeelding:hover img{
    -webkit-transform:scale(0.9); /* Safari and Chrome */
    -moz-transform:scale(0.9); /* Firefox */
    -ms-transform:scale(0.9); /* IE 9 */
    -o-transform:scale(0.9); /* Opera */
     transform:scale(0.9);
}
.infospace{
	background-color : #fff;
	margin-bottom : 5px;
	padding : 5px;
}
.infospace:hover{
	background-color : #2b8bbf;
	color : #fff;
	transition: all 0.3s ease 0s;
}
.infospace2{
	background-color : #fff;
	margin-bottom : 5px;
	padding : 5px;
	min-height : 60px;
	padding-top : 15px;
}
.footerbottom{
	text-align : left;
	min-height : 200px;
	padding : 10px;
	color : #fff;
	font-family: 'Lato', sans-serif;
}
.footerbottom a{
	color : #d8d8d8;
}
.footerbottom a:hover{
	color : #525252;
}

.borderrechts{
border-right : 1px solid #fff;
}
h1{
font-size : 54px;
font-family: 'Bree Serif', serif;
color : #1465a3;
padding-bottom : 20px;
}
h2{
font-size : 38px;
font-family: 'Bree Serif', serif;
}
h3{
font-size : 24px;
font-family: 'Bree Serif', serif;
}
h4{
font-size : 50px;
font-family: 'Waiting for the Sunrise', cursive;
}
h5{
font-size : 30px;
font-family: 'Waiting for the Sunrise', cursive;
}
h6{
font-size : 18px;
font-family: 'Bree Serif', serif;
}
.glyphicon{
font-size : 24px;
}
.writing{
font-family: 'Waiting for the Sunrise', cursive;
font-weight: 400;
color : gray;
}
a:hover{
color :749d05
}
blockquote{
font-family: 'Lato', sans-serif;
font-size : 16px;
}
footer{
font-size : 14px;
}
.footerbg{
background-color : #1465a3;
color : #fff;
padding-bottom : 30px;
}
.footerbg a{
color : silver;
}

.footerbg a:hover{
color : #fff;
}