* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 16px;
}

body {
	font-family: sans-serif;
	line-height: 1.5;

	background-color: #333232;
	color: white;
}

h1 {
	background-color: #121212;
	text-align: center;
	padding: 20px 20px;
}

header span,
header p {
	display: none;
}

article {
	padding-bottom: 100px 0;
}

article ol {
	margin: 10px;
	padding-left: 70px;
}

h2 {
	padding: 0 20px;
	padding-top: 30px;
}



p .smallest {
	margin: 0;

}

.smallest img {
	display: block;
	width: 90%;
	max-width: 800px;
	max-height: 494px;

	margin: 0 auto;

	filter: blur(5px);

}

.smallest img:hover {
	filter: none;
}

li {
	list-style-type: none;
}

li a {
	color: white;
	text-decoration: none;

}

li a:hover {
	text-decoration: underline;
	color: #B8B2B2;
}

.smallest {
	margin-top: 30px;
}

.middle,
.biggest {
	display: none;
}



footer {
	margin-top: 30px;
	margin-left: 20px;
}

.home {
	text-align: center;
}

a p {
	background-color: white;
	color: #333232;
	border-radius: 5px;

	padding: 5px;

	margin-top: 30px;
	margin-left: 50px;


}

a p:hover {
	text-decoration: underline;
	background-color: #D6D3D3;

}

footer p {
	margin-top: 10px;
}

footer a {
	color: white;

}

footer p {
	text-align: center;
}



@media screen and (min-width: 667px) {

	header {
		background-image: url(../images/hardware/middle.jpg);
		background-size: auto;
		background-repeat: no-repeat;
		background-position: bottom;

	}

	header h1 {
		background-color: transparent;
	}

	header p {
		display: inline-block;
		margin-left: 20px;
		margin-bottom: 20px;
	}

	article {
		width: 80%;
		margin: 0 auto;
	}

	h1 {
		font-size: 50px;
		display: block;
		margin: 0 auto;
		padding-bottom: 0;
	}

	h1 span {
		display: inline-block;
	}

	h2 {
		font-size: 30px;
	}

	article,
	p,
	footer p {
		font-size: 20px;
	}

	p a {}

	.middle img {
		width: 10%;
	}




}


@media screen and (min-width: 900px) {
	html {
		background-image: url(../images/hardware/grootste.jpg);
		background-size: auto;
		background-repeat: no-repeat;
	}

	body {
		background-color: #121212;
		max-width: 900px;
		margin: 0 auto;

		opacity: 0.9;
	}

	h1 {
		font-size: 70px;
		display: block;
		margin: 0 auto;

		background-image: none;
	}

	header {
		background-image: none;
		background-color: #543B3B;
	}

	header span {
		display: inline-block;
	}

	header p {
		margin-bottom: 40px;
	}

	h2 {
		font-size: 50px;
		margin-top: 30px;
		margin-bottom: 50px;
	}

	article a p {
		margin-top: 80px;
	}


	.smallest img {
		display: none;
	}




}
