<!DOCTYPE html>
<html>
<head>
<style>
@-ms-viewport{
	width: device-width;
	height:device-height;
	initial-scale: 1.0;
}
html {
	height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background:hsla(0, 0%, 30%, 1);
	color:hsla(0, 0%, 10%, 1);
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
::selection {	color:hsla(100, 100%, 0%, 1); background: hsla(180, 100%, 50%, 1);}
::-moz-selection {	color:hsla(100, 100%, 0%, 1); background: hsla(180, 100%, 50%, 1);}
a:link, a:visited {
	text-decoration: none;
	color:hsla(10, 100%, 50%, 1);
}
a:hover {
	color:hsla(300, 80%, 100%, 1);
}
a:active {
	color:hsla(300, 0%, 90%, 1);
}
summary { outline:none;}

/*--------------------------------------------- Header START --------------------------------------------------*/

/*---------------------------------------------- NAV START ---------------------------------------------------*/
.plcnav {
	position:relative;
	font-family: 'Days One', sans-serif;
	width:100%;
	color:hsla(0, 0%, 95%,1);
}
input.ham, .hamb {
	position:absolute;
	right:15px;
	top:10px;
	width:80px;
	height:45px;
	box-sizing:border-box;
	margin:0;
	outline:none;
	cursor:pointer;
	z-index:10;
}
input.ham { opacity:0;}
.hamb, .hambicon {
	pointer-events:none;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:1.4em;
	background:hsla(10, 100%, 50%, 1);
	transition: width .3s, color .2s .2s;
}
.hamb {
	opacity:1;
	color:hsla(0, 0%, 95%,1);
}
input.ham:hover ~ .hamb {
	opacity:0;
}
.hambicon {
	position:absolute;
	right:15px;
	top:10px;
	width:80px;
	height:45px;
	font-size:0em;
	box-sizing:border-box;
	color:hsla(0, 0%, 95%,0);
	margin:0;
	z-index:11;
	opacity:0;
}
input.ham:hover ~ .hambicon {
	opacity:1;
	color:hsla(0, 0%, 95%,1);
}
input.ham:hover, input.ham:hover ~ .hambicon {
	width:300px;
	font-size:1.4em;
	box-shadow:0 0 16px 0 hsla(1, 80%, 0%, .3);
}
input.ham:active, input.ham:active ~ .hambicon {
	background:hsla(10, 90%, 40%, 1);
}
input.ham:checked, input.ham:checked ~ .hambicon {
	width:300px;
	font-size:1.4em;
	color:hsla(0, 0%, 95%,1);
}
input.ham:checked ~ .hambicon {
	opacity:1;
}
.navlinks {
	display:flex;
	position:absolute;
	right:15px;
	top:55px;
	width:300px;
	height:0;
	flex-flow:column;
	justify-content:space-around;
	align-items:center;
	overflow:hidden;
	background: hsla(200, 50%, 80%, 1);
	z-index:9;
	transition:.2s;
}
input.ham:checked ~ .navlinks {
	height:510px;
	box-shadow:0 0 16px 0 hsla(1, 80%, 0%, .3);
	transition:.3s .2s;
}
.hacclinks, .comiclinks, .followlinks, .maillist, .storelink {
	display:flex;
	width:100%;
	justify-content:center;
	align-items:center;
	text-align:center;
	flex-wrap:wrap;
	font-size:1.2em;
	box-sizing:border-box;
	padding:0 2% 1%;
	opacity:0;
	transition:.2s;
}
.navlinks span {
	opacity:0;
	transition:.2s;
}
input.ham:checked ~ .navlinks .hacclinks,
input.ham:checked ~ .navlinks .comiclinks,
input.ham:checked ~ .navlinks .followlinks,
input.ham:checked ~ .navlinks .maillist,
input.ham:checked ~ .navlinks .storelink,
input.ham:checked ~ .navlinks span {
	opacity:1;
	transition:.3s .3s;
}

.hacclinks a, .hacclinks a:visited,
.followlinks a, .followlinks a:visited {
	display:inline-block;
	padding:6px 10px;
	margin:1px 1%;
	width:48%;
	box-sizing:border-box;
	background: hsla(180, 60%, 100%, .3);
	color:hsla(10, 100%, 50%, 1);
	transition:.3s;
}
.hacclinks a:hover, .hacclinks a:active,
.followlinks a:hover, .followlinks a:active {
	background: hsla(10, 100%, 50%, 1);
	color:hsla(0, 0%, 95%,1);
}
.comiclinks a, .comiclinks a:visited {
	display:flex;
	padding:6px 10px;
	margin:1px 1%;
	width:100%;
	box-sizing:border-box;
	background: hsla(180, 60%, 100%, .3);
	color:hsla(10, 100%, 50%, 1);
	transition:.3s;
}
.comiclinks a:hover, .comiclinks a:active {
	background: hsla(10, 100%, 50%, 1);
	color:hsla(0, 0%, 95%,1);
}
.storelink a, .storelink a:visited,
.maillist a, .maillist a:visited {
	display:flex;
	justify-content:center;
	padding:6px 10px;
	margin:1px 1%;
	width:100%;
	box-sizing:border-box;
	color:hsla(10, 100%, 50%, 1);
	transition:.3s;
}
.storelink a, .storelink a:visited {
	background: hsla(180, 60%, 100%, .6);
}
.maillist a, .maillist a:visited {
	background: hsla(180, 60%, 100%, .3);
}
.storelink a:hover, .storelink a:active,
.maillist a:hover, .maillist a:active {
	background: hsla(10, 100%, 50%, 1);
	color:hsla(0, 0%, 95%,1);
}

@media only screen and (max-width:600px) {
	input.ham, .hamb {
	position:fixed;
	top:0;
	right:0;
	width:70px;
	}
	.hamb, .hambicon {
		font-size:1.2em;
	}
	.hambicon {
		position:fixed;
		top:0;
		right:0;
	}
	.navlinks {
		position:fixed;
		top:45px;
		right:0;
	}
}

/*---------------------------------------------- NAV END ----------------------------------------------------*/


@media only screen and (max-width:610px) {
	.plclogo {transform:scale(.8,.8);}
}
.plchead {
	display: flex;
	width: 100%;
	height: 780px;
	background:url(images/headerbg.png) center top fixed;
	flex-direction:column;
	justify-content: space-evenly;
	align-items: center;
}
.plclogo {
	display: flex;
	position:relative;
	width:240px;
	height:360px;
	background: url(images/header-logo-bg12.jpg);
	flex-direction:column;
	justify-content: space-around;
	align-items:center;
	overflow:hidden;
	filter: drop-shadow(0 1px 15px hsla(0,0%,0%,1));
	/*
		animation:plcbgani 10s linear 0s infinite normal;
	*/
}
@keyframes plcbgani {
	0% {	background: url(images/header-logo-bg1.png); }
	4% {	background: url(images/header-logo-bg1.png); }
	5% {	background: url(images/header-logo-bg2.png); }
	9% {	background: url(images/header-logo-bg2.png); }
	10% {	background: url(images/header-logo-bg3.png); }
	14% {	background: url(images/header-logo-bg3.png); }
	15% {	background: url(images/header-logo-bg4.png); }
	19% {	background: url(images/header-logo-bg4.png); }
	20% {	background: url(images/header-logo-bg5.png); }
	24% {	background: url(images/header-logo-bg5.png); }
	25% {	background: url(images/header-logo-bg6.png); }
	29% {	background: url(images/header-logo-bg6.png); }
	30% {	background: url(images/header-logo-bg7.png); }
	34% {	background: url(images/header-logo-bg7.png); }
	35% {	background: url(images/header-logo-bg8.png); }
	39% {	background: url(images/header-logo-bg8.png); }
	40% {	background: url(images/header-logo-bg9.png); }
	44% {	background: url(images/header-logo-bg9.png); }
	45% {	background: url(images/header-logo-bg10.png); }
	49% {	background: url(images/header-logo-bg10.png); }
	50% {	background: url(images/header-logo-bg20.png); }
	54% {	background: url(images/header-logo-bg20.png); }
	55% {	background: url(images/header-logo-bg11.png); }
	59% {	background: url(images/header-logo-bg11.png); }
	60% {	background: url(images/header-logo-bg12.png); }
	64% {	background: url(images/header-logo-bg12.png); }
	65% {	background: url(images/header-logo-bg13.png); }
	69% {	background: url(images/header-logo-bg13.png); }
	70% {	background: url(images/header-logo-bg14.png); }
	74% {	background: url(images/header-logo-bg14.png); }
	75% {	background: url(images/header-logo-bg15.png); }
	79% {	background: url(images/header-logo-bg15.png); }
	80% {	background: url(images/header-logo-bg16.png); }
	84% {	background: url(images/header-logo-bg16.png); }
	85% {	background: url(images/header-logo-bg17.png); }
	89% {	background: url(images/header-logo-bg17.png); }
	90% {	background: url(images/header-logo-bg18.png); }
	94% {	background: url(images/header-logo-bg18.png); }
	95% {	background: url(images/header-logo-bg19.png); }
	100% {	background: url(images/header-logo-bg19.png); }
}
.plclogo p {
	display:block;
	font-family: 'Days One', sans-serif;
	text-shadow: 1px 1px 0 hsla(0, 0%, 100%, .7), -1px -1px 0 hsla(0, 0%, 100%, .7), -1px 1px 0 hsla(0, 0%, 100%, .7), 1px -1px 0 hsla(0, 0%, 100%, .7), -4px 5px 0 hsla(0, 0%, 0%, .4);
	user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	cursor:default;
}
.planet	{
	font-size:44px;
	transform:scale(1,2.8);
	padding:8px 0 0 0;
}
.land	{
	font-size:64px;
	transform:scale(1,2);
}
.comics	{
	font-size:44px;
	transform:scale(1,2.8);
	padding:0 0 8px 0;
}
.planet, .land, .comics {
	color:hsla(0, 100%, 50%, 1);
	animation:plcani 5s linear 0s infinite normal;
}
@keyframes plcani {
	0% {	filter:hue-rotate(0deg) brightness(200%); }
	10% {	filter:hue-rotate(36deg) brightness(200%); }
	20% {	filter:hue-rotate(72deg) brightness(200%); }
	30% {	filter:hue-rotate(108deg) brightness(200%); }
	40% {	filter:hue-rotate(144deg) brightness(200%); }
	50% {	filter:hue-rotate(180deg) brightness(200%); }
	60% {	filter:hue-rotate(216deg) brightness(200%); }
	70% {	filter:hue-rotate(252deg) brightness(200%); }
	80% {	filter:hue-rotate(288deg) brightness(200%); }
	90% {	filter:hue-rotate(324deg) brightness(200%); }
	100% {	filter:hue-rotate(360deg) brightness(200%); }
}
.plcblurb {
	max-width:400px;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	padding:0 8px;
	color:hsla(300, 50%, 100%, 1);
	filter: drop-shadow(0 0px 6px hsla(0,0%,0%,.8));
	cursor:default;
}


/*---------------------------------------------- NAV2 START ---------------------------------------------------*/
.plcnav2 {
	background:hsla(50, 50%, 30%, .0);
}
.plcnav2 a {
	display:flex;
	text-decoration:none;
	font-weight:bold;
	user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	filter: drop-shadow(0 0px 4px hsla(0,0%,100%,1)) drop-shadow(0 0px 6px hsla(0,0%,100%,.5));
}
.navbuts, .maillistbut {
	display:flex;
	max-width:500px;
	align-items:center;
	justify-content:space-around;
	flex-wrap:wrap;
	padding:0 10px;
}
.navbuts a, .maillistbut a {
	display:flex;
	text-decoration:none;
	font-weight:bold;
	font-family: 'Days One', sans-serif;
	margin: 0 45px 10px;
	transition:.2s;
}
.navbuts a {	font-size:42px; }
.maillistbut a { font-size:28px; }
.socialbuts {
	display:flex;
	flex-direction:row;
	justify-content: space-evenly;
}
.socialbuts a {
	font-size:32px;
	width:2em;
	height:1em;
	margin: 10px 6px 0;
	transition:.2s;
	opacity:1;
	filter: drop-shadow(0 0px 4px hsla(0,0%,0%,.8)) brightness(300%) grayscale(100%);
}
.socialbuts a:hover { filter: drop-shadow(0 0px 4px hsla(0,0%,0%,.8)) brightness(100%) grayscale(0%);
}
.twitbut {
	background:url("https://planetlandcomics.com/images/twitbut.png") center no-repeat ;
	background-size:contain;
}
.tumbbut {
	background:url("https://planetlandcomics.com/images/tumbbut.png") center no-repeat;
	background-size:contain;
}
.instabut {
	background:url("https://planetlandcomics.com/images/instabut.png") center no-repeat;
	background-size:contain;
}
.facebut {
	background:url("https://planetlandcomics.com/images/facebut.png") center no-repeat;
	background-size:contain;
}

/*---------------------------------------------- NAV2 END ----------------------------------------------------*/

/*---------------------------------------------- Header END ---------------------------------------------------*/

/*-------------------------------------------- Newest Release START ------------------------------------------*/

.newrelease {
	width:100%;
	background:hsla(190, 40%, 8%, 1);
	padding:0 0 80px;
}
.newestheading, .prevheading, .releasenoteshead {
	font-family: 'Days One', sans-serif;
	font-size:2em;
	padding: 50px 0 20px;
	text-align:center;
	cursor:default;
}
.newestheading {
	color:hsla(200, 50%, 95%, 1);
}
.newspreadcontain {
	width:100%;
	max-width:1080px;
	max-height:810px;
	filter: drop-shadow(0 0 10px hsla(0,0%,0%,.3));
	margin:0 auto;
}
.newspread {
	display:flex;
	background:hsla(0, 20%, 70%, 1);
	position: relative;
	flex-grow:1;
	overflow:hidden;
}
.newspread input, .newspread .toggle {
	display:none;
}
.newspread img {
	max-width:540px;
	pointer-events:none;
	cursor:default;
	z-index:1;
}
.newinfopage {
	position:absolute;
	top: 0;
	left: 540px;
	max-height: 86%;
	width:540px;
	height:810px;
	text-align: center;
	align-items:center;
	justify-content:space-around;
	flex-flow:column;
	z-index: 2;
}
.newinfopage .preleaselink,
.newinfopage .pserieslink,
.newinfopage .pnewbeginning,
.newinfopage .pupdatelink  {
	opacity:1;
	pointer-events:auto;
	cursor:auto;
}
.newinfopage .ptitleauthor {
	padding: 0 0 20px;
	background: hsla(1, 0%, 95%, 1);
	border-color: hsla(0, 0%, 8%, 1);
}
.newinfopage .pupdatetitle {
	background: hsla(1, 0%, 95%, 1);
	border-color: hsla(0, 0%, 8%, 1);
}
.newinfopage .pupdatelink {
	background: hsla(1, 0%, 95%, 1);
	border-color:hsla(1, 100%, 18%, 1);
}
.newinfopage .preleaselink {
	background: hsla(1, 0%, 95%, 11);
	border-color:hsla(1, 100%, 18%, 1);
}
.newinfopage .pserieslink {
	background: hsla(1, 0%, 95%, 1);
	border-color:hsla(1, 100%, 18%, 1);
}
.newinfopage .pnewbeginning {
	background: hsla(1, 0%, 95%, 11);
	border-color:hsla(1, 100%, 18%, 1);
}

@media only screen and (max-width:1080px) {
	.newspreadcontain {
		max-width:540px;
	}
	.newspread {
		position: relative;
		padding-top: 150%;
		flex-grow:1;
	}
	.newspread input, .newspread .toggle {
		display:flex;
	}
	.newspread img {
		position:absolute;
		top:0;
		width: 100%;
		height: auto;
	}
	.newinfopage {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		max-height: 86%;
	}
	.newinfopage .ptitleauthor {
		background: hsla(1, 0%, 95%, 0);
		border-color: hsla(0, 0%, 8%, 0);
	}
	.newinfopage .pupdatetitle {
		background: hsla(1, 0%, 95%, 0);
		border-color: hsla(0, 0%, 8%, 0);
	}
	.newinfopage .preleaselink,
	.newinfopage .pserieslink,
	.newinfopage .pnewbeginning,
	.newinfopage .pupdatelink  {
		opacity: 0;
		pointer-events:none;
		cursor:default;
	}
}
@media only screen and (max-width:610px) {
	.newestheading, .prevheading, .releasenoteshead {
		padding:20px 0;}
}

/*-------------------------------------------- Newest Release END ----------------------------------------------*/

/*----------------------------------------- Previous Releases START --------------------------------------------*/

.prevreleases {
	width:100%;
	background: linear-gradient(180deg, hsla(200, 50%, 90%, 1) 10%, hsla(250, 60%, 75%, 1) 150%);
	padding:0 0 40px;
}
.prevheading {color:hsla(190, 50%, 8%, 1);}
.prevdisplay {
	display:flex;
  flex-flow:row;
	flex-wrap:wrap;
	justify-content:center;
}
.prevspreadbox {
	width:100%;
  max-width:540px;
	max-height:810px;
	margin:0 20px 40px;
	filter: drop-shadow(0 0 10px hsla(0,0%,0%,.3));
}
.prevspread {
	position: relative;
	padding-top: 150%;
	flex-grow:1;
	overflow:hidden;
}
/* ---------------- card overlay code ---------------*/
input.prevcheckbox, .toggle {
	position:absolute;
	width:24%;
	height:12%;
	bottom:25%;
	left:0; right:0;
	border:4px solid hsla(0, 0%, 8%, 0);
	box-sizing: border-box;
	outline:none;
	cursor:pointer;
	z-index:5;
	margin:0 auto;
}
input.prevcheckbox { opacity:0; }
.toggle {
	pointer-events:none;
	background:hsla(1, 100%, 40%, .9);
	box-shadow:0 0 0 750px hsla(1, 80%, 0%, 0);
	display:flex;
	align-items:center;
	justify-content:center;
	font-family: 'Days One', sans-serif;
	font-size:3.6em;
	color:hsla(180, 100%, 100%, 1);
	font-weight:bold;
	letter-spacing:5px;
	text-indent:5px;
	overflow:hidden;
	transition:.3s;
}
input.prevcheckbox:hover ~ .toggle {
	background:hsla(1, 100%, 40%, 1);
	box-shadow:0 0 0 750px hsla(1, 80%, 0%, .3);
}
input.prevcheckbox:checked,
input.prevcheckbox:checked ~ .toggle {
	width:88%;
	height:10%;
	box-shadow:0 0 0 750px hsla(1, 80%, 0%, .4);
	bottom:4%;
	background:hsla(1, 100%, 40%, .6);
}
.prevspread img {
	position:absolute;
	top:0;
	width: 100%;
	height: auto;
}
.previnfopage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	max-height: 86%;
}
input.prevcheckbox:checked ~ .previnfopage,
input.prevcheckbox:checked ~ .newinfopage  {
	z-index:6;
}
.preleaselink, .pserieslink, .pnewbeginning, .pupdatelink {
	opacity: 0;
	pointer-events:none;
	cursor:default;
}
input.prevcheckbox:checked ~ .previnfopage .preleaselink,
input.prevcheckbox:checked ~ .previnfopage .pserieslink,
input.prevcheckbox:checked ~ .previnfopage .pnewbeginning,
input.prevcheckbox:checked ~ .previnfopage .pupdatelink,
input.prevcheckbox:checked ~ .newinfopage .preleaselink,
input.prevcheckbox:checked ~ .newinfopage .pserieslink,
input.prevcheckbox:checked ~ .newinfopage .pnewbeginning,
input.prevcheckbox:checked ~ .newinfopage .pupdatelink  {
	opacity:1;
	pointer-events:auto;
	cursor:auto;
}
.prevpanel {
	display:flex;
	font-size:1em;
	font-weight:bold;
	text-align:center;
	justify-content:center;
	align-items:center;
	background:hsla(1, 50%, 20%, 0);
	border:4px solid hsla(0, 0%, 5%, 0);
	box-sizing: border-box;
	position: absolute;
	transition:.3s 0s;
}
.prevpanel a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition:.2s;
}
.prevpanel a:hover {
	background:hsla(1, 80%, 40%, 1);
}
input.prevcheckbox:checked ~ .previnfopage .prevpanel,
input.prevcheckbox:checked ~ .newinfopage .prevpanel {
	transition:.3s .2s;
}
input.prevcheckbox:checked ~ .previnfopage .ptitleauthor,
input.prevcheckbox:checked ~ .newinfopage .ptitleauthor {
	background: hsla(1, 0%, 95%, .8);
	transition:.4s .2s;
	border-color: hsla(0, 0%, 8%, 1);
}
input.prevcheckbox:checked ~ .previnfopage .pupdatetitle,
input.prevcheckbox:checked ~ .newinfopage .pupdatetitle {
	background: hsla(1, 0%, 95%, 1);
	transition:.3s .2s;
	border-color: hsla(0, 0%, 8%, 1);
}
input.prevcheckbox:checked ~ .previnfopage .pupdatelink,
input.prevcheckbox:checked ~ .newinfopage .pupdatelink {
	background: hsla(1, 0%, 95%, .8);
	transition:.4s .3s;
	border-color:hsla(1, 100%, 18%, 1);
}
input.prevcheckbox:checked ~ .previnfopage .preleaselink,
input.prevcheckbox:checked ~ .newinfopage .preleaselink {
	background: hsla(1, 0%, 95%, .8);
	transition:.5s .3s;
	border-color:hsla(1, 100%, 18%, 1);
}
input.prevcheckbox:checked ~ .previnfopage .pserieslink,
input.prevcheckbox:checked ~ .newinfopage .pserieslink {
	background: hsla(1, 0%, 95%, 1);
	transition:.6s .5s;
	border-color:hsla(1, 100%, 18%, 1);
}
input.prevcheckbox:checked ~ .previnfopage .pnewbeginning,
input.prevcheckbox:checked ~ .newinfopage .pnewbeginning {
	background: hsla(1, 0%, 95%, .8);
	transition:.7s .6s;
	border-color:hsla(1, 100%, 18%, 1);
}
.ptitleauthor span, .pupdatetitle span {
	font-family: 'Days One', sans-serif;
	filter: drop-shadow(0 0 7px hsla(0,0%,100%,.7));
	text-shadow:1px 1px 1px hsla(0,0%,100%,.4), -1px 1px 1px hsla(0,0%,100%,.4), 1px -1px 1px hsla(0,0%,100%,.4), -1px -1px 1px hsla(0,0%,100%,.4);
}
input.prevcheckbox:checked ~ .previnfopage .ptitleauthor span,
input.prevcheckbox:checked ~ .previnfopage .pupdatetitle span,
input.prevcheckbox:checked ~ .newinfopage .ptitleauthor span,
input.prevcheckbox:checked ~ .newinfopage .pupdatetitle span {
	filter: drop-shadow(0 0 .3em hsla(0,0%,0%,0));
	text-shadow:none;
	transition:.4s;
}
.ptitleauthor {
	font-size:36px;
	padding:0 0 8px;
	width:88%;
	height:22%;
	margin:5% 6% 0;
	cursor:default;
}
.pupdatetitle {
	font-size:22px;
	width:76%;
	height:16%;
	margin:0 12%;
	top: 20%;
	cursor:default;
}
.pupdatelink {
	font-size: 1.4em;
	width: 62%;
	height: 12%;
	margin: 0 32% 0 6%;
	top: 37%;
}
.preleaselink {
	width: 25%;
	height: 12%;
	margin: 0 6% 0 69%;
	top: 37%;
}
.pserieslink {
	font-size:1.6em;
	width: 88%;
	height: 40%;
	margin: 0 6%;
	top: 50%;
}
.pnewbeginning {
	font-size: 1.2em;
	width:88%;
	height:7%;
	margin: 0 6%;
	top: 91%;
}
.titleemph {
	font-size: 2.2em;
	letter-spacing:-2px;
	text-indent:-2px;
	font-variant:small-caps;
}
.seriesemph {
	font-size:.8em;
	color:hsla(0, 0%, 5%, .6);
 }

