@charset "utf-8";
/* CSS Document */


body{
	background-color: #DBDBDB;
	background-image: url(../images/bg.png);
}

#footer{
	line-height: 1.5em;
	margin: 0;
	padding: 5px;
	background-color: #654A32;
	color: #fff;
}

header p{
	color: #333;
	text-shadow: none;
}

section p{
	color: #594837;
	text-shadow: none;
}

p{
	color: #333;
}

h1,h2,h4,h5,h6{
	color: #1D6DA9;
}

h3{
	color: #A813A5;
}

hr {
	margin: 2em 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: rgba(68,32,28,0.25);
	}

/*#navButton .toggle:before {
	background: rgba(253, 56, 162, 0.9);
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 2.25em;
	left: 0.5em;
	line-height: 2.25em;
	position: absolute;
	text-align: center;
	top: 0.5em;
	width: 3.5em;
}*/
