/* Website Template by freewebsitetemplates.com */
@font-face {
	font-family: 'poller_oneregular';
	src: url('../fonts/pollerone/pollerone-webfont.eot');
	src: url('../fonts/pollerone/pollerone-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/pollerone/pollerone-webfont.woff') format('woff'),
		 url('../fonts/pollerone/pollerone-webfont.ttf') format('truetype'),
		 url('../fonts/pollerone/pollerone-webfont.svg#poller_oneregular') format('svg');
}
@font-face {
	font-family: 'leckerli_oneregular';
	src: url('../fonts/leckerlione/leckerlione-regular-webfont.eot');
	src: url('../fonts/leckerlione/leckerlione-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/leckerlione/leckerlione-regular-webfont.woff') format('woff'),
		 url('../fonts/leckerlione/leckerlione-regular-webfont.ttf') format('truetype'),
		 url('../fonts/leckerlione/leckerlione-regular-webfont.svg#leckerli_oneregular') format('svg');
}



.container {
  display: grid;
  grid-template-columns: [first] 25% [line2] 15% [line3] 3% [buffer] 57% [last] auto [end];
  grid-template-rows: [row1-start] 5% [row1-end] 10% [row2] 80% [ third-line] auto;
  
}

.item-scene-image-wide {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 4;	
  justify-self: center;
  align-self: center;
}

.item-scene-image-wide > img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  justify-self: center;
  align-self: center;
}

.charImage {
 grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 4;	
  justify-self: center;
  align-self: center;

}

.charImage > img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  justify-self: center;
  align-self: center;
}

.item-scene-text {
  grid-column-start: 4;
  grid-column-end: last;
  grid-row-start: 3;	
  justify-self: center;
  
  	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	
}

.textChar {
  grid-column-start: 4;
  grid-column-end: last;
  grid-row-start: 3;	
  justify-self: center;
  
  	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 125%;
	
}



.item-scene-title {
  grid-column-start: 4;
  grid-column-end: last;
  grid-row-start: 2;	
  justify-self: center;
}


#story p {
text-indent: 5em;
	margin: 0 0 2px;
}



body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	min-width: 960px;
	padding: 0;
}

p {
	color: #252525;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
p a {
	color: #252525;
	text-decoration: underline;
}
p a:hover {
	color: #898989;
}

#body {
	margin: 0;
	padding: 0 0 30px;
	text-align: center;
}
#body h1 {
	color: #fff;
	display: inline;
	font-family: poller_oneregular;
	font-size: 35px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#body h6 {
	color: #fff;
	display: inline;
	font-family: poller_oneregular;
	font-size: 35px;
	font-weight: normal;
	text-transform: uppercase;
}

#body h6 span {
	background: #252525;
	display: inline-block;
	padding: 15px 28px 12px;
}

#body h1 span {
	background: #252525;
	display: inline-block;
	padding: 15px 28px 12px;
}
#body > div {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	
}
#body #art img {
	border: 0;

	margin: 0;
	padding: 0;
	
}	
#body a.scene {
background: #000;
	color: #fff;
	display: inline-block;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 30px;
	font-weight: normal;
	padding: 8px 10px;
	text-decoration: none;
	text-transform: uppercase;
	position: absolute;		
}
#body a.scene:hover {
	color: #252525;
	background: #fff;
	border: 2px solid #252525;
	padding: 8px 9px;	
}	
#body > div img not(#art) {
	border: 2px solid #292929;
	margin: 24px 0 0;
	padding: 0;
}

#body > div .article {
	text-align: left;
	margin: 0 auto;
	padding: 30px 30px 0;
	width: 800px;
}
#body > div .chap {
	text-align: center;
	margin: 0 auto;
	padding: 0px 0px 0;
    padding: 10px 0px 0;
	font-style: italic;
}
#body > div .article h2 {
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 30px;
}
#body > div .article h3 {
	color: #252525;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
#body > div .article h4 {
	background: #252525;
	color: #fff;
	display: inline-block;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 30px;
	padding: 8px 27px 10px;
}
#body > div .article p {
text-indent: 5em;
	margin: 0 0 2px;
}

#body  a.next {
	float: right;
	background: #000;
	color: #fff;
	display: inline-block;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 8px 28px;
	text-decoration: none;
	text-transform: uppercase;
}
#body a.next:hover {
	color: #252525;
	background: #fff;
	border: 2px solid #252525;
	margin: -2px;
}

#body div ul li div a.more {
	background: #000;
	color: #fff;
	display: inline-block;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 8px 28px;
	text-decoration: none;
	text-transform: uppercase;
}
#body div ul li div a.more:hover {
	color: #252525;
	background: #fff;
	border: 2px solid #252525;
	margin: -2px;
}





/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: transparent; /* Fallback color */
  background-color: transparent); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 5px solid #000000;
  width: 60%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 40px;
  font-weight: bold;
  z-index: 10
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