@media only screen and (max-width:1080px) {
	.prevspreadbox {
		margin:0 0 40px;
	}
	input.prevcheckbox:checked ~ .newinfopage .ptitleauthor,
	input.prevcheckbox:checked ~ .newinfopage .pupdatetitle {
		border-color: hsla(0, 0%, 8%, 1);
	}
	input.prevcheckbox:checked ~ .previnfopage .pupdatelink,
	input.prevcheckbox:checked ~ .previnfopage .preleaselink,
	input.prevcheckbox:checked ~ .previnfopage .pserieslink,
	input.prevcheckbox:checked ~ .previnfopage .pnewbeginning {
		border-color:hsla(1, 100%, 20%, 1);
	}

}
@media only screen and (max-width:540px) {
	.toggle {
		font-size:2em;
	}
	.prevpanel {
		border:3px solid hsla(0, 0%, 5%, 0);
	}
	.prevpanel a:hover {
		background:hsla(1, 80%, 40%, 0);
	}
	input.prevcheckbox:checked ~ .previnfopage .ptitleauthor,
	input.prevcheckbox:checked ~ .previnfopage .pupdatetitle {
		border-color: hsla(0, 0%, 8%, 1);
	}
	input.prevcheckbox:checked ~ .previnfopage .pupdatelink,
	input.prevcheckbox:checked ~ .previnfopage .preleaselink,
	input.prevcheckbox:checked ~ .previnfopage .pserieslink,
	input.prevcheckbox:checked ~ .previnfopage .pnewbeginning {
		border-color:hsla(1, 100%, 20%, 1);
	}
	.ptitleauthor {
		font-size:26px;
	}
	.pupdatetitle {
		font-size:16px;
	}
	.pupdatelink {
		font-size: 1em;
	}
	.pserieslink {
		font-size:1.3em;
	}
	.pnewbeginning {
		font-size: 1em;
	}
	.titleemph {
		font-size: 1.6em;
	}
	.seriesemph {
		font-size:.8em;
	 }
}

