html{
	scroll-behavior: smooth;
}

@font-face {
  font-family: Typewriter; /* set name */
  src: url(Assets/SpecialElite.ttf); /* url of the font */
}

body{
	background-image: url('plaatjes/Background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width:100%;
	font-family: Typewriter;
	cursor: url('Assets/cursor.cur'),default;
	color: #222222;
}

#Hoofdblok{
	margin: auto;
	max-width: 1000px;
	min-width: 700px;
	padding-bottom: 50px;
}
#Titel{
	z-index:3;
	width: 100%;
	margin: auto;
	margin-top: 0px;
	margin-bottom: -6%;
}

#Inhoud{
	margin: auto;
	width:70%;
	background-image: url('Assets/Papier.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	box-shadow: 0px 0px 10px 5px #333333;
}

#Menu{
	margin: auto;
	padding-left:5%;
	width:80%;
	background-image: url('Assets/Menubalk.png');
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: -2px 2px 5px 2px #444444;
	z-index:2;
}

a{
	text-decoration: none;
}
.menuplaatjes{
	width: 30%;
	padding-left: 1%;
	padding-right: 1%;
	Padding-top: 4%;
	
}

.menuplaatjes:hover{
	width: 32%;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 0%;
}

.InhoudPlaatjes{
	width: 100%;
}

.blok{
	background-image: url('Assets/Witpapier.png');
	background-repeat: no-repeat;
	background-size: stretch;
	padding: 40px;
	margin-top: 30px;
	margin-left: -30px;
	margin-right: -30px;
	box-shadow: -2px 2px 5px 2px #444444;
	display: flex;
	justify-content: space-between;
}

.links{
	width: 45%;
}
.rechts{
	width: 45%;
}

.fotoblok{
	margin-top: 30px;
	margin-left: -50px;
	margin-right: -50px;
	padding: 0px;
}
.blokplaatje{
	width: 100%;
	box-shadow: -2px 2px 5px 2px #444444;
}
#WorkshopDates{
	margin-top: 30px;
	margin-left: 15%;
	margin-right: 15%;
	padding: 40px;
	background-image: url('Assets/Witpapier.png');
	background-size: cover;
	box-shadow: -2px 2px 5px 2px #444444;
}

#BookButton{
	width:80%;
	margin-left: 10%;
}

#BookingOptions{
	width:130%;
	margin-top: -20px;
	margin-left:-140px;
}
#blokBooking{
	background-image: url('Assets/Witpapier.png');
	background-repeat: no-repeat;
	background-size: stretch;
	padding: 20px;
	margin-top: 30px;
	margin-left: 50px;
	margin-right: 50px;
	box-shadow: -2px 2px 5px 2px #444444;
	z-index:6;
}
#blokeenderde{
	margin-top: -20px;
	margin-left: -50px;
	margin-right: -50px;
	display: flex;
	justify-content: space-between;
	z-index:2;
}

.eenderde{
	width: 28%;
	background-image: url('Assets/Witpapier.png');
	background-size: cover;
	box-shadow: -2px 2px 5px 2px #444444;
	padding: 15px;
	min-width: 150px;
	z-index:2;
}

.ot-iframe{
	padding-top:10px;
}