@charset "utf-8";
/* CSS Document */

body {
	align-content: center;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
h1, h2, h3, .dikketekst {
	font-family: 'Luckiest Guy', sans-serif;
    font-weight: 400;
    line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 3rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1rem;
}
.menu {
	background-color: lightblue;
    padding: 1rem;
}
.inleidendeTekst {
	display: block;
	text-align: left;
	margin: auto;
  max-width: 600px;
}
.grotefoto {
	max-width: 100%;
	height: auto;
}
.artikelen {
	max-width: 340px;
	height: auto;
}
.klein {
	font-size: 85%;
}
a {
	    font-weight: 700;
    text-decoration: none;
    color: #000;
}
a:hover {
	color: #0069AC;
}
@media (min-width: 900px) {
	h1, h2, h3, .dikketekst {
	font-size: 4rem;
}
h2 {
	font-size: 3rem;
}
h3 {
	font-size: 2rem;
}
}