/*------------------------------------------- Previous Releases END ----------------------------------------------*/

/*------------------------------------------- Short About START -------------------------------------------------*/
.shortabout {
	display:flex;
	width:100%;
	justify-content:center;
	align-items:center;
	flex-flow:column;
	flex-wrap:wrap;
	background:linear-gradient(180deg, hsla(200, 50%, 10%, 1) 15%, hsla(200, 100%, 50%, 1) 250%);
	padding:40px 0 70px;
}
.shortabout a {
	background: hsla(200, 50%, 0%, .2);
	padding:1px 3px;
}
.aboutheader {
	font-family: 'Days One', sans-serif;
	font-size:42px;
	padding: 50px 20px 40px;
	text-align:center;
	color:hsla(200, 50%, 100%, 1);
	cursor:default;
}
.aboutdets {
	display:flex;
	max-width:800px;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	color:hsla(200, 50%, 93%, 1);
	font-size:1.3em;
}
.aboutdets a {font-weight:bold;}
.aboutdets p {
	text-align:center;
	margin:0 25px 50px;
}
.emph1 {
font-weight:bold;
color:hsla(10, 100%, 75%, 1);
}
.emph2 {
font-weight:bold;
color:hsla(170, 90%, 70%, 1);
}
.keepscrolling {
font-size:1.2em;
margin:0 20% 50px !important;
filter: drop-shadow(0 0 15px hsla(0,0%,0%,.4));
}

