@import url("https://fonts.googleapis.com/css?family=Chakra+Petch:400,400i,700,700i&display=swap");
body,
html {
	margin: 0;
	padding: 0;
}

body {
	background: url("/images/bg.jpg") center top no-repeat #000;
	font-family: "Chakra Petch", sans-serif;
	color: #fff;
}
body#landing { 
	background-image: url("images/bglayer1.png"), url("images/bglayer2.png"), url("images/bglayer3.png"), url("images/bg.jpg");
	background-position: bottom, top, top, top;
	background-attachment: scroll, fixed, fixed, fixed;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #000;
	}
	
	
img {
	max-width: 100%;
	height: auto;
}

a {
	color: #fff;
}

#wrapper {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	position: relative;
}

#header {
	background: url("/images/headerbg.png");
	background-size: 100%;
}
#landing #header {
	background-image: url("images/headerbg-landing.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

#header:after {
	padding-bottom: calc(100% * (825 / 2306));
	content: "";
	display: block;
}
#landing #header:after{
	padding-bottom: 270px;
	content: "";
	display: block;
}

#logo {
	position: absolute;
	z-index: 10;
}

#landing #logo {
	display: block;
	margin: 0 auto;
	width: 800px;
	padding-top: 50px;
	position: initial;
}

#menu {
	position: absolute;
	left: calc(177 / 1200 * (100% - 20px));
	padding-top: calc(191 / 1200 * (100% - 20px));
	width: 80%;
}

#mobile-header {
	display: none;
}

#menu a {
	width: calc(325 / 2400 * 125%);
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
}

#menu a:before {
	content: "";
	display: block;
	padding-bottom: calc(180 / 325 * (100%));
}

#menu a:hover {
	background-position: 0 100%;
}

#archive {
	background-image: url("/images/archive.png");
	margin-right: calc(25 / 1200 * (125% - 20px));
}

#cast {
	background-image: url("/images/cast.png");
}

#extras {
	background-image: url("/images/extras.png");
}

#store {
	background-image: url("/images/store.png");
}

#about {
	background-image: url("/images/about.png");
}

@media screen and (max-width: 750px) {
	body#landing { 
		background: url("images/bg.jpg") center top no-repeat #000;
	}
	#about-landing { padding: 0 2em;}
	#wrapper {
		padding: 20px 0;
	}
	#header, #header-landing {
		display: none;
	}
	#books-landing .book { width: 85%; }
	#mobile-header {
		display: block;
	}
	#mobile-logo {
		padding: 10px;
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}
	#update-days {
		padding-bottom: 20px;
		text-align: center;
		font-size: 1.3em;
	}
	#small-space {
		width: 300px;
		height: 50px;
		background: #ccc;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	#menuclick {
		background: #3f4143;
		padding: 10px;
		text-align: center;
		cursor: pointer;
		font-size: 1.5em;
		font-weight: bold;
	}
	#mobile-menu {
		display: none;
		background: #282a2c;
	}
	#mobile-menu a {
		text-decoration: none;
		text-align: center;
		display: block;
		padding: 10px;
		font-size: 1.3em;
	}
}

#middle {
	margin-top: calc(-130 / 1200 * (100% - 20px));
	display: flex;
	width: 100%;
	justify-content: space-between;
}

#middle-left {
	order: 0;
	width: 160px;
	flex-grow: 0;
	flex-shrink: 0;
}

#middle-center {
	order: 1;
	padding: 0 20px;
	text-align: center;
	width: 100%;
}

.cc-contentwarning {
	color: #040406;
	background-color: #fd9540;
}

#middle-right {
	order: 2;
	width: 160px;
	flex-grow: 0;
	flex-shrink: 0;
}

#top-space {
	width: 728px;
	height: 90px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #ccc;
	overflow: hidden;
}

#social {
	background: url("/images/sidebar-bg.png");
	width: 160px;
	height: 434px;
	background-repeat: no-repeat;
	background-size: 100%;
}

#middle-left a {
	display: block;
	background-size: 100%;
	background-repeat: no-repeat;
}

#middle-left a:before {
	display: block;
	content: "";
}

#middle-left a:hover {
	background-position: 0 100%;
}

#hiveworks {
	width: 100%;
	background-image: url("/images/hiveworks.png");
}

#rss,
#twitter,
#facebook,
#tumblr,
#bluesky {
	width: calc(93 / 280 * 95%);
	margin-left: 60px;
}

#hiveworks:before {
	padding-bottom: calc((36 / 28) * 100%);
}

