body {
	background: cadetblue;
	margin: 0;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
		"Lucida Sans", Arial, sans-serif;
}

.intro {
	color: white;
	font-size: 2rem;

	text-align: center;
}

.intro-sub {
	font-size: 1rem;
}

.link {
	background-color: red;
	height: 20vh;

	background-size: contain;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.educatief {
	background-image: url("img/edu.jpg");
	background-size: cover;
	background-position: center;
}
.pramisi {
	background-image: url("img/pramisi.jpg");
	background-size: cover;
	background-position: center;
}

.kunstwerk {
	background-image: url("img/boot1.jpg");
	background-size: cover;
	background-position: center;
}

.video {
	background-image: url("img/tilburg.png");
	background-size: cover;
	background-position: center;
}
.memoriam {
	background-image: url("img/butterfly.jpg");
	background-size: cover;
	background-position: center;
}
.verleden {
	background-image: url("img/verleden.jpg");
	background-size: cover;
	background-position: center;
}

.linkheader {
	font-size: 2rem;
	background-color: rgba(120, 120, 120, 0.8);
	padding-left: 0.3rem;
}

.linksub {
	background-color: rgba(120, 120, 120, 0.8);
	padding-left: 0.3rem;
}

.inside {
	max-width: 400px;
	margin: 0 auto;
}

a {
	text-decoration: none;
}

.middentekst {
	color: white;
	padding: 0.5rem;
}

.backbutton {
	height: 3rem;
}

.videoembed {
	display: flex;
	justify-content: center;
}

.tussenkopje {
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
}

.onderschrift {
	font-size: 0.75rem;
	font-style: italic;
}

.middentekst img {
	width: 100%;
	height: auto;
}
