@import url("normalize.css");

body, html {
	width: 100%;
	height: 100%;
	min-width: 770px;
	font-family: Helvetica, Arial, sans-serif;
	color: #402802;
	background-color: #ede9d0;
	margin: 0 auto;
}

.content {
	position: relative;
	width: 100%;
	height: 90%;
	min-height: 800px;
	background-color: #f8f6e6;
	float: left;
}

.container {
	position: relative;
	height: 100%;
	padding-top: 57px;
	padding-bottom: 110px;
	text-align: center;
}

.container h2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	position: relative;
	width: 100%;
	background-color: #ede9d0;
	border-style: solid none none none;
	border-width: 4px;
	border-color: #c7dc75;
	float: left;
	clear: both;
}

.heading-image {
	width: 420px;
	height: 389px;
	margin: 0 auto;
}

.heading-image img {
	width: 420px;
	height: 389px;
	border: none;
}

.box-shadow-br {
	width: 420px;
	height: 389px;
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.09);
}

h2 {
	font-size: 48pt;
	font-weight: bold;
}

h3 {
	font-size: 24pt;
	font-weight: normal;
}

a:link, a:visited, a:active, a:hover {
	color: #92a44a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}