/* Page Layout */
h1 {
  font-size: 20px;
  margin: 1em;
}

/* ------ Navigation ------ */
nav {
 
  color: #FFF;
  height: 70px;
  line-height: 70px;
  width: 480px;
}

nav.tacked {
  position: fixed;
  top: 0;
}

nav a {
  color: white;
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
}

nav a.active, nav a:hover {
  background: rgba(159, 182, 223, .4);
}

/* ------ Panes ------ */
.panes li {
  border-bottom: 1px solid grey;
  height: 450px;
  padding: 1em;
}