body {
	font-family: 'PT Serif', 'Nanum Myeongjo', serif;
	margin: 0;
	color: #322E2B;
	background: #F6F3F0;
	overflow-x: hidden;
	line-height: 1.6;
}

a {
	color: #3D6F90;
}

section {
	overflow-x: hidden;
	min-height: 100vh;
	position: relative;
}

section h2 {
	position: relative;
	padding-bottom: 1rem;
}
section h2::after {
	content: '';
	height: 2px;
	width: 45px;
	margin-top: .5rem;
	display: block;
	background: #FBBE5E;
	border-left: solid 45px #5784A2;
}

#s1 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 2.6vh;
	line-height: 1.8;
}

#s1 h3 {
	font-size: 5vh;
	margin: 1vh;
	position: relative;
}
#s1 h3 svg {
	fill: #5784A2;
	position: absolute;
	top: 0;
	left: 0;
	height: 10vh;
	filter: drop-shadow(0vh .4vh .4vh #e6e6e6);
	transform: translate(-160%, -50%) rotate(-23deg);
}
#s1 h3 svg:last-child {
	fill: #FBBE5E;
	left: auto;
	right: 0;
	transform: translate(160%, -20%) rotate(33deg);
}

#s1 h3 {
	font-size: 5vh;
	margin: 1vh;
}

#s1 h6 {
	font-size: 3.8vh;
	margin: 1vh;
}

#s1trigger {
	position: absolute;
	top: 60%;
}

#s1scroll {
	width: 100%;
	text-align: center;
	font-size: 1vh;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	opacity: .4;
	font-weight: bold;
	padding: 0 1rem;
	font-size: 2.4vh;
}

#s2 div {
	position: absolute;
	width: 40%;
	max-width: 600px;
	right: 10vw;
	top: 50%;
	transform: translateY(-50%);
}

#s3 {
	background: #FFF;
}

#s3 div:first-child {
	position: absolute;
	width: 35%;
	max-width: 600px;
	left: 5vw;
	top: 50%;
	transform: translateY(-50%);
}

#s3 div:last-child {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-image: url('stadhuis.jpg');
	background-position: center;
	background-size: cover;
}

#s4 {
	display: flex;
	padding: 20% 5%;
	gap: 5%;
	box-sizing: border-box;
	min-height: initial;
}

#s4 div {
	flex: 1;
}

#s5 {
	background: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

#s5 > div {
	width: 60%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	gap: 5vw;
}

#s5 > div div:last-child {
	padding-top: 6em;
	line-height: 2.5;
}

#s6 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6vh;
}

#s6 img {
	height: 40vh;
	width: 40vh;
	border-radius: 99in;
}

#s6 strong {
	font-size: 4vh;
	text-align: center;
}

#s6::after {
	content: '';
	height: 2px;
	width: 10vw;
	margin-top: -4vh;
	display: block;
	background: #FBBE5E;
	border-left: solid 10vw #5784A2;
}

.mapNL {
	position: absolute;
	height: 60vh;
	top: 25vh;
	left: -20vh;
	filter: drop-shadow(0vh .4vh .4vh #bbb);
}
.mapNL path {
	fill: #FCFCFC;
	fill-opacity: 1;
	stroke: #FBBE5E;
	stroke-opacity: 1;
	stroke-width: 3;
}

.mapSE {
	position: absolute;
	height: 80vh;
	top: 10vh;
	right: -10vh;
	filter: drop-shadow(0vh .4vh .4vh #bbb);
}
.mapSE path {
	fill: #FCFCFC;
	fill-opacity: 1;
	stroke: #5784A2;
	stroke-opacity: 1;
	stroke-width: 6;
}
#mapNLlocations {
	opacity: 0;
}
#mapNLlocations path {
	stroke: #D0D0D0;
	stroke-width: 2;
	fill: #EDEDED;
}

#day {
	padding: 3.5rem 2.5rem;
	max-width: 60rem;
}

#day h1 {
	font-size: 2.2rem;
	margin: 0;
}

#day h2 {
	margin-top: 3.7rem;
}

#day > p {
	margin: .3rem 0 4rem;
	font-size: 1.2rem;
}

#day p span {
	display: inline-block;
	color: white;
	font-family: monospace;
	font-weight: bold;
	padding: 0rem .4rem;
	border-radius: .1rem;
	font-size: .85rem;
}


@media only screen and (max-width: 1000px) {
	.mapSE, .mapNL {
		display: none;
	}

	#s1 h3 svg {
		transform: translate(-30%, -190%) rotate(-23deg);
	}
	#s1 h3 svg:last-child {
		transform: translate(20%, -290%) rotate(33deg);
	}

	#s1 h3 {
		font-size: 4vh;
	}
	#s1 h6 {
	  font-size: 3.2vh;
	}

	#s1scroll {
		bottom: 20%;
	}

	#s2 div {
	  width: 80%;
	  max-width: initial;
	}

	#s3 div:first-child {
		position: relative;
		width: 100%;
		transform: initial;
		max-width: initial;
		left: 0;
		top: 0;
		padding: 10vw;
		box-sizing: border-box;
	}

	#s3 div:last-child {
		position: relative;
		height: 70vh;
		width: 100vw;
	}

	#s4 {
		padding: 10vw;
		flex-direction: column;
	}

	#s5 {
		min-height: initial;
		padding: 10vw;
	}

	#s5 > div {
		width: 80vw;
		display: block;
	}

	#s5 > div div:last-child {
		padding: 0;
	}

	#s6 img {
		height: 30vh;
		width: 30vh;
	}

	#s6 strong {
		font-size: 3vh;
	}
}
