body
{
   	color: black;
	background-color: white /*#AEBDB0*/;
   	font-family: Georgia, "Times New Roman", serif;
   	font-size: 1vw;
	margin: 0 auto;
}

h1, h3, nav{
	font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #8A9382;
}

h1{
   	font-size: 3.5vw;
}

h3{
   	font-size: 2vw;
}

/* Menu items */
a 
{
	text-decoration: none;
	color: #8A9382/*#444A3F*/;
}

nav a {
	transition: background-color 0.3s;
	font-weight: bold;
}


/* Active menu item — same as hover */
nav a.active{
	padding-left: 30px;
}

hr{
 	border: none;
  	border-top: 2px solid #8A9382;
	width: 98%;
}

