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

footer {
    position: absolute;
    bottom: 5px;
    right: 15px;
}

h2 {
    margin-bottom: 1rem;
    font-size: 20px;
    font-weight: 400;
}

header {
    color: #fff;
    padding: 10px 30px;
    background: #1B4D89;
}

h3 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 1rem 0  0;
    color: #1B4D89;
}

article {
    padding: 1rem 30px;
}
:root {  font-size:16px;}
html { min-height: 100%; }
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-family: "Roboto Condensed", sans-serif;
}
#wrapper {
	border: solid thin #1B4D89;
	max-width: 736px;
	margin: 0.75rem auto;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	position: relative;
	}
h1 {
	font-size: 43px;
	/* margin: 1rem 0 1rem; */
	line-height: 45px;
	}
h1 span {font-size:70%;}
p {
	margin-bottom: 6px;
	text-align: justify;
	}
p:last-child {
	margin-bottom:0; }
a {
	color: #000;
	text-decoration: none;}
a:hover {
	text-decoration: underline; }

h4 {
    font-size: 18px;
    font-weight: 900;
}
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: 736px) {
#wrapper {
	width: 100%;
	border:none;
	margin:0;
	}

header,article {
    padding: 1rem;
}

footer {
    position: static;
    display: flex;
    justify-content: center;
    padding: 0 1rem 1rem;
}

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