@charset "utf-8";
/* CSS Document */

.blauw { color:#2c415d;}
.bgblauw { background-color:#2c415d;}
.bglblauw { background-color:#d5d9df;}

h1 {
 font-family: "Akaya Kanadaka", system-ui;
  font-weight: 400;
  font-style: normal;
}
h2 {
 font-family: "Akaya Kanadaka", system-ui;
  font-weight: 400;
  font-style: normal;
}
a { color:#2c415d; text-decoration: none}
a:hover  { color:#2c415d;text-decoration: underline}

.logo {width: 200px;margin-top:30px}
.logo-klein {width: 100px;margin-top:5px}

.headerimg {background-size:cover;background-position:center center; width: 100%;height:500px;}

.nav-link {font-size:20px;color:#2c415d;}
.navbar-nav .nav-link.active {color:#2c415d;font-weight: 600;}

@media (max-width:1200px) {
	.headerimg {height:400px;}
}

@media (max-width:992px) {
	.headerimg {height:300px;}
}

@media (max-width:767px) {
	.headerimg {height:200px;}
	.logo {width: 150px; margin-top:15px;}

}