#rss:before,
#twitter:before,
#facebook:before,
#tumblr:before,
#bluesky:before {
	padding-bottom: calc((80 / 93) * 100%);
}

#rss {
	background-image: url("/images/rss.png");
}

#twitter {
	background-image: url("/images/twitter.png");
}
#bluesky {
	background-image: url("/images/bluesky.png");
}

#tumblr {
	background-image: url("/images/tumblr.png");
	margin-top: 10px;
}

#facebook {
	background-image: url("/images/facebook.png");
}

#tip-jar {
	background-image: url("/images/tipjar.png");
}

#tip-jar:before {
	padding-bottom: calc(819 / 639 * 100%);
}

#patreon {
	background-image: url("/images/patreon.png")
}

#patreon:before {
	padding-bottom: calc(426 / 340 * 100%)
}

#right-space {
	width: 160px;
	height: 600px;
	background: #ccc;
}#tall-space { margin: 1em 0; }
#box-space { margin: 1em auto; width: 300px; }
#knife { text-align: center; margin: 15px auto; }
.cc-nav {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
}

.cc-nav a,
.cc-nav div {
	display: inline-block;
	width: calc((100% - 20px) * 132 / 702);
	background-size: 100%;
}

.cc-nav a:hover {
	background-position: 0 100%;
}

.cc-nav a:before {
	display: block;
	content: "";
	padding-bottom: calc(165 / 132 * 100%);
}

.cc-first {
	background-image: url("/images/first.png");
}

.cc-prev {
	background-image: url("/images/prev.png");
}

.cc-navaux {
	background-image: url("/images/navaux.png");
}

.cc-next {
	background-image: url("/images/next.png");
}

.cc-last {
	background-image: url("/images/last.png");
}

.cc-nav a.cc-navaux {
	width: calc((100% - 20px) * 174 / 702);
}

.cc-nav a.cc-navaux:before {
	padding-bottom: calc(165 / 174 * 100%);
}


/* LANDING PAGE */

#links-landing {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 50px auto;
}
#links-landing img { transition-duration: 400ms; }
#links-landing a.blue:hover img { filter: drop-shadow(0 0 0.75rem #a5f9e6); }
#links-landing a.pink:hover img { filter: drop-shadow(0 0 0.75rem #f78aa0); }

main > * {
	flex: 1;
}


.start {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	max-width: 46%;
}

/* background */

#landing-background {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.backdrop-layer {
	position: absolute;
	bottom: 0;
}

.Backdrop_Grid {
	display: grid;
	align-content: end;
}

.backdrop1 {
	z-index: -1;
}

.backdrop2 {
	z-index: -2;
}

.backdrop3 {
	z-index: -3;
}

/* caution-tape */

.caution-tape {
	height: 65%;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 100;
}

.caution-tape::before {
	content: "";
	position: absolute;
	width: 200%;
	height: 100%;
	z-index: 100;
	background-image: url('/uploads/1720848317-GJS_stripey_bar_for_the_top.png');
	background-repeat: repeat-x;

}


.caution-tape.top {
	height: 50%;
}

.caution-tape.top::before {
	transform: rotate(-10deg);
	left: -100;
	background-position: top center;
	top: 20;
	margin-bottom: 100px;
}

.caution-tape.bottom {
	height: 45%;

}

.caution-tape.bottom::before {
	transform: rotate(10deg);
	left: -100;
	background-position: bottom center;
	bottom: 40;
}

#about-landing, #books-landing {
	text-align: center;
	margin: 0 auto;
	color: #FFF;
}
#about-landing p { font-size: 20px; }
#books-landing { display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 50px; }
#books-landing .book { width: 27%; padding: 1em; text-align: center; opacity: 0.75; transition-duration: 400ms; }
#books-landing .book img:hover { filter: drop-shadow(0 0 0.75rem #f78aa0); opacity: 1;}
#books-landing .book a:hover { text-decoration: none;}

/* Accordian Archive */

#pagewrap.accordian .cc-storyline-contain {
	background-image: url('/uploads/1646296799-archive-bar.png');
	background-color: #FFA044;
	display: flex;
	flex-wrap: wrap;
	background-size: 100% auto;
	background-position: top right;
	justify-content: space-between;
	background-repeat: repeat-y;
}

#pagewrap.accordian .cc-storyline-thumb {
	margin: 0;
	padding: 0;
	max-height: 200px;
	width: 100%;
	display: none;
}

#pagewrap.accordian .cc-storyline-thumb a {
	display: flex;
}

