@charset "utf-8";
body section {
	font-family: noticia-text;
	font-style: normal;
	font-weight: 400;
	margin-left: 20px;
	margin-right: 20px;


}
h1 {
	font-family: allerta;
	font-style: normal;
	font-weight: 400;
	font-size: 4em;
	text-align: center;
	max-height: 15vh;
}
h2 {
	font-family: acme;
	font-style: normal;
	font-weight: 400;
	font-size: 2em;
	text-align: center;
}
body {
	background-image: url(GFX/Site/background.png);
	margin: 0;
	background-size: cover;
	background-attachment: fixed;
}
.navlist {
	background-color: #9BD1F3;
	font-family: acme;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	overflow: hidden;
	text-decoration: none;
	display: inherit;
	list-style-type: none;
}
.navlistitem {
	max-height: none;
	margin: 0;
	text-decoration: none;
	clear: none;
	float: left;
}
.navlistitem a {
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	color: #000000;
}
.navlistitem a:hover {
	color: #565656;
	background-color: #FFFFFF;
}
footer {
	text-align: center;
	font-family: allerta;
	font-style: normal;
	font-weight: 400;
}
.gunlistitem a {
	font-family: droid-sans-mono;
	font-style: normal;
	font-weight: 400;
	color: #0014B7;
	padding-right: 10px;
}
.gunlistitem a:hover {
	color: #B70000;
	font-family: droid-sans-mono;
	font-style: normal;
	font-weight: 400;
	padding-right: 10px;
	text-decoration: none;
}
.gunlistitem a:visited {
	color: #646464;
	font-family: droid-sans-mono;
	font-style: normal;
	font-weight: 400;
	padding-right: 10px;
	text-decoration: none;
}
.germanh2 {
	font-family: unifrakturcook;
	font-style: normal;
	font-weight: 700;
}
.letter {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	background-color: #CBCBCB;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
