﻿* {
	box-sizing: border-box;
	margin:0px; padding:0px;
}
html {
	min-height: 100%;
}
img {
	max-width: 100%;
	border:none;
}
	

#wrapper {
	position: relative;
	max-width: 510px;
	margin: 12px auto;
	border: 1px solid #1185bf;
	padding:20px;
	overflow: hidden;
	text-align: left;
	font-size: 16px;
	line-height: 19px;
	color: #231f20;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	background-color: #fff;
}
header {
	text-align: center;
}

footer {
	text-align: justify;
}
nav,figure,address{
	display:block;
	margin:0px;
	font-style:normal;
	padding:0px;}
p{
	margin: 13px 0px 10px;
	padding:0px;
	text-align: justify;
	}

	.center{
		text-align: center;
	}

h1 {
	margin: 12px 0px 14px 0px;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
}
h2 {
	font-size: 22px;
	margin: 16px 0px;
	line-height: 26px;
}
h3 {
	font-size:13px;
	margin: 16px 0px;
	line-height:18px;
}
a{
	color: #231f20;
	text-decoration: none;
}

ul {
	margin: 0 0 10px;
	list-style: none;
}
ul li {
	padding-left: 16px;
}
li:before {
	content: "\2022";
	color: #200E00;
	float: left;
	margin-left: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 23px;
	text-indent: -16px;
}
.clear{
	clear:both; 
	margin:0px;
	display:block;
	padding:0px;} 

header img{ position:relative; top:0px; left:0px; margin:0px auto;}
footer a{color: #1185bf;font-weight: bold;}
footer span{width:100%;text-align: center;display: inline-block;margin-top: 10px;}
@media all and (max-width:509px) {
#wrapper {
	width:98%;
	min-width: 200px !important;
	padding:0px;
	border:none;
}
header {
	height: auto;	
	padding:3% 3% 0%;	
	width:auto;
	margin:0px;
}
article {
	height: auto;	
	padding:0% 3%;	
	width:auto;
	margin:0px;
}

footer {
	height: auto;	
	padding:3%;	
	width:auto;text-align: left;
	margin:0px;
}
h1{
	margin: 3% 0px 3% 0%;
	font-size: 18px;
	line-height: 22px;
}
h2{
	margin: 2.5% 0px;
	font-size: 15px;
	line-height: 20px;
}
h3{
	margin: 2.5% 0px;
	font-size: 13px;
	line-height:18px;
}
	
ul li {
	padding-left: 15px;
}
li:before {
	text-indent:-15px;
}
p{
	margin:0px 0px 3%;
	text-align: left;
	}
br{
	display:none;}
footer br{display: block;}
footer span{width:auto;text-align: left;
display: inline-block;}
}

