@charset "UTF-8";

@import "reset.css";
html {
	font-size: 62.5%;
}
body {
	background: #d4e09a;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	text-align: center;
}
a:link, a:visited {
	color: #339393;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #339393;
	text-decoration: underline;
}
.container {
	background: #fff;
	text-align: left;
}
.header {
	padding: 3rem 0;
}
.headR {
	text-align: right;
}
hr {
	width: 100%;
	background-color: #f0f0d8;
	color: #f0f0d8;
	height: 5px;
	border: 0;
	margin: 1em 0;
}
.nav ul {
	list-style-type: none;
	text-align: center;
	margin: 1.5em auto 4em;
}
.nav li {
	display: inline;
	padding: 0 2em; 
}
.nav li a {
	color: #339393;
	font-size: 26px;
	font-size: 2.6rem; 
	text-decoration: none;
}
.nav li a:hover, .nav li a:focus, .nav li a:active {
	text-decoration: underline;
}
h1 {
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.25;
}
.pic img {
	border: 1px solid #ccc;
}
.text ul {
	list-style: disc;
	margin: 1em;
}
.text li {
	padding: .5em 0;
	line-height: 1.25;
}
.text img {
	margin-top: 1.5em;
}
hr.bottom {
	margin: 2em 0;
}
.footer {
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 2em;
	padding-bottom: 2em;
}
/* flexible images */
img, object {
	max-width: 100%;
	height: auto;
}

/* Mobile Portrait Size and Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.nav li {
	padding: 2em; 
}
.footer {
	text-align: center;
}
}