* {
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
}

body {
	background-color: #b0d2a0;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	min-width: 880px;
	font-family: 'Libre Baskerville', serif;
}

h1,h2,h3,h4 {
	color: #496141;
	text-align: right;
	font-family: 'Englebert', sans-serif;
}

h1 {
	font-size: 2em;
}

h2 {
	margin-top: -15px;
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

p {
	line-height: 1.5em;
	font-size: 0.9em;
}

a {
	color: #cbaa3e;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
}

a:hover {
	color: #d0cf76;
	text-decoration: underline;
}

ul {
}

ol {
}

li {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	-webkit-column-break-inside: avoid;
    -moz-column-break-inside:avoid;
    -moz-page-break-inside:avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    column-break-inside: avoid;
}

blockquote {
}

header {
	text-align: center;
	left: 0px;
	top: 650px;
	position: fixed;
	height: 60px;
	width: 250px;
}

header img {
	text-align: center;
	width: 90%;
}

nav {
	border-right-color: #cbaa3e;
	border-right: 10px solid;
	color: #cbaa3e;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 250px;
	background-color: #496141;
}

nav img {
	width: 270px;
	border: 12px solid black;
	border-radius: 200px;
	margin-left: -25px;
	margin-top: -70px;
}

nav ul {
	display: block;
	margin-right: 20px;
	text-align: right;
	margin-left: -20px;
}

nav ul li {
	font-size: 1.25em;
	margin-bottom: 20px;
}

nav ul li a {
}

nav ul li a:hover {
}

.mmenu {  
	display: none;
}

section[role="banner"] {
}

article {
	padding-bottom: 60px;
	padding-top: 40px;
	margin-left: 300px;
	width: 65%;
}

article p a {
	color: #496141;
}

article ul {
	margin: 0px;
	padding: 0px;
	-webkit-columns: 3;
	-moz-columns: 3;
	-o-columns: 3;
	columns: 3;
}

article ul li {
	margin-bottom: 8px;
}

article ul li a img {
	width: 100%;
	border: thick solid white;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}

article ul li a:hover img {
	-webkit-transform:scale(1.04);
	-moz-transform:scale(1.04);
	-o-transform:scale(1.04);
	transform:scale(1.04);
}

p.learnmore {
	text-align: center;
	font-size: 1.2em;
	clear: both;
}

aside {
}

footer {
	top: 720px;
	line-height: 1.25em;
	bottom: 0px;
	position: fixed;
	height: 125px;
	width: 250px;
	text-align: center;
	font-size: 0.8em;
	color: #cbaa3e;
}

footer a {
	background-repeat: repeat-x;
}

footer a:hover {
}

@media screen and (max-width: 900px) {

body {  
	font-size: 1.5em;
}

header {
	min-width: 870px;
	text-align: center;
	width: 100%;
	right: 0px;
	top: 0px;
	position: absolute;
	}

header img {
	width: 250px;
	margin-top: 10px;
}

nav {
	min-width: 850px;
	border-right-width: 0px;
	height: 100px;
	width: 100%;
	top: 0px;
	position: absolute;
	}

nav img {
	margin-top: -50px;
	width: 200px;
}

nav ul {
	margin-right: auto;
	margin-left: auto;
	background-color: #496141;
	width: 800px;
	margin-top: -70px;
	text-align: center;
	display: none;
}

nav ul li {
	padding-bottom: 2px;
	padding-top: 8px;
	border-top: thin solid #eeeeee;
	border-left-width: 0px;
	font-size: 1.5em;
	float: none;
}

nav ul li:first-child {
	border-top-width: 0px;
}

.mmenu {  
	display: block;
	width: 80px;
	position: absolute;
	right: 80px;
	top: 4px;
}

.mmenu img {
	width: 80px;
}

article {
	padding-top: 40px;
	text-align: center;
	width: 94%;
	margin-left: 2%;
	margin-right: 2%;
}

article h1 {
	line-height: normal;
	margin-left: 200px;
	margin-top: 100px;
}

aside {
}

footer {
	line-height: 2em;
	font-size: 1.5em;
	height: auto;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #496141;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	position: static;
}

}