@charset "UTF-8";

.page {
  background-image: url(../bryce_iv-sm.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: auto;
  border: 0px solid #FF00FF;
}

header {
	height: auto;
    width: auto;
    margin-left: 0px;
    padding-top: 160px;
    border: 0px solid #FFFF00;
}

h1, h2, h3 {
  text-align: center;
}

h1 {
  font-size: 1.5em;
  font-weight: normal;
}

h2 {
  font-size: 1em;
}

h3 {
  font-size: .8em;
  font-weight: normal;
}

.chapters {
  position: relative;
  float: left;
  height: 100% !important;
  width: 100%;
  margin: 0px auto;
  padding-top: 20px;
  border: none;
}

ul {
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding: 0px;
}

li {
  width: 100%;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  border: none;
}

ul a {
  color: #afbe60;
  display: block;
  margin: 15px;
  padding: 9px;
  border: 1px solid #afbe60;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

ul a:hover {
  color: #fff;
  background-color: rgba(255,255,255,.15);
  }