* {
	margin: 0;
	font-family: Bodoni MT;
}

body {
	background-color: #C2d0d8;
}

#wrapper {
	background-color: white;
	width: 1440px;
	margin: auto;
}

a:hover, p, h1, h2, h3, h4, h5, h6, article {
	cursor: default;
}

article, footer, header {
	margin: 20px;
}

header {
	text-align: left;
	padding: 0px;
}

#artikels {
	width: 1380px;
}

header, footer {
	background-color: #8ddcff;
	width: 1400px;
	height: 100px;
}

footer, article {
	border: 10px;
}

article {
	background-color: #0988bf;
	align-self: center;
}

#wrapper, article {
	padding: 10px;
}

.homearticle {
	width: 660px;
	height: 660px;
}

footer {
	clear: both;
	text-align: left;
}


#logo:hover {
	transform: scale(1.025);
}

#logo {
	width: 100px;
}

h1 {
	font-size: 40px;
}

.artikelimg {
	width: 660px;
	height: 332px;
}

a {
	color: #0f0396;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

button:hover {
	color: #8ddcff;
	transform: scale(1.035);
}

button {
	width: 525px;
	height: 67.5px;
	margin-top: 15px;
	margin-left: 10px;
	background-color: #0988bf;
	border: 0px;
	font-size: 30px;
	font-weight: bold;
}

.artikelimgs, #email {
	float: right;
}

.artikelimgs {
	width: 330px;
	height: 180px;
}

#email {
	text-align: right;
}

article, #logo, #lijsthoofd, button, h1, h2, ol, #adres, #lijstlink {
	float: left;
}

#lijsthoofd {
	font-size: 50px;
}

.textsubs {
	font-size: 36px;
}