html, body {
	padding: 0;
	margin: 0 auto;
	text-align: left;
	max-height: 1080px;
	max-width: 1920px;
}
.titel {
	font-size: 25px;
	font-weight: bold;
	font-family: Cambria;
	text-align: center;
}
.navbar {
	background-color: #5E0000;
	font-family: camrbia;
	font-size: 1.15em;
	color: hsla(0,0%,100%,1.00);
	text-align: center;
}
.bottombar {
	background-color: #5E0000;
	height: 30px;
	color: #FFFFFF;
	text-align: center;
}
.navbar-link {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
.navbar-button:hover {
	background-color: #000000;
	outline-offset: -2px;
}
.navbar-header {
	background-image: url(Afbeeldingen/Egmond%20aan%20Zee.jpg);
	padding-bottom: 16%;
	background-size: cover;
	background-position: 0% 50%;
	position: static;
}
.navbar-brand {
	float: left;
	min-width: 23px;
	min-height: 18px;
	max-height: 178px;
	max-width: 230px;
	margin-left: 3%;
	position: inherit;
}
.notfound-image {
	width: 720px;
	height: 480px;
}
.productimage {
	padding: 10%;
	width: 85%;
}
.producttable {
	background-color: rgba(214,201,179,0.70);
	border-radius: 50px;
}
.content {
	background-image: url(Afbeeldingen/achtergrond.jpg);
}
.inhoudleft {
	font-family: alice;
	font-size: 18px;
	text-align: left;
	font-style: normal;
	font-weight: 400;
}
.inhoudcenter {
	font-family: alice;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	font-weight: 400;
}
.inhoudright {
	font-family: alice;
	font-size: 18px;
	text-align: right;
	font-style: normal;
	font-weight: 400;
}
