body {
  color:#ddd;
  background-image:url(https://moonrisehaven.neocities.org/images/background.jpg);
  background-size:cover;
  background-blend-mode:soft-light;
  background-color:#333;
  padding:0px;
  font-family: "Pangolin", cursive;
}
a {
  color:inherit;
  text-decoration:none;
}
h1, h2, h3, h4, h5 {
  font-family: "IM Fell English", serif;
}
.pangolin-regular {
  font-family: "Pangolin", cursive;
  font-weight: 400;
  font-style: normal;
}
.im-fell-english-regular {
  font-family: "IM Fell English", serif;
  font-weight: 400;
  font-style: normal;
}

.im-fell-english-regular-italic {
  font-family: "IM Fell English", serif;
  font-weight: 400;
  font-style: italic;
}

.header {
  width:100%;
  height:150px;
  background: #000;
  font-family: "IM Fell English", serif;
  position: relative;
}
.header ul {
  list-style-type: none;
  font-size:14pt;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
    bottom: 0;
  left:100px;
}
.header li {
  background: #000;
  font-family: "Pangolin", cursive;
  float: left;
  margin: 3px;
  padding-right:3px;
  border-right: 1px solid #ddd;
}
.header li:nth-child(1){
  color:#ddd;
}
.header li:nth-child(1):hover {
  text-shadow:0px 0px 10px #ddd;
  text-decoration:none;
}
.header li:nth-child(2),.packinfo a,.packinfo h1,.packinfo h2,.packinfo h3,.packinfo h4,.packinfo h5{
  color:#d8d;
}
.header li:nth-child(2):hover,.packinfo a:hover {
  text-shadow:0px 0px 10px #d8d;
  text-decoration:none;
}
.header li:nth-child(3),.basics a,.basics h1,.basics h2,.basics h3,.basics h4,.basics h5 {
  color:#d88;
}
.header li:nth-child(3):hover,.basics a:hover {
  text-shadow:0px 0px 10px #d88;
  text-decoration:none;
}

.header li:nth-child(4),.wildblood a,.wildblood h1,.wildblood h2,.wildblood h3,.wildblood h4,.wildblood h5{
  color:#88d;
}
.header li:nth-child(4):hover,.wildblood a:hover {
  text-shadow:0px 0px 10px #88d;
  text-decoration:none;
}

.header li:nth-child(5),.shifting a,.shifting h1,.shifting h2,.shifting h3,.shifting h4,.shifting h5{
  color:#8d8;
}
.header li:nth-child(5):hover,.shifting a:hover {
  text-shadow:0px 0px 10px #8d8;
  text-decoration:none;
}
.content {
  margin:50px;
}
.packinfo {
  margin:50px;
}
.basics {
  margin:50px;
}
.wildblood {
  margin:50px;
}
.shifting {
  margin:50px;
}