@media only screen and (max-width:610px) {
	.shortabout {		padding:40px 0 30px;	}
	.aboutheader {
		font-size:2.2em;
		padding: 30px 10px 40px;
	}
	.aboutdets {font-size:1.1em;}
}

/*-------------------------------------------- Short About END --------------------------------------------------*/

/*------------------------------------------- Our Comics START ----------------------------------------------*/
.ourcomics {
	width:100%;
	background:hsla(210, 20%, 9%, 1);
	padding:0 0 60px;
}
.ourcomicsheader {
	font-family: 'Days One', sans-serif;
	font-size:48px;
	padding: 50px 0 20px;
	text-align:center;
	color:hsla(200, 50%, 100%, 1);
	cursor:default;
}
.ourcomicscontainer {
	display:flex;
	max-width:1100px;
	justify-content:center;
	align-items:center;
	flex-flow:row;
	flex-wrap:wrap;
	margin:0 auto;
}
.comiccontain {
	width:100%;
	max-width:480px;
	max-height:720px;
	margin:20px 30px 40px;
	filter: drop-shadow(0 0 10px hsla(0,0%,0%,.3));
}
.comic {
	position: relative;
	padding-top: 150%;
	flex-grow:1;
	overflow:hidden;
}
.diamondcutter {
	color:hsla(330, 100%, 50%, 1);
}
.roadbastards {
	color:hsla(280, 100%, 40%, 1);
}
.chaossword {
	color:hsla(0, 0%, 15%, 1);
}
.newchallenger {
	color:hsla(220, 100%, 40%, 1);
}
.bloodrush {
	color:hsla(355, 100%, 30%, 1);
}
input.seriescheck, .seriesdets {
	position:absolute;
	width:25%;
	height:12%;
	top:50%;
	left:0; right:0;
	margin:0 auto;
	box-sizing:border-box;
	border:4px solid hsla(0, 0%, 8%, 1);
	cursor:pointer;
	z-index:5;
	outline:none;
}
input.seriescheck { opacity:0;}
.seriesdets {
	display:flex;
	align-items:center;
	justify-content:center;
	font-family: 'Days One', sans-serif;
	font-size:3.8em;
	color:hsla(180, 100%, 100%, 1);
	font-weight:bold;
	overflow:hidden;
	box-sizing: border-box;
	background:hsla(1, 100%, 40%, .9);
	border:4px solid hsla(0, 0%, 8%, 0);
	box-shadow:0 0 0 700px hsla(1, 80%, 0%, 0);
	pointer-events:none;
	transition:.3s;
}
input.seriescheck:hover ~ .seriesdets {
	background:hsla(1, 100%, 40%, 1);
	box-shadow:0 0 0 700px hsla(1, 80%, 0%, .2);
}
input.seriescheck:checked ~ .seriesdets {
	box-shadow:0 0 0 700px hsla(1, 80%, 0%, 0);
}
input.seriescheck:checked ~ .seriesdets,
input.seriescheck:checked {
	width:88%;
	height:8%;
	top:35%;
	font-size:1.8em;
	z-index:5;
}
.seriesimg {
	position:absolute;
	top:0;
	width: 100%;
	height: auto;
	z-index:1;
}
.seriesinfo {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	max-height:720px;
	display:flex;
	text-align:center;
	align-items:center;
	justify-content:space-around;
	flex-flow:column;
	z-index:2;
	cursor:default;
}
.moredetails a, .seriesbegin a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition:.2s;
}
.moredetails a:hover, .seriesbegin a:hover {
	background:hsla(1, 80%, 40%, 1);
}
.keywords a {
	background: hsla(200, 50%, 0%, .1);
	padding:3px;
}
.seriestitle, .seriesauthor {
	font-family: 'Days One', sans-serif;
	font-weight:bold;
	display:flex;
	align-items:center;
	justify-content:center;
	width:88%;
}
.seriestitle span, .seriesauthor span {
	filter: drop-shadow(0 0 8px hsla(0,0%,100%,1));
	transition:.3s;
}
input.seriescheck:checked ~ .seriesinfo .seriestitle span,
input.seriescheck:checked ~ .seriesinfo .seriesauthor span {
	filter: drop-shadow(0 0 16px hsla(0,0%,100%,1));
}
.seriestitle {
	height:18%;
	font-size: 48px;
	margin: 6% 0 0;
	box-shadow:0 0 0 700px hsla(1, 80%, 0%, 0);
	background:hsla(1,80%,0%,0);
}
input.seriescheck:checked ~ .seriesinfo .seriestitle {
	box-shadow:0 0 0 700px hsla(1, 80%, 0%, .4);
	background:hsla(1,80%,0%,.4);
	transition:.3s;
}
.seriesauthor {
	font-size:30px;
	height:13%;
}
.moredetails, .keywords, .seriesbegin {
	display:flex;
	align-items:center;
	justify-content:space-evenly;
	flex-direction:column;
	box-sizing: border-box;
	width:88%;
	background:hsla(1, 0%, 95%, 1);
	border:4px solid hsla(0, 0%, 8%, 1);
	opacity: 0;
	pointer-events:none;
	cursor:default;
	transition:.2s;
}
input.seriescheck:checked ~ .seriesinfo .moredetails,
input.seriescheck:checked ~ .seriesinfo .keywords,
input.seriescheck:checked ~ .seriesinfo .seriesbegin {
	opacity:1;
	pointer-events:auto;
}
input.seriescheck:checked ~ .seriesinfo .moredetails {
	transition:.3s .2s;
}
input.seriescheck:checked ~ .seriesinfo .keywords {
	transition:.4s .3s;
}
input.seriescheck:checked ~ .seriesinfo .seriesbegin {
	transition:.5s .4s;
}
.moredetails {
	font-size:2.8em;
	font-weight:bold;
	height:18%;
	margin:10% 0 0;
}
.moredetails span {font-size:.4em; opacity:.7;}
.keywords {
	font-size:1.2em;
	height:25%;
}
.morekeywords summary { cursor:pointer; }
.insidekey span, .insidekey a{
	display:block;
	margin:2% 0;
}
.seriesbegin {
	font-weight:bold;
	font-size:1.2em;
	height:8%;
	margin:0 0 5%;
}
.howinfo {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	max-height:720px;
	display:flex;
	text-align:center;
	align-items:center;
	justify-content:space-around;
	flex-flow:column;
	z-index:2;
	cursor:default;
}
.howto {
	position: relative;
	padding-top: 150%;
	flex-grow:1;
	overflow:hidden;
	color:hsla(0, 0%, 95%, 1);
	background:hsla(0,0%,13%,1);
}
.howto h2 {
	font-family:'days one', sans-serif;
	font-size:2em;
	padding:2% 4%;
}
.howto p {
	font-size:1em;
	padding:3% 5%;
	margin:0;
}
.emphnc, .emphrb2, .emphdc, .emphbr, .emphcs {font-weight:bold;}
.emphnc {	color:hsla(220, 100%, 60%, 1);}
.emphrb2 {	color:hsla(280, 100%, 50%, 1);}
.emphdc {	color:hsla(340, 100%, 60%, 1);}
.emphbr {	color:hsla(355, 100%, 40%, 1);}
.emphcs {	color:hsla(0, 0%, 40%, 1);}


