* {
	box-sizing: border-box;
	margin:0px; padding:0px;
}
html {
	min-height: 100%;
}
img {
	max-width: 100%;
	border:none;
	vertical-align: middle;
}


#wrapper {
	position: relative;
	max-width: 940px;
	margin: 12px auto;
	border:1px solid #000;
	padding: 0px;
	background-color: #fff;
	overflow: hidden;

	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 20px;
}
headline {
position: relative;
left: 20px;
  text-align: center;
}
header {
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
header a{
	position: absolute;
	top:0;
	right: 2%;
	width: 21%;
	z-index: 1;
	height: 21%;
}

h1 span{
	font-size: 20px;
	line-height: 24px;
	color: #6c6c6b;
	display: block;
}
footer > p:nth-of-type(1){
	float: left;
	font-size: 18px;
	line-height: 22px;
}
footer > p:nth-of-type(2){
	float: right;
	font-size: 15px;
	line-height: 19px;
	margin-top: 6px;
}
footer img {max-width:100px;}
article {
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 0px 20px;
	position: relative;
}
.btn{
	position: absolute;
	bottom: 0%;
	right: 3%;
}

footer {
	margin: 20px 20px 0px 20px;
	padding: 10px 0;
	border-top: 1px solid #000;
}
nav,figure,address{
	display:block;
	margin:0px;
	font-style:center;
	padding:0px;}
p{
	margin: 0px 0px 8px;
	padding:0px;
	}

h1 {
	margin: 16px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	font-size: 23px;
	line-height: 28px;
	color: #6c6c6b;
	text-align:left;
	font-weight: 500;
}
h2 {
	font-size: 22px;
	margin: 16px 0px;
	line-height: 26px;
}
h3 {
	font-size:16px;
	margin: 0 0 5px;
	line-height:22px;
	color: #6c6c6b;
}
a{
	color: #000;
	text-decoration: none;
}


ul {
	margin: 0px 0px 15px 5px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
ul li {
	padding-left: 14px;
}
li:before {
	content: "\2022";
	color: #000;
	float: left;
	margin-left: 0px;
	font-size: 18px;
	text-indent: -14px;
}
.clear{
	clear:both; 
	margin:0px;
	display:block;
	padding:0px;} 
footer > p:nth-of-type(1) img{
	margin-left: 10px;
}
header img{ position:relative; top:0px; left:0px; margin:0px auto;}

@media all and (max-width:940px) {
#wrapper {
	width:100%;
	min-width: 200px !important;
	padding:0px;
	border:none;
}
headline {
position: relative;
padding: 0px 0px 0px 20px;
  text-align: center;
}
header {
	height: auto;
	padding: 20px;
	width:auto;
	margin:20px;
	text-align:center;
}
article {
	height: auto;
	padding: 10px 10px 0;
	width:auto;
	margin:0px;
}

footer {
	height: auto;
	padding: 10px;
	width:auto;
	margin: 10px;
}
.btn{
	position: static;
	text-align: center;
}
h1{
	margin: 10px 0;
	font-size: 20px;
	line-height: 24px;
	color: #6c6c6b;
	text-align:left;
}
h2{
	margin: 2.5% 0px;
	font-size: 15px;
	line-height: 20px;
}
h3{
	margin: 2.5% 0px;
	font-size: 20px;
	line-height:22px;
	color: #6c6c6b;
}
a:hover{
	text-decoration:underline;}	
ul li {
	padding-left: 15px;
}
.br br{
	display: inline;
}
h1 span{
	font-size: 18px;
	line-height: 22px;
	color: #6c6c6b;
}
li:before {
	text-indent:-15px;
}
p{
	}
footer br{display: block;}
}