/* CSS Document */
@font-face {
    font-family: Font;
	src: url('../fonts/postface.otf');
	
}

body {
	background-color: #333;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
}

header,
footer {
	font-family: Font, Verdana;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	font-size: 16px;
}

.sitemap {
	font-family: Font, Verdana;
	font-size: 16px;
}



h1,
h2,
h3,
h4 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Font, Verdana;
	font-weight: 200;
}

aside h1,
aside h2,
aside h3,
aside h4 {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

p {
	margin-top: 0px;
}

p.font {
	font-family: Font, Verdana;
	font-size: 20px;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

p.center {
	text-align: center;
}

a {
	color: #000;
}

nav a {
	color: #FFF;
}

aside a {
	color: #FFF;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

footer a {
	color: #FFF;
}

a:hover {
	color: #FFED00;
}

main a {
	color: #000;
}

main a:hover {
	color: #e30613;
}

img {
	border: none;
	object-fit: contain;
	margin-bottom: 10px;
}

img.pic {
	outline: 1px solid #000;
}

img.link {
	opacity: 1;
}

img.link:hover {
	opacity: 0.7;
}

img.afbeelding {
	float: right;
	width: 192px;
}

img.home {
	float: none;
	width: 160px;
}
	
img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

img.ledenfoto, img.profielfoto {
	float: right;
	width: 75px;
	height: auto;
}
	
img.xsmall {
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}
@media screen and (max-width: 620px) {
	img.home {
		margin-left: 10px;
	}
}

@media screen and (min-width: 620px) {
	body {
		background-image: url(../img/background/background.png);
		background-position: center;

	}
}

@media screen and (min-width: 1250px) {
	body {
		font-size: 14px;
	}
	
	header,
	footer {
		font-size: 20px;
	}
	
	.sitemap {
		font-size: 20px;
	}
	
	img.afbeelding {
		width: 336px;
	}
	
	img.home {
		width: 360px;
	}
}