body{
	/*background-image 		: url(/images/bg.jpg);*/
	background-repeat		: no-repeat;
	background-attachment	: fixed;
	font-family				: 'Lato', sans-serif;
	font-size 				: 16px;
	color					: #2c425d;

}
a		{ color : #000; }
a:hover	{ color : #73849a; text-decoration : none; }
}

.container{
	/*
	overrule Bootstrap breedte 
	max-width : 1050px;
	*/
	}

.navbar a{
    color: #fff;
}

.keuzeblok{
	background-color : #d3e3f7;
	min-height : 140px;
}

.bgbeige{
	background-color : #1f2e66;
}
.bggeel{
	background-color : #ffba00;
}
.bgwit{
	background-color : #fff;
}
.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;
}

.wittetekst{
color : #fff;
}
.witteachtergrond{
background-color : #fff;
}
.grijzeachtergrond{
background-color : #e4e4e4;
}
.beigetekst{
color : #7c7669;
}
.rodetekst{
	color : #bd2012;
}
.borderrechts{
border-right : 1px solid #fff;
}
h1{
font-size : 40px;
font-family: 'Bree Serif', serif;
color : #2c425d;
text-shadow: 0 0 2px #fee6c2;
font-weight: 700;
}
h2{
font-size : 20px;
font-family: 'Bree Serif', serif;
color : #2c425d;
}
h3{
font-size : 22px;
font-family: 'Bree Serif', serif;
color : #fff;
padding : 10px;
background-color : #1f2e66;
}
a:hover{
color :749d05
}
blockquote{
font-family: 'Lato', sans-serif;
font-size : 16px;
}


.thumbnail {
    position:relative;
    overflow:hidden;
}

.nopadding{
padding : 0px;
}
.nomargin{
margin : 0px;
}

.afgerond{
	border-radius	:	15px;
}
