header, section, footer, aside, nav, main, article, figure {
    display: block; 
}
header {
	font-family: 'Fredericka the Great', cursive;
	color: #61892f;
	background-color: #222;
	font-size: 50px;
	padding-left: 10px;
	margin: none;
	text-shadow: 0 0 3px #ff0000;
}
body {
	font-family: 'Bitter', serif;
	background: #222629;
	color: #fff;
    margin-top: 175px;
}
body p {
    font-size: 18px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 5px;
}
section {
	padding: 10px;
}
h1 {
	font-family: 'Iceland', cursive;
	color: #86C232;
	font-size: 67px;
	text-align: center;
	text-shadow: 0 0 3px #FF0000;
    margin-top: 160px;
}
h2 {
	color: #6B6E70;
    font-size: 32px;
    padding-left: 5px;
    padding-right: 30px;
}
h3 {
    padding-left: 5px;
}
a {
	text-decoration: none;
	color: #61892f;
}
ul {
    list-style-type: none;
}
nav{
	font-family: 'Iceland', cursive;
	font-size: 48px;
    padding: 0;
    overflow: hidden;
    background-color: #222;
	border-radius: 10px;

    position: fixed;
	width: 100%;
    top: 0;
}
nav li {
    float: left;
}
nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
nav ul li a:hover {
    background-color: #111;
}
}
#header {
	
}
#navHeader {

}
footer {
	color: #61892f;
	background: #222;
	font-size: 20px;
	padding-right: 50px;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
}