/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: white;
  color: black;


	padding: 0;
	margin: 0;
	height: 100%;
	background: #000;
	font-family: Calibri, Arial, sans-serif;
	font-size: 13px;
}
img {
	max-width: 100%;
}
iframe {
	border: none;
	height: 100%;
	width: 100%;
}

.wrapper {
  height: 100%;
  min-width: 815px;
}

.manga-page	{
	height: 818px;
	display: inline-block;
	margin-top: 52px;
	margin-left: 40px;
	margin-right: 40px;
}

.main {
	display: inline-block;
	position: absolute;
	margin-top: 52px;
	height: 818px;
	width: 560px;
	background: #FFF;
}

.page {
	background: #FFF;
	padding: 24px;
}

.page h1:first-child {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: initial;
	letter-spacing: 0.5px;
	font-size: 24px;
}

h1 {
	letter-spacing: 0px;
	font-size: 32px;
	border-bottom: 5px solid #000;
}

h2 {
	border-bottom: 1px dotted #000;
}

.sidebar {  
	position: absolute;
	left: 585px;
	top: 0;
	min-width: 200px;
}

.menu a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 6px;
	display: inline-block;
	font-size: 16px;
}

.menu a:hover {
	text-decoration: underline;
}

.candle {
  width: 40px;
  margin-top: 19px;
  margin-left: 10px;
}
