ul {
 list-style-type: none;
  top: 0;
  margin: 0;
  padding: 0;
  width: 25%;
  background-color: #c4e3f2;
  height: 100%; /* Full height */
  position: fixed; /* Make it stick, even on scroll */
  overflow: auto; /* Enable scrolling if the sidenav has too much content */
}

li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
  font-family: Courier Prime;
}

/* Change the link color on hover */
li a:hover {
  background-color: #2678ab;
  color: white;
}

#main {
  margin-left:25%;
  padding:1px 20px;
  height:1000px;
}

#header {
  font-family: Courier Prime;
  margin-left: 25%;
  padding: 20px;
	font-size: 100%;
  color: #2c3e4d;
}

h2 {
	font-family: Courier Prime;
}