body {
	background-color: lightgray;
	background-repeat: no-repeat;
	font-size: 16px;
	color: black;
	/*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; */
	font-family: "Trebuchet MS", Helvetica, sans-serif; 
}

#container {
	height: auto;
	width: 1024px;
	background-color: white;
	margin: auto;
}

header {
	height: 300px;
	width: 1014px;
	background-image: url('../images/DSC_0047.JPG');
	background-size: 1024px 300px;
	background-repeat: no-repeat;
	padding-left: 10px;
	font-family: 'CustomFont';
}

.zelfportret {
	height: 200px;
	width: 200px;
	position: relative;
	top: 50px;
	left: 150px;
	border: 3px lightgrey solid;
}

header h3 {
	margin-left: 400px;
}

menu {
	background-color: #333;
	margin: 0;
}
menu ul {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
}

menu li {
  float: left;
}

menu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

menu li a:hover {
  background-color: #111;
}

main {
	margin-left: 20px;
	margin-right: 20px;
}

footer {
	height: 46px;
	width: 1024px;
	background-color: #333;
	line-height: 30px;
}

footer p {
	margin-left: 50px;
}

footer a {
	color: white;
	margin-left: 50px;
}