/*CH3*/

::selection {
  background: #f3e59a;
  color: #f3939a;
}
::-moz-selection {
  background: #f3e59a;
  color: #f3939a;
}

body,td,th {
	font-family: Open Sans,Tahoma,Arial,sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0;
}
li{
	font-size:16px;
}
div.space {
	height:1277px;
}
div.FirstPageSpace {
	height:1203px;
}
div.spaceEnd {
	height:50px;
}

div.chapterStart{
	padding-left: 50px;
	padding-right: 60%;
	padding-bottom:25px;
	font-size: 16px;
}
h3{
	font-size:24px;
	position:relative;
	height:15px;
}

div.h1 {
	background: -webkit-linear-gradient(#f9fcbe, #f3e59a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
  font-weight:bold;
	letter-spacing: 5px;
	left: 100px;
	top:-25px;
	position:absolute;
}
div.h1 a:hover{

	background: -webkit-linear-gradient(#f3e59a, #f3939a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

div.h2 {
	color: #eee;
	left: 0px;
	font-size: 35px;
	top: 1222px;
	width: 350px;
	position: absolute;
}

div.h2 a:hover{
	background: -webkit-linear-gradient(#eee, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*text-shadow:
	1px 0px 0 #ccc,
    0px 1px 0 #ccc,
    0px -1px 0 #ccc,
    -1px 0px 0 #ccc;*/
}

div.h2 a{
	color:#eee;
}

div.nav {
	left: 772px;
	position:absolute;
	font-size: 45px;
	color: #cccccc;
	top: 53px;
	width:350px;
	letter-spacing:10px;
}
div.nav :hover{}

div.container {
	position: relative;
	width: 100px;
	top: 1250px;
		margin: auto;
}
div.notes { 
	display:none;
	position: absolute;
	bottom: 0;
	float: center;
	font-size: 12px;
	color: #000;
	width:250px;
	letter-spacing:0px;
	text-align:center;
	background-color: #eee; 
	border-radius: 25px;
	padding: 1px;	
}
div.notes :hover{
	cursor:default;
}
div.notes a:link {
	/*text-decoration:underline;
	background-color:#333;*/
}
div.notes a:hover {
	/*text-decoration:underline overline;
	background-color:#000;*/
	text-shadow:
	1px 0px 0 #ccc,
    0px 1px 0 #ccc,
    0px -1px 0 #ccc,
    -1px 0px 0 #ccc;
	color:#f1f1f1;
	cursor:pointer;
}

div.comicstart {
	position:absolute;
	top: 33px;
}

div.comics {
	position:absolute;
	top: 33px;
}
div.comics:hover{
}
div.comic2 {
	position: absolute;
	left: 850px;
	top: 33px;
}
div.comic2:hover {

}

div.comicend {
	position: absolute;
	top: 33px;
}
div.comicspread {
	position:absolute;
	top: 33px;
}
div.comicspread:hover{
}

@media screen and (max-width: 1680px) {
	div.comic2{left: 0px;top: 1200px;}
	div.comicend {left: 0px;top: 1200px;}
	div.container {top: 2450px;}
	div.space {height:2425px;}
	div.chapterStart{padding-right: 20%;}
	div.FirstPageSpace {height:2353px;}
}

p {
	bottom: -1725px;
		left: 250px;
}

h1 a:visited {
	color: none;
	text-decoration: none;
}

a:link {
	color: #cabf66;
	text-decoration: none;
}
a:visited {
	color: #C3C3C3;
	text-decoration: none;
}
a:hover {
	color: #fffe65;
	text-decoration: none;
}
a:active {
	color: #C3C3C3;
	text-decoration: none;
}

.tooltip {}
.tooltip a:link{ 
 text-shadow:
	1px 0px 0 #eee,
    0px 1px 0 #eee,
    0px -1px 0 #eee,
    -1px 0px 0 #eee;
}
.tooltip .tooltiptext {
    opacity: 0;
    transition: opacity .3s;
    width: 120px;
    background-color: #eee;
    color: #111;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
	font-size: 12px;
    position: absolute;
	bottom: 5px;
    left: 40%;
}

.tooltip:hover .tooltiptext {
    opacity:1;
}

.tooltip2 {}

.tooltip2 .tooltiptext2 {
    opacity: 0;
    transition: opacity .3s;
    width: 120px;
    background-color: #eee;
    color: #111;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
	font-size: 12px;
    position: absolute;
	bottom: 5px;
    left: 40%;
}

.tooltip2:hover .tooltiptext2 {
    opacity: 1;
}

div.talk {
	opacity:0.7;
	position:fixed;
	width:100%;
	bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing:5px;
	text-align:center;
	margin-bottom: 12px;
	background-color:#eee;
}
div.talk:hover{
	opacity:1;
	background-color: #eee;
	/*background: -webkit-linear-gradient(#fff, #f3e59a);*/
}
div.talk a{
	color:#cabf66;
	}
div.talk a:hover{
	cursor: pointer;
	color:#f3939a;
	text-shadow:
	1px 0px 0 #ff0,
    0px 1px 0 #ff0,
    0px -1px 0 #ff0,
    -1px 0px 0 #ff0;
	/*background-color: #fff;*/
	}
	
div.chapter1 {
	background: -webkit-linear-gradient(#ccc, #00a388);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size:  24px;
  font-weight:bold;
	letter-spacing: 5px;
	left: 825px;
	top:-6px;
	position:absolute;
}
div.chapter1 a:hover{

	background: -webkit-linear-gradient(#00a388, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
div.chapter2 {
	background: -webkit-linear-gradient(#ccc, #bebfe9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size:  24px;
  font-weight:bold;
	letter-spacing: 5px;
	left: 645px;
	top:-6px;
	position:absolute;
}
div.chapter2 a:hover{

	background: -webkit-linear-gradient(#bebfe9, #515276);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pages {
	position:relative;
	top:-1150px;
	left:650px;
}

div.chapter3 {
	background: -webkit-linear-gradient(#f9fcbe, #f3e59a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight:bold;
	letter-spacing: 5px;
	left: 100px;
	top:-10px;
	position:absolute;
}

div.chapter3 a:hover{
background: -webkit-linear-gradient(#f3e59a, #f3939a);
background: -o-linear-gradient(#f3e59a, #f3939a);
background: linear-gradient(#f3e59a, #f3939a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}