@charset "utf-8";
/* CSS Document */

	body {
		font-family: Lato, Geneva, sans-serif;
		font-size: 12pt;
		font-weight: 300;
	}
	
	.smalltext {
		font-size: 10pt;
	}
	
	.centered {
	  position: fixed;
	  top: 50%;
	  left: 50%;
	  /* bring your own prefixes */
	  transform: translate(-50%, -50%);
	}
	
	.menu {
		font-size: 1.5vw;
		font-weight:900;
		border-style: solid;
		border-color: #FFFFFF;
		border-width: 3px 3px 30px 0;
		background-position:bottom;
		background-repeat:no-repeat;
		background-size: cover;
		color: #FFFFFF;
		height: 50px;
	}
	
	.menu:hover {
		text-shadow: 1px 1px 2px black, 0 0 25px white, 0 0 5px darkblue;
	}
	
	.top {
		background-image: url(../images/drieweg.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		background-size: cover;
		color: #FFFFFF;
		font-size: 4.2vw;
		text-align:center;
		vertical-align:middle;
		height: 120px;
		line-height: 120px;
	}

	.ver {
		background-image: url(/images/mverslagen_l.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		background-size: cover;
		color: #FFFFFF;
		font-size: 4.2vw;
		text-align:center;
		vertical-align:middle;
		height: 120px;
		line-height: 120px;
	}

	.sti {
		background-image: url(/images/mbeleid_l.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		background-size: cover;
		color: #FFFFFF;
		font-size: 4.2vw;
		text-align:center;
		vertical-align:middle;
		height: 120px;
		line-height: 120px;
	}


.mhome {
	background-image:url(../images/mhome.jpg);
}

.mbeleid {
	background-image:url(../images/mbeleid.jpg);
}

.mbestuur {
	background-image:url(../images/mbestuur.jpg);
}

.mverslagen {
	background-image:url(../images/mverslagen.jpg);
}

@media screen and (max-width: 600px) {
	.top {
		font-size: 6vw;
	}
	.menu {
		font-size: 4vw;
		border-width: 1px 1px 3px 0;
	}
}