#pagewrap.accordian .cc-storyline-thumbwrapper {
	display: none;
	background-color: black;
	width: 100%;
}

#pagewrap.accordian .page-header {
	width: 100%;
	height: 110px;
	background-size: contain;
	display: block;
	background-repeat: no-repeat;
	color: transparent;
	padding: 0;
}

#pagewrap.accordian .page-header.banner {
	background-image: url('/uploads/1646300078-archive-banner.png');
	color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 56px;
	font-weight: bold;
	margin-bottom: 10px;
	background-size: 100% 100%;
	text-transform: uppercase;
}

#pagewrap.accordian .cc-storyline-header {
	width: 100%;
	height: 100px;
	background-size: contain;
	display: flex;
	background-repeat: no-repeat;
	color: transparent;
	border-bottom: none;
	padding: 0;
	margin: 0;
	align-items: center;
	justify-content: center;
}

#pagewrap.accordian .cc-storyline-text {
	width: 100%;
	cursor: pointer;
	margin: 0;
	max-height: 200px;
	order: -1;
}

#pagewrap.accordian .cc-storyline-text a {
	color: black;
	text-decoration: none;
	font-size: 27px;
}

@media screen and (min-width: 750px) {
	#pagewrap.accordian .cc-storyline-contain {
		background-size: 100% auto;
	}
	#pagewrap.accordian .cc-storyline-text {
		width: 100%;
	}
	#pagewrap.accordian .cc-storyline-thumb {
		width: 45%;
	}
	#pagewrap.accordian .cc-storyline-header {
		padding: 0 0 0 16px;
		justify-content: left;
		text-align: left;
	}
}

@media screen and (min-width: 1150px) {
	#pagewrap.accordian .cc-storyline-contain {
		background-repeat: no-repeat;
	}
	#pagewrap.accordian .cc-storyline-thumb {
		display: block;
	}
	#pagewrap.accordian .cc-storyline-thumb a {
		height: 100%;
	}
	#pagewrap.accordian .cc-storyline-text a {
		font-size: 20px;
	}
	#pagewrap.accordian .cc-storyline-text {
		width: 55%;
	}
}

@media screen and (max-width: 1150px) {
	#top-space {
		display: none;
	}
}

@media screen and (max-width: 950px) {
	#middle {
		flex-wrap: wrap;
	}
	#middle-center {
		padding: 0;
	}
	#middle-left {
		order: 2;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#middle-right {
		order: 3;
	}
	#middle-left,
	#middle-right {
		width: 100%;
		justify-content: space-evenly;
		box-sizing: border-box;
	}
	#social {
		background: none;
		width: 100%;
		order: 1;
		padding: 20px;
		box-sizing: border-box;
		display: flex;
		height: auto;
		justify-content: space-evenly;
	}
	#middle-left #social a {
		display: inline-block;
		margin: 0;
		width: 23%;
		max-width: 100px;
	}
	#middle-left #social a#hiveworks {
		display: none;
	}
	#tip-jar {
		width: 40%;
		max-width: 200px;
	}
	#mobile-hiveworks {
		background: url("/images/hivelogo.png");
		width: 50%;
		max-width: 250px;
	}
	#middle-left a#mobile-hiveworks:hover {
		background-position: 0 100%;
	}
	#mobile-hiveworks:before {
		padding-bottom: calc((383 / 329) * 100%);
	}
	#right-space {
		width: 728px;
		height: 90px;
		margin: 0 auto;
		overflow: hidden;
	}
}

@media screen and (max-width: 750px) {
	#right-space {
		width: 300px;
		height: 250px;
	}
	#middle {
		margin: 0;
	}
}

#hw-jumpbar {
	max-width: 935px;
	box-sizing: border-box;
	margin: 30px auto 30px auto;
}

#journal {
	max-width: 1040px;
	margin: 0 auto;
}

#bottom {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}

#bottom-right {
	width: 300px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 20px;
	order: 1;
}

#bottom-space {
	width: 300px;
	height: 250px;
	background: #ccc;
}

.cc-newsheader {
	font-weight: bold;
	font-size: 2em;
}

.cc-publishtime {
	font-style: italic;
}

@media screen and (max-width: 750px) {
	#bottom-right {
		display: none;
	}
}

#privacy {
	padding: 20px;
	text-align: center;
	border-top: 1px solid #fff;
}

#privacy a {
	text-decoration: none;
}

#text-area {
	padding: 20px;
	max-width: 1000px;
	box-sizing: border-box;
	margin: 0 auto;
}

#bottom-left {
	width: 100%;
}