@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a {
	color: #715241;
	font-style: normal;
	text-decoration: none;
	font-size: 140%;
	font-weight: bold;
}
a:hover {
	color: #ddd;
}

fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: center;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 10%;
    margin:0;
    padding:0;
    color:#444;
	text-align: center;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{

	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
h1{
	font-size: 300%;
}
.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 15px;
	box-shadow: 0 0px 0px #555555;
}
#menu li.active{
	color: transparent;
	text-shadow: 0 0 3px #715210;
}
#menu li a{

}
#menu li.active a:hover{

}
#menu li:hover{


}
#menu li a,
#menu li.active a{

	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding-bottom: 10%;
	margin:0;
}
.tilt {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin: 0 auto;
	max-width: 50%;


}

.tilt:hover {
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	margin: 0 auto;
	max-width: 50%;

}
table {
	width: 100%;
}
th{
	background-color: #715210;
	color: whitesmoke;
}

nav {
	background: transparent;
	box-shadow: 0 0px 0px #555555;
	text-align: center;
}
nav:hover a {
	color: transparent;
	text-shadow: 0 0 3px #715210;
}
nav a {

	color: #715241;
	display: inline-block;
	font-size: 1.3em;
	height: 5%;
	line-height: 36px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: 100%;
}
nav a:hover {
	border-bottom: 3px solid #715210;
	color: #715000;
	text-shadow: none;
}
@media screen and (max-width: 620px) {
	nav a {
		width: 100%;
		height: 2%;
	}
	nav a:hover {
		border-bottom: 1px solid #715000;
		color: #715000;
		text-shadow: none;
	}
}
@media screen and (max-width: 300px) {
	nav a {
		width: 10%;
	}
}
img {
	max-width: 90%;

}
.content {
	padding-bottom: 90px;
}
.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
			height: 30px;
}