@media only screen and (max-width:900px) {
	.comiccontain {
		margin:20px 0px 20px;
	}
}
@media only screen and (max-width:500px) {
	.insidekey span, .insidekey a{
		margin:0 0;
	}
	.seriestitle {
		font-size: 40px;
	}
	.seriesauthor {
		font-size:20px;
	}
	.moredetails {
		font-size:2.2em;
	}
	.moredetails span {font-size:.4em; }
	.keywords {
		font-size:1em;
	}
	.seriesbegin {
		font-size:.9em;
	}
	.howinfo {
		position: relative;
	}
	.howto {
		padding:1% 0 3%;
	}

}

/*------------------------------------------- Our Comics END -------------------------------------------------*/

/*------------------------------------------- Release Notes START ----------------------------------------------*/
.releasenotes {
	display:flex;
	width:100%;
	justify-content:center;
	align-items:center;
	flex-flow:column;
	flex-wrap:wrap;
	background:hsla(0, 0%, 90%, 1);
	padding:0 0 60px;
}
.releasenoteshead {	color:hsla(20, 50%, 5%, 1); }
.releasenoteshead p {
	font-size:.6em;
	padding:10px;
}
#notesload {
	display:block;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	padding:20px 25px;
	margin:20px;
	color:hsla(0, 50%, 98%, 1);
	background:hsla(0, 50%, 10%, .1);
	filter: drop-shadow(0 0 4px hsla(0,0%,0%,.4));
	border:none;
	transition:.3s;
}
#notesload:hover {
	color:hsla(0, 50%, 10%, 1);
	background:hsla(200, 50%, 80%, 1);
	filter: drop-shadow(0 0 10px hsla(0,0%,0%,.5));
}
.releasenotescontainer {
	display:flex;
	max-width:1000px;
	min-height:10px;
	box-sizing:border-box;
	padding:10px;
	justify-content:center;
	align-items:center;
	flex-flow:column;
	background:hsla(0, 0%, 50%, .2);
	overflow:hidden;
}
.releasenotescontainer article {
	max-width:1000px;
	padding:1%;
}
.releasenotescontainer * img {
	max-width:100%;
	height:auto;
	box-sizing:border-box;
	padding:1% 0;
	display:block;
	margin:0 auto;
}
.blogstylehead {
	font-size:2em;
	margin:1% 0 2%;
	padding:20px 5%;
	text-align:center;
	background:hsla(0,0%,100%,.3);
}
.blogstylesubhead {
	text-align:center;
	font-size:.9em;
	padding:1% 10%;
}
.blogstuff {
	padding:20px 2%;
	background:hsla(0,0%,100%,.3);
}
.releasenotescontainer * p {
	margin-bottom:16px;
}
.additional {
	display:block;
	min-width:50%;
	margin:2% auto;
	padding:20px 20px 22px;
	font-size:1.8em;
	align-self:center;
	text-align:center;
	font-weight:bold;
	background:hsla(0,0%,100%,.3);
}

