@charset "UTF-8";
/* CSS Document */
body{
	margin:auto
}
.main_header {
	background-color: #136563;
	height: 80px;	
}

.main_header nav {
	height: 100%;
	margin: 0px 10px ;
	
	display: flex;
	align-items:center;
	justify-content: space-between;
	
	color: white;
	font-family: "Arial"
}

nav a:hover {
			color: #B7DBD7;
			text-decoration: underline;
		}

.main_header section {
	padding-right: 500px;
}

.main_header a {
	padding: 50px;
	color: white;
}

.main_header nav img {
	height: 80%;
	position: 0%; 
}

#over_mij {
background-color: white;
  width: 1000px;
	height: 500px;
	border: 10px solid #136563;
	position: absolute;
  padding: 50px;
  margin-top: -400px;
	margin-left: 300px;
}

#over_mij img {
	float: left;
	padding: 0px 30px 0px 0px;
	position: absolute;
	top: 50px;
	
}

#over_mij h1 {
	width: 800px;
	font-family: Netigen;
	font-size: 80px;
	float: inherit;
	position: absolute;
	top: -10px;
	right: -220px;
	color: #136563;
}

#over_mij p {
	width: 600px;
	position: absolute;
	top: 250px;
	right: 80px;
	font-family: Arial;
	line-height: 30px;
	color: #136563
}
#naarmijnprofielknop {
	font-family: Arial;
	color: white;
	background: #136563;
	width: 160px;
	padding: 15px;
	text-align: center;
	
	position: absolute;
	top: 400px;
	right: 489px;
	border-radius: 5px;
	cursor: pointer;
	}
#naarmijnprofielknop:hover {
	transform: scale(1.1);
}

#golf {
	margin: 0px 0px 0px -170px;
}

#profielpagina_nietgevonden img {
	position: absolute;
	top: 0px;
	right: 320px;
}

#profielpagina_nietgevonden h1 {
	width: 1000px;
	font-family: Netigen;
	font-size: 50px;
	float: inherit;
	position: absolute;
	top: 800px;
	right: 180px;
	color: #106564;
}
