@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Cardo|Roboto|Roboto+Condensed|Italianno');

body {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #E1D8C7;
	background-image: url(../pictures/header.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0F0B0C;
	position:absolute; width:100%;
	}

a:link {
	color: #6F5F45;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6F5F45;
}
a:hover {
	text-decoration: none;
	color: #737061;
}
a:active {
	text-decoration: none;
	color: #6F5F45;
	font-family: Cardo, serif;
}
#wrapper {
	height: auto;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	width: 170px;
	padding-top: 200px;
	height: 280px;
	text-align: left;
	padding-bottom: 70px;
	margin-left: 110px;
	
}

#nav a {
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-size: 14pt;
	text-transform: uppercase;
	color: #F09449;
    text-shadow: 2px 1px 1px #000;
	letter-spacing: 1px;
	line-height: 30px;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	-ms-transition: all .8s ease;
	transition: all .8s ease;
	padding: 15px;
	font-weight: bold;
}

#nav a:hover {
	padding: 15px;
	text-decoration: none;
	font-family: Roboto, sans-serif;
	font-size: 12pt;
	color: #D6D3C0;
    text-shadow: 1px 1px 1px #000;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: bold;
	text-transform: uppercase;
}

.titles {
	width: 600px;
	text-align: left;
	color: #6F5F45;
	font-family: Roboto, sans-serif;
	text-shadow: 3px 3px 2px #111;
	font-weight: bold;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#content {
	height: auto;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	color: #737061;
	font-size: 14pt;
	font-family: Cardo, serif;
	line-height: 25px;
	padding-bottom: 60px;
	text-align: justify;
	padding-top: 40px;
}
#content_cats {
	height: 900px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	color: #737061;
	font-size: 14pt;
	font-family: Cardo, serif;
	line-height: 25px;
	padding-bottom: 60px;
	text-align: justify;
	padding-top: 40px;
}
#footer {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 60px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: #3b4043;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#footer a {
	font-size: 8pt;
	color: #3b4043;
	font-family: Tahoma, Geneva, sans-serif;
}
.cat {
	text-align: center;
	float: left;
	width: 325px;
	margin-right: 15px;
	margin-left: 20px;
	font-family: Cardo, serif;
	margin-top: 40px;
}
.img{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	background-color: #261d18;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #4f5458;
	border-bottom-color: #4f5458;
	border-left-color: #000;
	margin: 3px;
	text-align: center;
}
.style1 {
	font-family: Cardo, serif;
	font-size: 22px;
	text-transform: uppercase;
	
}
.back {
	text-align: center;
	margin-top: 80px;
}
.style2 {
	font-family: Italianno, cursive;
	font-size: 44pt;
	text-align: center;
	color: #F09449;
}
h1 {
	font-size: 3.8em;
	font-weight: bold;
}
h2 {
	font-size: 15pt;
}
.contact {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
