body {
	background-color:	#eeeeee;
	margin:				0;
}


@font-face {
	font-family:		"Vollkorn Bold Italic";
	/* font-style:			italic; */
	/* font-weight:		bold; */
	src: url("schreft/vollkorn-bolditalic-webfont.woff") format("woff");
	font-display:		swap;
}

@font-face {
	font-family:		"Colaborate Light";
	src: url("schreft/ColabLig-webfont.woff") format("woff");
	font-display:		swap;
}

@font-face {
	font-family:		"Colaborate Thin Light";
	src: url("schreft/ColabThi-webfont.woff") format("woff");
	font-display:		swap;
}
@font-face {
	font-family:		"OpenSans Condensed Light";
	src: url("schreft/OpenSans-CondLight-webfont.woff") format("woff");
	font-display:		swap;
}

@font-face {
	font-family:		"Limousine";
	src: url("schreft/limousine.ttf") format("ttf"); /* MÉCHT TTF SËNN FIR WEBSÄITEN ? */
	font-display:		swap;
}

.title {
	margin-top:			0.5em;
	margin-bottom:		0.5em;
	padding-top:		0.5em;
	padding-bottom:		0.5em;
    text-align:			center;
	font-family:		"Vollkorn Bold Italic", sans-serif; /* WAT ASS SERIF A SANS-SERIF ? */
	font-weight:		bold;
	font-size:			24pt;
	color:				slategray;
	/* border:				1px solid salmon; */
	display:			block;
}

.section-title {
	margin-top:			0em;
	margin-bottom:		0.5em;
	padding-top:		0.5em;
	padding-bottom:		0.5em;
	background-color:   #e3e3e3;
    text-align:			center;
	font-family:		"Vollkorn Bold Italic", sans-serif; /* WAT ASS SERIF A SANS-SERIF ? */
	font-weight:		bold;
	font-size:			18pt;
	color:				darkseagreen;
	color:				grey;
	/* border:				1px solid salmon; */

}

.section-text {
    text-align:			center;
	margin-top:			0em;
	margin-bottom:		2em;
	padding:			0em;
	font-size:			14pt;
	font-family:		"Colaborate Thin Light", sans-serif; /* MONOSPACE VS SERIF VS SANS-SERIF CHECK */
}

