@font-face{
    font-family:'dalelands_uncialregular';
    src:url('../fonts/dalelands_uncial-webfont.woff2') format('woff2'),
        url('../fonts/dalelands_uncial-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
* {
  font-family:'dalelands_uncialregular',serif;
  color:#fbf6de;
  text-shadow:1em 1em 3em #3f3f3f:
}
html {
  background-image:url(../img/d20.jpg);
  background-position:center center;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-size:cover;
}
h1 {
  font-size:12em;
}
a {
  color:#fab37d;
}
a:hover {
  text-decoration:underline;
}
#content {
  margin:0;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}
.menu {
  list-style:none;
  height:6em;
  width:50%;
  margin:auto;
}
.menu li {
  float:left;
  width:48%;
  text-align:center;
}
.mainlink {
  font-size:5em;
}
#footer {
  position:absolute;
  bottom:0;
  left:50%;
  height:50px;
  width:90%;
  transform:translate(-50%,-50%);
}
#footer div {
  float:left;
  width:50%;
}
#footer-right {
  text-align:right;
}
