﻿* { box-sizing: border-box;margin:0; padding:0; }

footer {
    margin: 1rem 1rem 4px;
}

footer p:nth-of-type(3) {
    margin-bottom: 11px;
}

footer img {
    position: absolute;
    bottom: 14px;
    right: 8px;
}

article {
    margin: -10px 1rem 14px;
}

article p {
    margin-bottom: 7px;
}
:root {  font-size:16px;}
html { min-height: 100%; }
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	font-family: "Roboto", sans-serif;
}
#wrapper {
	border: solid 4px #344C94;
	max-width: 596px;
	margin: 0.75rem auto;
	padding: 0;
	background: url(bg.jpg) no-repeat;
	overflow: hidden;
	text-align: left;
	position: relative;
	}
h1 {
	font-size: 27px;
	margin: 10px 0 4px;
	line-height:1.75rem;
	text-align: center;
	}

h1 +p {
    text-align: center;
    margin-bottom: 16px;
}
h1 span {font-size: 1rem;}
p {
	margin-bottom: 10px;
	text-align: justify;
	}
p:last-child {
	margin-bottom:0; }
a {
	color: #000;
	text-decoration: none;}
a:hover {
	text-decoration: underline; }
img {
	max-width: 100%;
	 }
ul {
	margin: 0;
	padding: 0;
	list-style: none; }
ul li {
	padding-left: 20px; }
li:before {
	text-indent:-20px;
	content: "\2022";
	color: #000;
	float: left;
	margin-left: 0;
	font-size: 25px; margin-top:-1px;	}

@media screen and (max-width: 596px) {
#wrapper {
	width: 100%;
	border:none;
	margin:0;
	background: #d2eef1;
	line-height: 19px;
	}
	
	article {
    margin: 14px 1rem;
}

footer img {
    position: static;
}

p {
    text-align: left;
}
p { margin-bottom:3%; }
}