@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
}

header {
	background-color: #84ca42;
	padding: 9px 15px 2px;
	height: 32px;
}

header img {
	width: 220px;
}

header a, header a:hover, header a:focus {
	color: #fff;
	text-decoration: none;	
}

header .btnNav {
	float: right;
	color: #fff;
}

footer {
	background-color: #84ca42;
	height: 43px;
}

footer {
	padding: 10px 15px 0;
	color: #fff;
}

footer .copy {
	font-size: 0.9em;
	margin-top: 8px;
	display: inline-block;
}

footer a {
	float: right;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #6cb12a;
	border: 1px dotted #fff;
	text-decoration: none;
	font-weight: 600;
	width: 200px;
	margin: 0 auto;
	padding: 5px;
}

footer a:hover, footer a:focus {
	background-color: #84ca42;
}

div#container {
	width: 100vw;
	height: calc(100vh - 96px);
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div#container embed {
	width: 100vw;
	height: 100%;
}

div#container embed html {
	overflow-y: auto;
}