.title {
	border-bottom: 5px solid black;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: -42px;
	margin-left: -42px;
	padding: 20px 20px 20px;
}

body {
	font-size: 16px;
	font-family: Georgia, serif;
	width: 700px;
	margin: 0px 0px 0 250px;
	background-color: white;
	padding: 0 3em 0 3em;
	text-align: left;
}

h1 {
	margin-top: -5px;
	margin-bottom: 10px;
	font-family: Oswald, sans-serif;
	font-size: 48pt;
	font-weight: 700;
	text-transform: uppercase;
}

h2 {
	font-family: Oswald, sans-serif;
	font-size: 20pt;
	margin-top: 45px;
	margin-bottom: 5px;
	margin-left: 20px;
	color: white;
	text-transform: uppercase;
}

ul {
	list-style-type: none;
}

footer {
	border-top: 5px solid black;
	margin-top: 40px;
	margin-right: -42px;
	margin-left: -42px;
	padding: 20px 20px 20px;
	font-family: 'Roboto Condensed';
	font-size: 14px;
	font-weight: 700;
}


img {
	width: 80px;
	margin-top: 15px;
}

a:link {
	color: #7B99C0;
}

a:visited {
	color: #334050;
}

a:hover {
	color: black;
}

a:active {
	color: #0C0;
}

.sidenav {
  height: 100%;
  width: 220px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0px;
  bottom: 0;
  background-color: #334050;
  overflow-x: hidden;
  padding-top: 11px;
}

.sidenav a, .dropdown-btn {
  padding: 4px 8px 5px 0;
  text-decoration: none;
  font-size: 20px;
  font-family: 'Roboto Condensed';
  color: lightgray;
  display: block;
  border: none;
  background: none;
  width:100%;
  cursor: pointer;
  outline: none;
}

.sidenav a:hover, .dropdown-btn:hover {
  color: gray;
}