* {
	font-family: "Roboto";
}

body {
	padding: 0;
	margin: 0;
}


#header {
	width: 100%;
	height: 675px;
	background-color: #E6C1C6;
}

.nav {
	width: 100%;
	height: 75px;
	background-color: white;
	position: fixed;
	z-index: 10;
}

.nav ul {
    	display: flex;
    	justify-content: center;
	margin-left: 0;
}

.nav li {
    	list-style-type: none;
    	padding: 15px 20px;
}

.nav a {
    	text-decoration: none;
    	font-size: 18px;
    	color: #121212;
}

.nav a:hover {
    	border-bottom: 1px solid #121212;
}

#container {
	width: 100%;
	height: 600px;
	//background-color: purple;
	margin-left: 5%;
	align-content: center;
	display: flex;
	padding-top: 75px;
	position: absolute;
	left: 0;
	right: 0;
}

#cover img{	
	height: 100%;
}

#headline {
	
	height: 45%;
	//background-color: purple;
	float: right;
	padding-top: 140px;
	text-align: center;
	padding-left: 100px;
	max-width: 700px;
}

h1 {
	font-size: 60px;
	text-align: center;
	color: #121212;

}

p {
	font-size: 18px;
	color: #121212;

}

.vulling {
	width: 100%;
	height: 80px;
	background-color: white;
}

#persoonlijk {
	display: grid;
  	grid-template-columns: 2fr ;
  	gap: 50px;
  	background-color: #CCA5AE;
  	padding: 10px;
	height: 1100px;
	padding-left: 10%;
	border-radius: 0% 35% 35% 0%;
	width: 75%;
	padding-top: 5%;
}

.text {
	//background-color: blue;
	height: 100%;
	text-align: justify;
	line-height: 30px;
	width: 80%;
}

.image {
	//background-color: red;
	height: 100%;
	align-content: center;
	padding-right: 50px;
}

.working {
	
	width: 500px;
}

h3 {
	color: #121212;
	font-size: 25px;
}

#sew {
	height: 600px;
	//background-color: red;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
	padding: 0px 20px;
	text-align: center;
}

#skills {
	height: 100%;
	background-color: #E6C1C6;
}

#education {
	height: 100%;
	background-color: #FAE6E7;
}

#work {
	height: 100%;
	background-color: #E6C1C6;	
}

#sew li {
	font-size: 18px;
	color: #121212;
	line-height: 27px;
	text-align: left;
	margin-bottom: 10px;
}

.whitewave {
	position: relative;
	background-color: #ffffff;
}

.whitewave::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: url("images/wave.png");
	background-size: cover;
	background-repeat: no-repeat;
}


#projecten {
	width: 100%;
	height: 400px;
	background-color: #CCA5AE;
	text-align: center;
	display: grid;
	padding-top: 200px;
}

.wave {
	position: relative;
	background-color: #CCA5AE;
}

.wave::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: url("images/wavepngpng.png");
	background-size: cover;
	background-repeat: no-repeat;
}


.project {
	width: 100%;
	height: 530px;
	float: bottom;

	display: grid;
	grid-template-columns: 1fr 1fr;
	text-align: left;
}

.left {
}

.right {
}

#footer {
	width: 100%;
	height: 400px;
	background-color: #E6C1C6;
	display: grid;
	grid-template-rows: 1fr 1fr;
	align-items: center;
	justify-content: center;
}

.top {
	//background-color: blue;
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	text-align: center;
	width: 500px;
}


.bottom {
	//background-color: green;
	align-content: center;
	justify-items: center;

}



@media only screen and (min-width: 1600px){
	#container {
		width: 65%;
		justify-self: center;
	}	

	#persoonlijk {
		padding-left: 25%;
		width: 60%;
		height: 1000px;
		border-radius: 0% 28% 28% 0%;
	}

	#sew {	
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}

	#skills {
		grid-column-start: 2; 
	}

	.project {
		grid-template-columns: 1fr 1.5fr 1.5fr 1fr;
	}

	.left {
		grid-column-start: 2;
	}

}


















