
@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('../fonts/League_Gothic-webfont.eot?') format('eot'),
		 url('../fonts/League_Gothic-webfont.woff') format('woff'),
		 url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
		 url('../fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
	font-weight: normal;
    font-style: normal;
}

body 				{ background:#222 url(../images/wood_bg.jpg); color:#fff; position:relative; }
#shadow 			{ position:fixed; top:0;bottom:0;right:0;left:0; background: url(../images/wood_img.svg) center top no-repeat; background-size:cover; }
#body				{ position:relative; z-index:2; }
#body-inner			{ padding:50px 0; }
#logo img 			{ margin:0 auto; display:block; max-width:350px; width:80%; }
#spruch 			{ margin:30px auto -10px; display:block; max-width:600px; width:100%; }

html				{ font-size:16px; }
body				{ font-family:Georgia,'Times New Roman',Times,serif; font-style:italic; font-size:1rem; line-height:1.5; }
h1,h2,h3,h4			{ font-family:LeagueGothicRegular; font-style:normal; color:inherit; text-transform:uppercase; line-height:1.2; }
h2					{ font-size:2.5rem; }
h3					{ font-size:2rem; }
a					{ color:#A59C85; }
a:hover				{ color:#9a8e6e; }

.panel-black		{ background: #1A1A1C; color: #CCC; }
.panel-sand			{ background: #A59C85; color:#000; }
.panel-nopadding	{ padding:0!important; }

@media (min-width: 1220px) {
	.uk-container { max-width:980px; }
}

.footer-nav			{ list-style:none; text-align:center; margin:0; padding:20px 0; }
.footer-nav>li		{ display:inline-block; }
.footer-nav>li:not(:first-child):before		{ content:"|"; margin:0 10px; display:inline-block; }
.footer-nav>li>span	{ color:#ccc; }
