/*CH1*/

::selection {
  background: #00a388;
  color: #ccc;
}
::-moz-selection {
  background: #00a388;
  color: #ccc;
}

body,td,th {
	font-family: Open Sans,Tahoma,Arial,sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0;
}

div.space {
	height:1270px;
}

div.h1 {
	background: -webkit-linear-gradient(#ccc, #00a388);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
  font-weight:bold;
	letter-spacing: 5px;
	left: 100px;
	top:-15px;
	position:absolute;
}
div.h1 a:hover{

	background: -webkit-linear-gradient(#00a388, #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 {
	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: 800px;
	top: 33px;
}
div.comic2:hover {

}

div.comicend {
	position: absolute;
	left: 800px;
	top: 33px;
}
div.comicspread {
	position:absolute;
	top: 33px;
}
div.comicspread:hover{
}

@media screen and (max-width: 1600px) {
	div.comic2{left: 0px;top: 1200px;}
	div.comicend {left: 0px;top: 1200px;}
	div.container {top: 2450px;}
	div.space {height:2425px;}
}
p {
	bottom: -1725px;
		left: 250px;
}

h1 a:visited {
	color: none;
	text-decoration: none;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #C3C3C3;
	text-decoration: none;
}
a:hover {
	color: #000000;
	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: 14px;
	letter-spacing:0px;
	text-align:center;
	padding: 2px;
	background-color:#eee;
}
div.talk:hover{
	opacity:1;
}

div.talk a{
	color:#00a388;
	}
div.talk a:hover{
	color:#de5a0c;
	
	}
	
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: 100px;
	top:-10px;
	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 {
}

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: 825px;
	top:-6px;
	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;
}