/** custom.css

Eigen aanvulling op style.css - alle eigen styles zouden hierin gedeclareerd moeten worden.
 
-------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Habibi);

body{
	font-family:'Habibi', serif;
	font-size:16px;
	line-height:1.6em;
	color:#666;
	/*
	background-image:url(img/wallpaper_grey.jpg);
	*/
}
a{
	color:#C33;
}
ul{
	list-style-type:none;
	margin-left:0;
}
li{
	line-height:1.4em;
}
.thumbnail{
	display:inline-block;
}
.thumbnail img{
	margin-left:0;
}
.well{
	border:none;
	border-radius:0;
	font-size:15px;
	/*
	background-image:url(img/wallpaper_grey.jpg);
	border:none;
	border-radius:10px;
	*/
}


/* =Responsiveness

-------------------------------------------------------------- */



@media (max-width: 767px) {

	

}

@media (min-width: 768px) and (max-width: 778px) {

	
}

@media (min-width: 768px) and (max-width: 979px) {

	

}

@media (min-width: 1200px) {

	

}





/* End of file custom.css */