@charset "utf-8";
/* Standard */

:root {
	font-size: 16px;
}
* {
	box-sizing: border-box;
}
html {
	min-height: 100%;
}
a {
	color: inherit;
	display: inline;
	text-decoration: none;
	white-space: normal;
}
a:hover, a:active, a:visited {
	text-decoration: underline;
}
u {
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
body {
	color: #434F4F;
	font-family: 'PT Sans', sans-serif;
	font-size: 1em;
	line-height: 1.4;
}
#wrapper {
	position: relative;
	max-width: 57.5rem;
	margin: 1rem auto;
	background-color: #fff;
	overflow: hidden;
	background: url(../images/bg-pattern.jpg) no-repeat;
	background-size: cover
}
p {
	margin: 0 0 0.5rem;
	margin-bottom: 0.225rem;
	margin-top: -0.6rem;
	
}
h1 {
	text-align: center;
	font-size: 2em;
	line-height: 1.1;
	margin: 0 0 1.562rem;
}
h2 {
	font-size: 1rem;
	line-height: 1.4;
	margin: 0 0 1rem;
	text-transform: uppercase;
}
h3 {
	font-size: 1rem;
	line-height: 1.4;
	margin: 0 0 0.625rem;
	text-transform: uppercase;
	display: inline-block
}
article>a {
	background: #76b62a;
	text-transform: uppercase;
	color: #fff;
	;
	padding: .625rem 1.25rem;
	font-weight: bold;
	display: block;
	max-width: 11.875rem;
	text-align: center;
	margin: 0 auto
}
article>a:hover {
	text-decoration: none
}
#wrapper>aside img {
	border-bottom: 0.3125rem solid #76b62a
}
hr {
	border-top: thin solid #52BA5A;
}
ul {
	list-style: none;
	margin: 0 0 0.25rem;
	padding: 0;
}
ul li {
	padding-left: 1.375rem;
	margin-bottom: 0.1rem;
}
ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1.375rem;
	font-size: 1.375em;
	line-height: 1;
	color: #434F4F;
}
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}
header {
	padding: 2.187rem 5rem;
	box-shadow: 0 0.3em 1em rgba(0, 0, 0, 0.2);
	background: #fff
}
header a {
	margin: 0 auto;
	display: block;
	font-size: 1.875rem;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	color: #434F4F;
	transition: all .2s ease;
}
header a:hover {
	color: #76B828;
	text-decoration: none
}
header p {
	text-align: center;
	font-size: 1.063em;
	font-weight: bold;
	color: #fff;
}
footer {
	padding: 1.875rem 5rem;
	color: #b8baba;
	background: #474f4f;
	text-align: center;
}
article {
	padding: 3.125rem 5rem;
}
footer p:last-of-type {
	font-size: .875rem;
}
header a {
	float: left;
}
header a:last-of-type {
	float: right;
}

article p span a:link, article p span a:active, article p span a:visited {
	color: #76B828;
}

article p span a:hover {
	color: #434F4F;
	text-decoration: underline;
}

@media only screen and (max-width:57.4375rem) {
#wrapper {
	margin: 0 auto;
	border: 0;
}
a {
	font-size: 1.063rem;
	font-weight: bold;
}
footer {
	padding: 0.625rem;
}
p, ul {
	margin-bottom: .625rem
}
article {
	padding: .625rem
}
header {
	padding: 0.625rem;
}
h1 {
	font-size: 1.563em;
}
ul li {
	margin-bottom: 0.625rem;
}
h2,  h3 {
	font-size: 1em;
	margin-bottom: .625rem;
}
}

@media only screen and (max-width:29.9375rem) {
h1 {
	font-size: 1.5em;
}
}
