@font-face {
    font-family: 'WorkSans-Regular-webfont';
    src: url('type/worksans-regular-webfont.woff2') format('woff2'),
         url('type/worksans-regular-webfont.woff') format('woff'),
         url('type/worksans-regular-webfont.ttf') format('truetype'),
         url('type/worksans-regular-webfont.svg#work_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'misproject';
    src: url('type/misproject.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color:	#fff;
	overflow-y:		scroll;
}

.container {
	margin:	auto;
	width:	1200px;
	border:	0px;
left: 40px;
}

.Caption {
	font-family:	WorkSans-Regular-webfont;
}

.h1 {
	font-family:	WorkSans-Regular-webfont;
	font-size:	20px;	
	font-weight:	800;
	color:		#00203F;
}

.h1div {
	border-bottom:	2px solid #D60C16;
	text-align:	center;
	margin-top:	30px;
	margin-bottom:	50px;
}

.h2 {
	font-family:	WorkSans-Regular-webfont;
	font-size:	18	px;
	font-weight:	800;
}

.Button {
	font-family:		WorkSans-Regular-webfont;
	font-size:		16px;
	color:			#ffffff;
	background-color:	#00203F;
	border-radius:		5px;
	width:			260px;
	height:			30px;
}

.Button:hover {
	background-color:	#D60C16;
}

.vraagnr {
	font-family:	WorkSans-Regular-webfont;
	font-size:	60px;
	font-weight:	800;
	color:		#cccccc;
}
