html {
	height: 100%;
	background:url(images/background2.jpg) no-repeat bottom;
	background-size: cover;
}

body {
	margin: 0 4em;
	color: #eeeeee;
}

h1, h2, li {
	font-family: "Verdana", sans-serif;
	font-weight:  lighter;
}

h1 {
	font-size: 4em;
	margin: .5em 0;
}

p {
	font-family: "Garamond", serif;
}

section p, header p {
	max-width: 30em;
}

a:link {
	color: #ffbb88;
	text-decoration: none;
}
a:visited {
	color:  #dda044;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #ffffff;
}

nav ul{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	background-color: #000000;
	list-style-type: none;
}

nav li {
	padding: .5em;
}

footer {
	text-align: center;
}