body {
  margin: 40px;
  letter-spacing: 1px;
  line-height: 150%;
  font-family: "MinecraftRegular", sans-serif;
  color: white;
  background-image: url("images/darkbg.png");
  background-color: #000000
}

.nav-line {
  width: 100%;
  background-color: #464646;
  height: 2px;
}

.nav a {
  text-decoration: none;
  display: block;
  transition: .3s background-color;
  font-size: 16px;
}


.nav ul {
  list-style: none;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 0;
  margin: -40px;
  margin-bottom: 40px;
}

.nav li {
  font-family: "MinecraftRegular", sans-serif;
  font-size: 1em;
  line-height: 30px;
  height: 30px;
  color: #fff;
  border-bottom: 1px solid #888;
  display: inline-block;
  margin-right: -4px;
}

.nav a:visited, .nav a:link {
  color: #eee;
}

.nav a.active {
  background-color: #555;
  color: #fff;
}

.nav a:hover {
  background-color: #eee;
  color: #000;
}


@media screen and (min-width: 600px) {
  .nav li {
    width: 160px;
    border-bottom: none;
    height: 45px;
    line-height: 45px;
    font-size: 1.2em;
  }
}

@font-face {
	font-family: 'MinecraftRegular';
    src: url('font/minecraft-webfont.eot');
    src: url('font/minecraft-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/minecraft-webfont.woff2') format('woff2'),
         url('font/minecraft-webfont.woff') format('woff'),
         url('font/minecraft-webfont.ttf') format('truetype'),
         url('font/minecraft-webfont.svg#minecraftregularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}