@media only screen and (max-width:600px) {
	.releasenotescontainer {
		padding:10px 0;
	}
	.releasenotescontainer article {
		padding:1% 0;
	}
	.blogstylehead, .additional {
		font-size:1.6em;
	}
}

/*----------------------------------------- Release Notes END -----------------------------------------------*/

/*------------------------------------------ Bottom Buttons START --------------------------------------------*/
.bottombuts {
	display:flex;
	width:100%;
	justify-content:center;
	align-items:center;
	flex-flow:row;
	flex-wrap:wrap;
	background:hsla(200, 40%, 20%, 1);
	padding:90px 0;
}
.bottombuts a, .bottombuts a:visited {
	display:block;
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
	padding:20px 25px;
	margin:20px 50px;
	color:white;
	background:hsla(0, 50%, 10%, 1);
	filter: drop-shadow(0 0 5px hsla(0,0%,0%,.5));
	transition:.3s;
}
.bottombuts a:hover {
	color:hsla(0, 50%, 10%, 1);
	background:hsla(200, 50%, 80%, 1);
	filter: drop-shadow(0 0 15px hsla(0,0%,0%,.5));
}

/*-------------------------------------------- Bottom Buttons END ----------------------------------------------*/

/*-------------------------------------------- Bottom Mail START ----------------------------------------------*/
.bottommail {
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:hsla(10, 100%, 60%, 1);
}
.mailboxbox {
	width:720px;
	display:flex;
	align-items:center;
	justify-content:space-around;
	flex-wrap:wrap;
	background:hsla(0, 0%, 100%, .5);
	padding:2%;
	margin:2%;
}
.mailbox {
	padding:1% 2% 3%;
}
.mailbox * h2 {
	font-family: 'Days One', sans-serif;
	font-size:2em;
	text-align:center;
	cursor:default;
}
.mailbox * h2 + p {
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 4%;
	text-align:center;
	cursor:default;
}
.mailname, .mailemail, .mailsubmit {
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	padding:10px;
	background-color:hsla(0, 0%, 100%, .4);
}
.mailname input, .mailemail input {
	width:100%;
	height:34px;
	box-sizing:border-box;
	padding:0 2%;
	font-size:1em;
	font-weight:bold;
	text-align:center;
}
.mailsubmit input {
	font-size:1.2em;
	font-weight:bold;
	width:100%;
	height:40px;
	padding:2%;
	box-sizing:border-box;
	border:none;
	color:hsla(0, 0%, 100%, 1);
	background-color:hsla(10, 100%, 50%, 1);
	filter:drop-shadow(0 0 8px hsla(0,0%,0%,.4));
	transition:.25s;
}
.mailsubmit input:hover, .mailsubmit input:active {
	color:hsla(10, 100%, 50%, 1);
	background-color:hsla(0, 0%, 100%, 1);
	filter:drop-shadow(0 0 10px hsla(0,0%,0%,.6));
}
.mailboximg {
	display:flex;
	justify-content:center;
	align-items:center;
	padding:20px 10px 10px;
	box-sizing:border-box;
}

