﻿@charset "utf-8";

* {
	box-sizing:border-box;
}

html {
	min-height: 100%;
	}
	
body {
	color:#000;
	font-family: 'Roboto', sans-serif;
	font-size:0.963em;
	line-height:1.431em;
}

#wrapper {
	position:relative;
	max-width:824px;
	margin: 1rem auto;
	border:solid thin #000;	
	background-color:#fff;
	overflow:hidden;	
}

header {
padding: 2rem 2rem 0;	
}

header p {
	text-align: center;
	font-weight:bold;
	font-size:1.131em;
	color: #002060;
}

article {
padding: 0rem 2rem;	
}

footer {
padding: 2rem;	
}

p {
	text-align:justify;
}

h1 {
	text-align: center;
	font-size: 1.442em;
	line-height: 1.1em;
	color: #002060;
	hyphens: none; 
}

h2 {
	font-size:1.131em;
	line-height:1.231em;
	margin-bottom:0;
}

a:link,a:active,a:visited {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

a.link:link,a.link:visited{ text-decoration:underline;color: #777777;
display:inline-block; }

a.link:hover { text-decoration:none; }


img {
	max-width:100%;
	height:auto;
	display:block;
}

.bdu {
	position:absolute;
	bottom:1.6%;
	right:3.3%
}

@media only screen and (max-width:823px) {
	#wrapper {
		border:none;
		margin:0 auto;
		hyphens: auto; 
	}
}
	
@media only screen and (max-width:677px) {
	header,article,footer {
		padding: 0rem 1rem;		
	}
	p {
	text-align:left;
	}
	
	.bdu, img {
	position:relative;
	bottom:0%;
	margin:1rem auto;
	display:block;
	}
}

