/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	scroll-behavior: smooth
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.contactopties{
	display: flex;
	justify-content: center;

	width: 80%;
	height: 150px;
	margin-left: 5%;
}
.nummer{
		margin-left: 5%;
		margin-top: 15px;
		font-size: 15px;
}
.nummer h3{
	margin-bottom: 20px;
}


	.lightswitch{
		margin-left: 5%;
		margin-top: 15px;
		background-color: none;
		border-radius: 0px;
		font-family: "Poppins", sans-serif;
  		font-weight: 400;
  		font-style: normal;
		font-size: 15px;

	}

	.message{
		text-align: left;
		margin-top: 20px;
		color:black;
		width: 60%;
		min-width: 200px;
		height: 100px;
		font-family: "Poppins", sans-serif;
		font-size: 15px;
		border-radius: 1px;

	}

.email{
	margin-left: 50px;
}
	.subbtn{
		width: 10%;
		margin-top: -5px;
		height: 35px;
		min-width: 65px;
		font-family: "Poppins", sans-serif;
		background-color: white;
		border-radius: 1px;
	}
	.btn{
		width: 10%;
		height: 35px;
		min-width: 65px;
		font-family: "Poppins", sans-serif;
		background-color: white;
		min-width: 80px;
		border-radius: 1px;
	}
	.vidbtns{
		display: none;
		justify-content: center;
		align-items: center;
		height: 100px;
	}
	#myVideo{
		border-radius: 1px;
		transition-duration: 0.2s;
	}
	#videobtn{
		width: 100px;
		height: 100px;
		border-radius: 50%;
		z-index: 2;
		position: absolute;
		left: 50%;
		top: 55%;
		translate: -50% -50%;
		transition: ease all 200ms;
		background: none;
		border: none;
		opacity: 0;
	}
	#skipBtn{
		width: 100px;
		height: 100px;
		position: absolute;
		z-index: 2;
		background: none;
		border: none;
		right: 15px;
		bottom: 15px;
		opacity: 0;

	}
	#videobtn img{
		width: 50px;
	}
	#myVideo:hover {
		box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	}
	.messdiv{
		width: 100%;
		display: none;

	}
	.datediv{
		background-color: white;
		border: 1px solid black;
		margin-bottom: 10px;
		margin-top: 20px;
		width: 60%;
		margin: 0 auto;
		margin-top: 20px;
		display: none;
	}
	.datediv .subbtn{
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.dagdate{
		margin-top: 10px;
		margin-bottom: 10px;
		border:none;
		font-family: "Poppins", sans-serif;
	}
	footer {
		background-color: #333;
		color: #fff;
		text-align: center;
		padding: 30px;
	  }
	  .contact-info {
		margin-top: 10px;
	  }
	  .contact-info span {
		display: block;
		margin-bottom: 5px;
	  }
	.overlay{
		width: 100%;
		height: 100%;
		background-color: black;
		z-index: 4;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		position: fixed;
		opacity: 0.92;
		display: none;
	}
	.modal1{
		border-radius: 10px;
		text-align: center;
		width: 80%;
		display: block;
		margin: 0 auto;
		background-color: whitesmoke;
		z-index: 5;
		position: fixed;
		top: 10px;
		left: 10%;
		right: 10%;
		bottom: 10px;
		overflow: auto;
		padding: 20px;
		scrollbar-width: none; /* Firefox */
		-ms-overflow-style: none;
	}
	.modal1 img{
		width: 60%;
		border-radius: 10px;
	}
	.modal1 h2{
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.modal1 p{
		width: 70%;
		margin-left: 15%;
	}
	#modal1id{
		display: none;
	}
	#modal2id{
		display: none;
	}
	#modal3id{
		display: none;
	}
	#modal4id{
		display: none;
	}
	#modal5id{
		display: none;
	}
	#modal6id{
		display: none;
	}
	.mb1{
		position: absolute;
		border: none;
		font-family: "Poppins", sans-serif;
		font-size: 40px;
		background:none;
		background: none;
		float: right;
		top: 10px;
		right: 13px;
		cursor: pointer;
	}
	.bekijk-knop {
		display: inline-block;
		background-color: #333;
		color: white;
		padding: 10px 20px;
		text-align: center;
		text-decoration: none;
		font-size: 16px;
		border-radius: 5px;
		transition: background-color 0.3s;
	  }
	  
	  .bekijk-knop:hover {
		background-color: gray
	  }
	.cleardiv {
		clear: both;
	}
	.webcon{
		max-width: 1366px;
		margin: 0 auto;
	}
	h3{
		font-size: 30px;
	}
	header {
		box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);
		max-width: 100%;
		width: auto;
		font-family: "Poppins", sans-serif;
		background-color: whitesmoke;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 3;
		padding: 10px 0;
		box-sizing: border-box;
	}
	.name{
		font-size: 40px;
		float: left;
		padding-left: 40px;
		padding-top: 5px;
		
	}
	nav {
		text-align: right;
		float: right;
		
	  }
	  
	  .navbar {
		font-size: 25px;
		letter-spacing: 0px;
		list-style-type: none;
		display: block;
		margin-top: 13px;
	  }
	  
	  .navbar li {
		display: inline-block;
	  }
	  
	  .navbar li a {
		margin-left: 50px;
		margin-right: 50px;
		text-decoration: none;
		color: black;
	  }

	  h2{
		font-size: 40px;
	  }

	  body{
		background-color: whitesmoke;
		font-family: "Poppins", sans-serif;
	  }
	  
	  .intro{
		margin-left: 10%;
		width: 588px;
		margin-top: 100px;
		float: left;
		overflow: hidden;
	  }
	  
	  .roman{
		width: 350px;
		height: 350px;
		margin-left: 100px;
		position:absolute;
		margin-top: 100px;
		border-radius: 50%;
		object-fit: cover;
	  }
	  .items{
		width: 80%;
		margin: auto;
		margin-top: 20px;
		padding-top: 80px;
		display: grid;
		grid-template-columns: 2fr repeat(2, 1fr);
		grid-template-rows: repeat(2, 2fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		}
		
		.content{
			position: relative;
			height: 300px;
 			 }

		.content img { 
			object-fit: cover;
			position: absolute;
			z-index: -1;
			top: 10px;
			left: 0;
			width: 100%;
			height: 100%;
			border-radius: 1px;
		}
		.content:hover img{
			opacity: 30%;
			transition: opacity .2s, visibility .2s;
			box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
		}
		.content:hover .contentBtn{
			opacity: 100%;
			transition: opacity .2s, visibility .2s;
		}
		.content p{
			position: absolute;
			left: 10px;
			top: 30px;
			opacity: 0;
			height: 300px;
		}
		.content p:hover {
			opacity: 1;
			transition: opacity .2s, visibility .2s;
		}
		.contentBtn{
			position: absolute;
			right: 15px;
			bottom: 10px;
			border-radius: 20px;
			font-family: "Poppins", sans-serif;
			border: none;
			opacity: 0;
			cursor: pointer;
		}
		.skilltag{
			margin-top: 10px;
			margin-right: 10px;
			float:left;
			background-color: aquamarine;
			border-radius: 20px;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 5px;
			padding-bottom: 5px;
		}
		.item1{
			grid-area: 1 / 1 / 2 / 2;
		}
		.item2 { grid-area: 1 / 2 / 2 / 3; }
		.item3 { grid-area: 1 / 3 / 2 / 4; }
		.item4 { grid-area: 2 / 1 / 3 / 2; }

		.aboutme{
			width: 80%;
			margin: auto;
			margin-top: 20px;
			padding-top: 80px;
			display: grid;
			grid-template-columns: repeat(2, 1fr);
			grid-template-rows: 1fr;
			grid-column-gap: 20px;
			grid-row-gap: 20px;
		}
		.metext{
			grid-area: 1 / 1 / 2 / 2;
			width: 100%;
		}
		.meskills{
			grid-area: 1 / 2 / 2 / 3;
		}
		.AVD{
			width: 80%;
			margin: auto;
			position: relative;
		}
		.AVD:hover #videobtn {
			opacity: 1;
		  }
		.AVD:hover #skipBtn{
			opacity: 1;
		  }
		.AVD:hover #myVideo {
			box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
		  }
		  
		.AVD h3{
			margin-top: 50px;
			margin-bottom: 25px;
		}

		footer{
			text-align: center;
			margin-top: 50px;
			position: relative;
		}
		footer h2{
			padding-top: 80px;
			margin-top: -80px;
		}
		footer p{
			display: block;
			margin: auto;
			width: 60%;
		}

	  /* Style voor tablet */
	  @media (max-width: 1000px) {
		.aboutme{
			margin-top: -20px;
			padding-top: 120px;
		}
		footer h2{
			margin-top: -20px;
			padding-top: 120px;
		}
		header{

			overflow-x: hidden;
		}
		
		.intro{
			margin-top: 150px;
			width: 60%;
			margin-left: 50px;
		}
		h2{
			font-size: 25px;
		}
		.roman{
			margin-top: 150px;
			margin-left: 10px;
			width: 250px;
			height: 250px;
		}
		.items{
			margin-top: -20px;
			padding-top: 120px;
			display: grid;
			grid-template-columns: repeat(2, 1fr);
			grid-template-rows: repeat(2, 2fr);
			grid-column-gap: 30px;
			grid-row-gap: 30px;
			}
			
		.item1 { grid-area: 1 / 1 / 2 / 2; }
		.item2 { grid-area: 1 / 2 / 2 / 3; }
		.item3 { grid-area: 2 / 1 / 3 / 2; }
		.item4 { grid-area: 2 / 2 / 3 / 3; }

		.metext{
			grid-area: 1 / 1 / 2 / 2; 
			width: 200%;
		}
		.meskills{
			grid-area: 2 / 1 / 3 / 2; 
		}
			
	  }

	  @media (max-width: 730px) {
		
		  .navbar li a {
			font-size: 20px;
			margin-left: 25px;
			margin-right: 25px;
		  }
		
	  }
	  
	  @media (max-width: 650px) {
		.roman{
			position:absolute;
			left:150px;
			z-index:-1;
			opacity: 50%;
			width: 250px;
			height: 250px;
			margin-left: 15%;
		  }
	  }
		/* Style voor mobile */
	  @media (max-width: 550px) {
		.contentBtn{
			opacity: 100%;
		}
		footer{
			margin-top: 60px;
			padding-top: 40px;
		}
		.aboutme{
			margin-top: 60px;
			padding-top: 40px;
		}
		header{
			position: absolute;
		}
		nav {
		  display: grid;
		  grid-template-columns: repeat(2, 1fr);
		  text-align: left;
		  margin-right: 50%;
		}
		
		.navbar li {
		  display: block;
		  margin-bottom: 10px;
		  margin-left: 10px;
		}
		.intro{
			margin-top: 250px;
		}
		.name{
			float: none;
		text-align: center;
		padding-left: 0;
		}
		.roman{
			position:absolute;
			left:150px;
			top: 50px;
			z-index:-1;
			opacity: 50%;
			width: 250px;
			height: 250px;
			margin-left: 15%;
		  }
		.items{
			margin-top: 60px;
			padding-top: 40px;
			display: grid;
			grid-template-columns: 1fr;
			grid-template-rows: repeat(4, 2fr);
			grid-column-gap: 20px;
			grid-row-gap: 20px;
			}
			
		.item1{ grid-area: 1 / 1 / 2 / 2; }
		.item2{ grid-area: 2 / 1 / 3 / 2; }
		.item3{ grid-area: 3 / 1 / 4 / 2; }
		.item4{ grid-area: 4 / 1 / 5 / 2; }
	  }
	  @media (max-width: 450px) {
		.roman{
			width: 200px;
			height: 200px;
			margin-left: 0px;
		  }
	  }

