/* RESET */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
/* GENERAL */
html,
body {
  height: 100%;
}
.header {
  background-color: #333333;
  /* background-image: url("../img/test.jpg");
  background-size: contain; */
  font-weight: 300;
  font-family: proxima-nova, "Proxima Nova", "Helvetica Neue", Arial;
  font-size: 1.2em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  transition: all 0.5s;
}
/* top_image */
div.top_image {
  width: 100%;
}
div.top_image .book {
  width: 100%;
  height: 31.99em;
  /* width: 64.69em;
  max-width: 100%;
  padding-top: 2.7em; */
  -moz-animation: rotateIn 0.8s forwards linear;
  -webkit-animation: rotateIn 0.8s forwards linear;
  -ms-animation: rotateIn 0.8s forwards linear;
  -o-animation: rotateIn 0.8s forwards linear;
  animation: rotateIn 0.8s forwards linear;
  -moz-transform-origin: 0% 100%;
  -webkit-transform-origin-y: 100%;
  -ms-transform-origin-y: 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
div.top_image .book #particle-slider {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#namebox {
  width: 100%;
  margin: -300px auto 0;
  text-align: center;
  z-index: 20;
}
/* SLIDER */
#particle-slider {
  z-index: 10;
}
#particle-slider > div {
  display: none;
}
#particle-slider > p {
  margin-top: 0.5em;
  text-align: center;
  color: #555;
}
#particle-slider > p a {
  text-decoration: none;
}