@media screen and (max-width:750px) {
	.mailboxbox {
		width:100%;
	}
}

/*-------------------------------------------- Bottom Mail END ----------------------------------------------*/

/*---------------------------------------------- FOOTER START --------------------------------------------------*/
footer {
	display:flex;
	width:100%;
  padding:30px 0;
	font-family: 'noto sans', arial, helvetica, sans-serif;
  background:hsla(210, 0%, 10%, 1);
	color:hsla(210, 0%, 100%, 1);
	justify-content:center;
	align-items:baseline;
	flex-direction:row;
	flex-wrap:wrap;
	z-index:10;
}
footer > p, .footseriesjump, .footsocial {
	display:flex;
	min-height:200px;
	max-width:360px;
	font-size: 1.2em;
	text-align:center;
	margin:5px;
	flex-direction:column;
	justify-content:space-around;
}
footer > p a:link, .footsocial a:link {
	display:flex;
	background:hsla(200, 50%, 0%, .2);
	padding:10px 20px;
	margin:5px;
}
footer span {
	margin:20px;
}
.footseriesjump a:link, .footseriesjump a:visited {
	display:flex;
	justify-content:center;
	background:hsla(200, 100%, 0%, .3);
	color:hsla(200, 100%, 50%, 1);
	padding:10px 20px;
	margin:5px;
	transition:.2s;
}
.footseriesjump a:hover, .footseriesjump a:active { 	color:hsla(200, 100%, 100%, 1); }

