
body {
	min-height: 100%;
	background-color: #000;
	background-image: url('/img/footer.jpg'), url('/img/background.jpg');
	background-position: bottom center, top center;
	background-repeat: no-repeat, no-repeat;
	color: #eee;
}

.footer {
	height: 218px;
}

.content {
	padding: 24px;
	background-color: rgba(0,0,0,.5);
	border: 3px #4b0903 solid;
	border-radius: 20px;
}

h1,h2,h3,h4,h5,h7,h8, .h {
	font-family: 'UnifrakturMaguntia', cursive;
}


h1,h2,h3 {
	border-bottom: 3px #700d05 solid;
}

h3 {
	line-height: 31px;
	margin-top: 13px;
	margin-bottom: 13px;
/*
	color: #bc1609;
*/
}
h3 span {
	display: inline-block;
	color: #bbb;
	float: right;
	font-size: 17px;
	line-height: 31px;
}

p {
	color: #eee;
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
}

.content a {
	color: #bc1609;
	font-weight: bold;
}
.content a:hover {
	color: #d3190a;
	text-decoration: underline;
}

.power {
	color: #d3190a;
	font-weight: bold;
}


.topmenu {
	margin-top: 245px;
}

.eclipse {
	display: none;
	width: 0px;
}

a.menu {
	text-align: center;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-family: 'UnifrakturMaguntia', cursive;
	font-size: 22px;
	line-height: 30px;
	height: 40px;
	margin: 4px;
}

a.menu:hover {
	text-decoration: none;
	color: #a31308;
}

a.menu_current {
	text-decoration: none;
	color: #e4cdbf;
}

.beast {
	display: block;
	height: 333px;
	background-image: url('/img/beast_sm.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}

@media (min-width: 576px) { 

	.topmenu {
		margin-top: 120px;
		height: 140px;
	}

	.eclipse {
		display: inline-block;
		width: 182px;
		margin-right: 10px;
	}
		
	a.menu {
		font-size: 29px;
		width: 110px;
		line-height: 30px;
		height: 80px;
	}

	.beast {
		display: block;
		height: 530px;
		background-image: url('/img/beast.png');
		background-position: top center;
		background-repeat: no-repeat;
	}
}


@media (min-width: 992px) {
	
	.eclipse {
		display: inline-block;
		width: 218px;
		margin-right: 10px;
	}
		
	a.menu {
		font-size: 29px;
		width: 130px;
		line-height: 30px;
		height: 80px;
	}

}


