@import url('https://fonts.googleapis.com/css2?family=Handlee&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: url(site/bg.gif) repeat-y center;
}

#button {
	display: none;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	min-height: 100%;
	background: url(site/bgwave.gif) repeat-y;
	overflow: hidden;
	min-height: 100vh;
}

#top {
	position: absolute;
	background: url(site/top.gif) no-repeat 0 0;
	top: 0;
	left: 0;
	width: 1000px;
	height: 298px;
}

#left {
	position: relative;
	width: 200px;
	padding: 20px 0 0;
	float: left;
}

#right {
	position: relative;
	width: 710px;
	float: right;
	padding: 20px;
}

#name {
	width: 100%;
	height: 125px;
	text-align: center;
	font-family: "Handlee", cursive;
}

#name1 {
	color: #fef3ea;
	text-shadow: #fefefb 0 0 5px;
	font-size: 32px;
}

#name2 {
	color: #d3a9a0;
	width: 100%;
	text-align: center;
	font: normal 20px/25px 'Handlee', cursive;
	text-shadow: #bda398 0 0 5px;
}

#name3 {
	color: #d3a9a0;
	font: normal 15.5px/25px 'Handlee', cursive;
	text-shadow: #d3a9a0 0 0 5px;
}

#name4 {
	color: #d3a9a0;
	font-size: 14.5px;
	line-height: 14.5px;
	text-shadow: #d3a9a0 0 0 5px;
}

#nav {
	margin-left: 20px;
}

#nav ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ol li {
	font: normal normal 18px 'Handlee', cursive;
	margin-bottom: 5px;
}

#nav a {
	color: #fef3ea;
	text-decoration: none;
	padding-left: 20px;
	text-shadow: #fefefb 0 0 3px;
	text-transform: capitalize;
}

#nav a:hover {
	background: url(site/vlinder.gif) no-repeat;
	padding-left: 25px;
}

#nav .active {
	background: url(site/vlinder.gif) no-repeat;
	padding-left: 25px;
}

#social {
	text-shadow: #fefefb 0 0 3px;
	color: #ffffff;
	width: 200px;
	text-align: left;
	padding-left: 25px;
	padding-top: 80px;
	font: 18px 'Handlee', sans-serif;
}

#social a {
	color: #ffffff;
	text-decoration: none;
}

#social-icon {
	width: 40px !important;
	height: 40px !important;
	padding-right: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Handlee', cursive;
	color: #9c5030;
	margin: 0;
	padding: 0;
	text-shadow: #9c5030 0 0 3px;
	text-shadow: #c79079 0 0 3px;
	font-weight: normal;
	font-style: normal;
}

#title {
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #9c5030;
	padding-bottom: 30px;
}

#inhoud {
	width: 100%;
	color: #574038;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}

#inhoud a {
	color: #9c5030;
}

#inhoud a:hover {
	text-shadow: 0px 0px 5px rgba(158, 139, 79, 1);
}

#inhoud table {
	border-collapse: collapse;
	
}

#inhoud table td {
	padding: 3px;
	vertical-align: top;
	border: 1px solid #d0b4a6;
}

#inhoud ul {
	overflow: hidden;
	list-style-image: url('site/ster.png');
	padding: 0 0 0 20px;
}

#inhoud ul li {
	margin-bottom: 5px;
}

@media screen and (max-width: 1000px) {

#container {
	width: 100%;
	background: url(site/bgwave-small.gif) repeat-y;
	}
#button {
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	z-index: 2;
	cursor: pointer;
	width: 100px;
	height: auto;
}
#name {
	height: 140px;
}
#social {
	width: unset;
	font-size: 25px;
	text-align: center;
}
#social-icon {
	width: 40px !important;
	height: 40px !important;
}
#left {
	float:none;
	display: none;
	position: absolute;
	background: #574038;
	width: 70%;
	z-index: 1;
	padding-bottom: 40px;
}
#nav {
	margin-left: unset;
}
#left ol li {
	text-align: center;
	font-size: 25px;
}
#left ol li a {
	padding-left: unset;
}
#social {
	padding-left: unset;
	padding-top: 40px;
}
#top{
	background: url(site/top-small.gif);
}
#right {
	width: unset;
	max-width: 100%;
	float: none;
	margin: 20px 0 0 80px;		
}
iframe {
	width: unset;
	height: unset;
	aspect-ratio: 16 / 9;
  width: 100% !important;
}
#inhoud {
	font-size: 16px;
}
#right img {
	width: 50%;
	height: auto;
}
#right table {
	width: 100%;
}

}
@media screen and (max-width: 500px) {
#right img {
	width: 100%;
	height: auto;
}

}