/*-------------------------------------------- FOOTER END -----------------------------------------------------*/

/*---------------------------------------------- 404 page Start ---------------------------------------------*/
.bod404 {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	min-height:95vh;
	background:url(images/404bg.jpg) center top fixed;
}
.art404 {
	max-width:800px;
	padding:1em;
	margin:10% 0;
	background: hsla(0, 0%, 100%, .6);
}
.head404 {
	font-size:3em;
	font-weight:bold;
	color:hsla(0, 0%, 5%, 1);
	text-align:center;
	padding: 1em 0;
	background: hsla(0, 0%, 100%, .9);
}
.art404 p {
	font-size:1.2em;
	padding:2% 8%;
	text-align:center;
	background: hsla(0, 0%, 100%, .9);
}
a.homebut404, a.homebut404:visited {
	display:inline-block;
	margin:1em 0;
	text-align:center;
	font-size:2em;
	font-weight:bold;
	color:hsl(0, 0%, 100%);
	padding:1em;
	background-color:hsla(10, 100%, 50%, 1);
	box-shadow:0 0 10px 0 hsla(117, 77%, 0%, .6);
	transition:.3s;

}
a.homebut404:hover, a.homebut404:active {
	background-color:hsl(0, 0%, 100%);
	color:hsla(10, 100%, 50%, 1);
	box-shadow:0 0 16px 0 hsla(243, 77%, 0%, .9);
}
@media only screen and (max-width:650px) {
	.head404 {font-size:2em;}
	a.homebut404, a.homebut404:visited {font-size:1.6em;}
}
/*---------------------------------------------- 404 page END ---------------------------------------------*/
</style>
</head>
</html>
