
:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

html {
	min-height: 100%;
}

body {
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
	padding: 0;
	color: #365080;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	line-height: 1.25rem;
}

img {
	max-width: 100%;
	width: auto\9; 
	height: auto;
	border: none;
	display: block;
}

a {
	color: #365080;
	text-decoration: none;
}

header, section, footer, aside, nav, main, article, figure, p {
	display: block;
	margin: 0rem;
	padding: 0rem;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0rem;
	padding: 0rem;
}

#wrapper {
	width: 415px;
	margin: 0rem auto;
	text-align: left;
	border: 2px solid #365080;
	background-color: #fff;
}

header {
	background: #365080;
}

header section:nth-of-type(1) {
	padding: 0.625rem 0.9375rem;
}

header section:nth-of-type(1) figure:nth-of-type(1) {
	float: left;
}

header section:nth-of-type(1) figure:nth-of-type(2) {
	float: right;
}

header section:nth-of-type(2) {
	padding: 2.625rem 0.625rem 1.25rem;
	background: #fff;
	text-align: center;
}

article {
	padding: 0.625rem 1.25rem 0.875rem;
}

article p {
	text-align: justify;
}

footer {
	padding: 0.3125rem 0.625rem 1.625rem;
	text-align: center;
	font-weight: bold;
	font-size: 1.115rem;
}

p {
	margin-top: 0.625rem;
}

p:first-of-type {
	margin-top: 0rem;
}

.clearfix {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0rem;
}

h1 {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.55rem;
	line-height: 1.75rem;
	background: #374f7f;
	padding: 0.75rem 0.625rem;
}

ul {
	margin: 0 0 0.5rem 5rem;
	padding: 0 0 0.625rem;
	list-style-image: url();
	list-style: none
}

ul li {
	background: url(icon.jpg) 0 0.4375rem no-repeat;
	padding-left: 1.1875rem;
}

.cen {
	text-align: center
}


@media only screen and (max-width:415px) {
	body {
		font-size: 0.875rem;
		line-height: 1.125rem;
	}

	a {
	white-space: nowrap;
	} 

	#wrapper {
		width: 98.7%;
		border: none;
		background-color: #fff;
	}

	header {
		background: #365080;
	}

	header section:nth-of-type(1) {
		padding: 3%;
	}

	header p br {
		display: none;
	}

	article p {
		text-align: left;
	}

	footer {
		padding: 0.3125rem 3% 3%;
		text-align: center;
		font-weight: bold;
	}

	ul {
		margin: 0 0 0 5%;
		padding: 0 0 0.625rem;
		list-style-image: url();
		list-style: none
	}
	h1{font-size: 1.125rem;line-height: 1.5rem;}
}


