body {
		margin: 0;
		background: #f4f4f4;
}

h1, h2 {
	font-family: 'Amatica SC', cursive;
	font-weight: 700;
	text-align: center;
}

h2.title-left {
	text-align: left;
}

h2.title-center {
	text-align: left; /*veranderen wanneer middel col wordt*/
}

p {
	font-family: calibri;
	font-size: 16px;
	line-height: 21px;
	
}

img { 
	border: 3px #000;
	float: left;
	margin-right: 4%;
	border-radius: 15px;
	margin-bottom: 30px;
	max-height: 345px;
	max-width: 194px;
}

.header {
	background-color: #f9c1c0;
	height: 100px;
	text-align: center;
	color: #4f889f;
	padding: 1px;
}

.container div {
	padding: 1%;
	box-sizing: border-box;
	min-height: 942px;
}

.left-col, .right-col {
	background-color: #f4f4f4;
	width: 20%;
	float: left;
	overflow: hidden;
}

.center-col {
/*          background-color: pink; */
	background: #fff;
	width: 60%;
	float: left;
	overflow: hidden;
}

.footer {
	clear: both;
	font-family: 'Amatica SC', cursive;
	background-color: #f9c1c0;
	text-align: center;
	height: 50px;
	padding-top: 10px;
	box-sizing: border-box;
}