/* CSS Document */
@font-face {
    font-family: Font;
	src: url('../fonts/postface.otf');
	
}

body {
	background-color: #333333;
	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: 12px;
}

.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;
	text-align: center;
}

.left {
	text-align: left;
}

p {
	margin-top: 0px;
	padding-bottom: 10px;
}

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;
}

.icon1,
.icon2 {
  list-style: none;
  padding-left: 0;
}

.icon1,
.icon2 li {
  position: relative;
  padding-left: 3em;
}

/* Niveau 1 */
.icon1 > li::before {
  content: "\1F381";
  position: absolute;
  left: 0;
}

/* Niveau 2 */
.icon2 > li::before {
  content: "\1F3AA";
  position: absolute;
  left: 0;
}

a {
	color: #000;
}

nav a {
	color: #FFF;
}

footer a {
	color: #FFF;
}

a:hover {
	color: #FFED00;
}

main a {
	color: #000;
}

main a:hover {
	color: #e30613;
}

img {
	border: none;
	object-fit: contain;
}

img.pic {
	outline: 1px solid #000;
	
}

iframe {
	border: 1px solid #000;
	
}

img.link {
	opacity: 1;
}

img.link:hover {
	opacity: 0.7;
}

img.afbeelding {
	width: 100%;
}
	
img.left {
	float: left;
	width: 30%;
	margin-right: 10px;
}

img.right {
	float: right;
	width: 30%;
	margin-left: 10px;
}

@media screen and (max-width: 620px) {

}

@media screen and (min-width: 620px) {
	body {
		background-image: url(../img/background/background.png);
		background-position: center;

	}
}

@media screen and (min-width: 1250px) {
	
	h1,
	h2,
	h3,
	h4,
	p,
	ul {
	font-size-adjust: 0.8;
}
}