﻿
:root {  font-size:16px;} 
* {
	box-sizing: border-box;
	margin:0rem; padding:0rem;
}
html {
	min-height: 100%;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; 
	border:none;
}
body {
	color: #000;
}

#wrapper {
	position: relative;
	max-width: 850px;
	margin: 0.625rem auto;
	border: 1px solid #000;
	padding: 0rem 3rem 0rem 20rem;
	overflow: hidden;
	text-align: left;
	line-height: 1.25rem;
	font-size: 0.9375rem;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	background: #fff url('../images/background.jpg') no-repeat;
	height: 1417px;
}
h1 {
	margin:1rem 0rem 1rem;
	padding: 0;
	font-size: 1.75rem;
	line-height: 2.5rem;
	text-align: left;
	position: absolute;
	top: 12%;
	left: 5%;
	color: #fff;
	font-weight: 500;
}
h1 + p{
	margin-bottom: 2rem;
}

h2 {
	font-size: 1.125rem;
	margin: 1rem 0rem;
	line-height: 1.375rem;
}

h3 {
	font-size: 1rem;
	margin: 0rem 0rem;
	line-height: 1.3125rem;
}

p{
	margin: 0rem 0rem 1rem;
	padding: 0;
}

header {
	margin: 0;
	padding: 0;
}

header a{
	position: absolute;
	top: 4%;
	left: 38%;
	width: 41%;
	height: 4%;
	z-index: 1;
}
article {
	margin: 0;
	padding: 23rem 0rem 0rem;
}

footer {
	margin: 1.5rem 0rem 0rem;
	padding: 0;
	position: relative;
	line-height: 1.4375rem;
}
footer img{
	float: left;
	margin-right: 0.7rem;
}
footer aside{
	float: left;
}
a {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}
a:hover{
	text-decoration:underline;
}

ul {
	margin: 0rem -0.5rem 1rem 0rem;
	padding: 0;
	list-style: none;
}
ul li {
	padding-left:1.25rem;
	padding-bottom: 6px;
}
ul li:before {
	content: url('../images/iconlist.jpg');
	color: #000;
	float: left;
	margin-left: 0rem;
	font-size: 1.5625rem;
	text-indent:-1.25rem;
	margin-top: -2px;
}

.clear{
	clear: both; 
	margin: 0px;
	display: block;
	padding: 0rem;
} 

header img {position: relative;top: 0rem;left: 0rem;display: none;}



@media all and (max-width: 848px) {
	#wrapper {
		width:100%;
		min-width: 200px !important;
		font-size: 0.875rem;
		line-height: 1.125rem;
		padding: 0rem;
		border:none;
		background: #eff1f0 url('../images/circle.jpg') no-repeat bottom right;
		height: auto;
		margin: 0 auto;
	}
	header a{
		position: absolute;
		top: 10%;
		left: 7%;
		width: 61%;
		height: 8%;
		z-index: 1;
	}
	h1 + p{
		margin-bottom: 1rem;
	}
	header img{
		display: inline;
	}
	header {
		height: auto;
		padding: 0;
		width:auto;
		margin:0rem;
		position: relative;
	}
	article {
		height: auto;
		padding:0 0.625rem;
		width:auto;
		margin: -30% 0 0;
		position: relative;
	}

	footer {
		height: auto;
		padding: 0.625rem;
		width:auto;
		margin:0rem;
		line-height: 1.25rem;
	}
	h1{
		margin: 0.5rem 0rem 1rem;
		background: #9CC346;
		position: static;
		text-align: center;
		padding: 0.625rem;
		font-size: 1.375rem;
		line-height: 1.625rem;
	}
	h2{
		margin: 0.5rem 0rem;
		font-size: 0.9375rem;
		line-height: 1.25rem;
	}
	
	p{
		margin: 0rem 0rem 0.625rem;
		text-align: left;
	}
	footer br{display: block;}
}

@media all and (max-width: 475px) {

	br{display: none;}
	footer aside p:nth-of-type(2) br{display: none!important;}
}