/*
Bestiarium produktion
*/

html { 
  background: url(/bestiarium-produktion-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
  padding: 2em;
  font-size: 1.4em;
  line-height: 1.5em;
  font-family: "Hiragino Sans W0", "Hiragino Sans", sans-serif;
}
body, a{
  color: rgba(255, 255, 255, 0.96);
}
p{
  
}

a {
  text-decoration: none;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.5);
}
a:hover{
    border-bottom: dotted 1px rgba(255, 255, 255, 1.0);
}
h1,b {
    font-family: "Hiragino Sans W4", "Hiragino Sans", sans-serif;
}
h1 {
  font-size: 1.25em;
}

#main {
  max-width: 550px;
}


@media screen and (max-width: 1000px) {
  body {
    color: rgba(255, 255, 255, 1.0);
    padding: 1.5em;
    font-size: 2.5em;
    line-height: 1.5em;
  }
  body #main {
  max-width: 850px;
  padding-top: 2em;
  }
}