/* opmaak indexpagina */

@font-face {font-family:Lane;
	src:url("LaneHumouresque.ttf");
}

body {
	font-family:"Tahoma","Arial",sans-serif;
	margin-left:10%;
}

header figure {
	height:100px;
}

header img {
	float:right;
	width:5%; 
}



.kolom {
	float:left;
	width:30%;
	padding:15px;
}

.kolom a {
	font-family:Lane;
	font-size:150%;
	font-weight:bold;
	color:darkblue;
	text-decoration:none;
	border:1px solid darkblue;
	padding:4px 10px;
	border-radius:15%;
	box-shadow:5px 5px 10px; /* h-offset v-offset blur */
	margin-right:20px;
	line-height:200%;
}

main figure {
	position:absolute;
	bottom:2%;
	left:2%;
	z-index:-1;
}

svg {
	position:absolute;
	bottom:10%;
	left:10%;
	font-weight:bold;
	font-size:125%;
}

.zichtbaar {
	visibility:visible;
}

footer {
	position:absolute;
	bottom:5%;
	right:3%;
}

@media screen and (max-width:600px) {
  .kolom {
    width: 100%;
  }
	.zichtbaar {
		visibility:hidden;
	}
	
}