html {font-size: 1.125em;}
body {
  background-color: white;
  font-family: 'Quattrocento', serif;
  font-weight: 400;
  line-height: 1.45;
  color: #333;
}
p {margin-bottom: 1.3em;}
h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
}
h1 {
  margin-top: 0;
  font-size: 2.441em;
}
h2 {font-size: 1.953em;}
h3 {font-size: 1.563em;}
h4 {font-size: 1.25em;}
h5, h6 {font-size: 1.2em;}
h6 {font-weight: bold;}
small, .font_small {font-size: 0.8em;}
a { color: #5b5bdc; }
a:hover { text-decoration: underline; }
@media(min-width: 1400px){
	.container {
		max-width: 1400px;
		width: 100%;
		margin: auto;
	}
}

#main-header {
	background: #00000002;
	border-bottom: 1px solid #00000003;
}

.logo {
	max-width: 300px;
}

article p:first-of-type::first-letter {
	font-size: 300%;
	margin-top: -2px;
	margin-right: 10px;
	float: left;
	line-height: 1;
}

main { overflow: hidden; }
#slider { width: 200vw; }
article.chapter {
	position: relative;
	float: left;
	width: 100vw;
	left: 0;
}
article.chapter.animate {
	-webkit-transition: .8s cubic-bezier(0.5, 0.2, 0, 1.033);
	-moz-transition: .8s cubic-bezier(0.5, 0.2, 0, 1.033);
	-o-transition: .8s cubic-bezier(0.5, 0.2, 0, 1.033);
	transition: .8s cubic-bezier(0.5, 0.2, 0, 1.033);
}

#numbers ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: justify;
}
#numbers ul li {
	display: inline-block;
	text-align: center;
}
#numbers ul li a {
	width: 30px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #888;
}
#numbers ul li a:hover, #numbers ul li a.active {
	text-decoration: underline;
	color: #333;
}
#numbers ul li a:visited {
	font-style: italic;
}

#credits { color: #666; }
.chapter h2 { margin-bottom: 0; }
.chapter p {
	position: relative;
	float: left;
	width: auto;
	white-space: nowrap;
	clear: both;
}
.chapter p:hover, .chapter p.active {
	color: #888;
}
.chapter p.active { text-decoration: underline; }

.share-on-twitter {
	float: left;
	color: #ccc;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}
.share-on-twitter.active {
	visibility: visible;
	opacity: 1;
}