/*
Color Scheme
---------------------
Dark Green	#61892f
Light Green	#86c232
Black		#222629
Dark Grey	#474b4f
Light Grey	#6b6e70
*/

* {
	color:#fff;
	background-color:#222629;
	font-family:Roboto,"Open Sans",Helvetica,sans-serif;
	text-decoration:none;
}
body {
	font-size: 120%;
	margin-left:20%;
	margin-right:20%;
}
#fixedheader {
	font-weight: bolder;
	border-bottom: 2px solid #86c232;
}
#header {
	padding-top: 1em;
}
#header h2 {
	font-family: "Times New Roman",Times,serif;
	font-size: 200%;
}
h2 {
	padding: 0;
	margin: 0;	
	text-align: center;
	font-size:200%;
}
h1 {
	padding: 0;
	margin: 0;
	font-size:300%;
}
#name {
	font-family: "Times New Roman",Times,serif;
	text-align: center;
	color:#86c232;
}
.section {
	text-align: justify;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: 1em;
	margin-right: 1em;
}
h3 {
	border-bottom: 2px solid #61892f;
	padding-left: 2em;
	padding: 10px;
	font-size:150%;
	font-family: Tahoma,Geneva,"Open Sans",sans-serif;
}
a {
	color:#86c232;
}
hr {
    border:0;
    border-bottom: 3px solid;
	color:#6b6e70;
}
ul {
	list-style-type:square;
}
#nav {
text-align:center;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li {
display:inline;
}
#nav a {
color: white;
background-color: #474b4f;
text-decoration:none; 
padding:0 1.5em; /* variable width */
}
#nav a:hover {
background-color: #86c232;
color: #222629;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #86c232;
}
#footer {
	padding-top: 2%;
	padding-bottom: 2%;
	font-size: 85%;
	text-align: center;
	border-top: 2px solid #86c232;
}