html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
.u-clearboth {
  clear: both;
}
.u-innerWidth {
  max-width: 1100px;
}
h1,
p {
  font-family: "calluna", serif;
}
footer {
  font-family: "proxima-nova", sans-serif;
}
h1 {
  font-size: 60px;
}
p {
  font-size: 21px;
  line-height: 28px;
}
html {
  background: white;
}
img {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: 300ms opacity;
}
.Title {
  padding-left: 100px;
}
.Title h1 {
  color: #d31212;
}
.Title-Role {
  font-style: italic;
  color: #b8b8b8;
  margin: 15px 0 5px 0;
}
.Title-Name a {
  color: black;
  text-decoration: none;
}
.Title-Name a:hover {
  color: #d31212;
}
.Volume {
  margin-left: 100px;
  border-left: 1px solid #d31212;
  padding-bottom: 100px;
}
.Page {
  border-top: 1px solid #b8b8b8;
  padding: 0 50px 0 200px;
  margin-left: -100px;
}
.Page:last-child {
  border-bottom: 1px solid #b8b8b8;
}
.Page-Text,
.Page-Image {
  width: 50%;
  float: left;
}
.Page-Text-Inner {
  padding-right: 30px;
}
.Navigation {
  position: fixed;
  width: 100px;
  height: 100%;
  left: 0;
  top: 0;
}
.Navigation ul {
  margin-left: 43px;
}
.Navigation ul li {
  margin-bottom: 15px;
}
.Navigation ul li a {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #b8b8b8;
  display: block;
}
.Navigation ul li a:hover {
  border: 1px solid black;
}
.Navigation ul li.active a {
  border: 1px solid #d31212;
}
footer {
  padding: 30px;
  font-size: 12px;
  background: #3a3a3a;
  color: gray;
}
footer a {
  text-decoration: none;
  color: gray;
}
footer a:hover {
  color: white;
}