@charset "utf-8";


/* GENERAL */
body {
	background-color: #667aa7;
	font-family: Source Sans Pro, Verdana, Geneva, sans-serif;
}

a {
	color: #fcff00;
	text-decoration: none;
}

p {
	font-family: Source Sans Pro, Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	text-align: center;
	line-height: 50%;
}

ul.indexlist {
	font-family: Source Sans Pro, Verdana, Geneva, sans-serif;
	font-size: 1.2em;
    list-style-type: disc;
    list-style-position: outside;
	padding: 0;
	margin: 0 0 20px 50px;
	float: left;
	text-align: left;
}

.smallText {
	font-size: .75em;
}

a:visited {
	color: #ffd800;
}

a:hover {
	color: #FFFFFF;
}

h1 {}

h2 {
	font-size: 1.1em;
	font-family: Source Sans Pro, Verdana, Geneva, sans-serif;
}

h3 {}

h4 {
	font-family: Source Sans Pro, Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #667aa7;
	text-align: center;
	margin: 0px 0px 5px 0px;
	font-weight: 600;
}

/* LAYOUT */

.div {
	display: block;
}

.bodycontainer {
	display: grid;
	grid-row-gap: 0px;
	grid-column-gap: 5px;
    max-width: 1920px;
    margin: 0 auto;
	padding: 15px;
}

.logo {
    grid-area: 1/1/2/2;
	margin: auto;
	max-width: 800px;
	display: block;
}

.comiccontainer {
	margin: auto;
    grid-area: 3/1/4/2;
	max-width: 1008px;
    padding: 0px;
}

#hrtop {
	margin-top: 0px;
}

#h2top {
	margin-top: 20px;
}

@media (min-width: 0px) {
	
	.sidebar {
       max-width: 300px;
    }

	.bodycontainer {
		max-width: 1340px;
	}
	.comiccontainer {
		max-width: 1008px;
    }
}


@media (min-width: 0px) and (max-width: 1170px) {
    
    .sidebar {
       display: none;
    }
	
    .bodycontainer {
		max-width: 1008px;
	}
	
    .comiccontainer {
		max-width: 100%;
    }

}

.menu_top {
    text-align: center;
    height: 100%;
	background-color: #ffffff;
	border-radius: 10px 10px 0px 0px;
}

.menu_top div {
    display: inline-block;
    width: 17%;
}

.menu_top div img {
    display: block;
    width: 100%;
    height: auto;
}

.sidebar {
	grid-area: 3/2/4/3;
}

.sidebar img {
	margin: 5px;
}

.sidebar_1 {
	width: 300px;
	min-height: 300px;
	background-color: white;
	border-radius: 10px;
	margin-right: 10px;
	padding: 5px 0px 5px 0px;
}

.sidebar_2 {
	width: 300px;
	min-height: 300px;
	background-color: white;
	border-radius: 10px;
	margin-right: 10px;
    margin-top:10px;
	padding: 5px 0px 5px 0px;
}

.topbar {
	margin: 0px auto 10px auto;
	grid-area: 2/1/3/2;
	min-width: 728px;
	min-height: 130px;
	padding: 5px 0px 5px 0px;
	background-color: white;
	border-radius: 10px;
}

.menu_bottom {
    border-collapse: collapse;
    text-align: center;
    height: 100%;
    font-size: 0px;
	background-color: #ffffff;
	border-radius: 0px 0px 10px 10px;
}

.menu_bottom div {
    display: inline-block;
    width: 17%;
}

.menu_bottom div img {
    width: 100%;
    height: auto;
}

.navigation {
    background-color: #ffffff;
    border-collapse: collapse;
    text-align: center;
    height: 100%;
    font-size: 0px;
}

.navigation div {
    display: inline-block;
    width: 15%;
    vertical-align: middle;
	padding: 0px 10px 0px 10px;
}

.navigation div img {
    width: 100%;
    height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.navigation div img.newest {
    width: 168%;
    padding: 0px;
    margin: 0px 0px 0px 100px;
}

.navigation div img.first {
    width: 168%;
    padding: 0px;
    margin: 0px 0px 0px -250px;
}

.arc {
    background-color: #000000;
}

.noarc {
    background-color: #FFFFFF;
}

.comic {
    height: 100%;
	background-color: #FFFFFF;
	text-align: center;
	padding: 0px;
}

.comic img {
    margin: auto;
    max-width: 100%;
} 

.feed {
	padding-bottom: 1px;
}

.archive {
    height: 100%;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.005);
}

.grow_more {
    transition: all .2s ease-in-out;
}

.grow_more:hover {
    transform: scale(1.2);
}

.patreon {
    transition: all .2s ease-in-out;
}

.patreon:hover {
	transform: scale(1.3);
}

.shadow:hover {
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
}

.navigation.grow:hover {
    transform: scale(1.2);
}

.legal {
    text-align: center;
}

#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background: rgba(0,0,0,.7);
    text-align:center;
    overflow-x:scroll;
	z-index: 99;
}

#lightbox img {
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 0px #111;
    -moz-box-shadow:0 0 0px #111;
    max-width:100%;
	z-index: 99;
}

/* COMMENTS */

.vuukle {
	width: 100%;
}

#vuukle-comments-container {
	width: calc(100% - 20px);
}

#vuukle-emote {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px 10px 0 0;
	padding: 20px;
	margin-top: 10px;
}

#vuukle-comments {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 0px 0px 10px 10px;
	padding: 10px;
}

/* INDEX */

div.index {
	padding: 0% 1.4% 0% 1.4%;
	background-color: #FFFFFF;
	z-index: 2;
}

div.missing {
	margin-left: 5%;
	margin-right: 5%;
}

hr {
	border: 1px solid #667AA7;
	width: 103%;
	margin-left: -1.5%;
}

.index p {
	line-height: 100%;
	text-align: justify;
	font-size: 1.2em;
	color: #222222;
}

.index a {
	font-weight: bold;
	color: #5555CC;
}

.index h1 {
	font-size: 2em;
	margin: 0;
	color: #667AA7;
}

.index h2 {
	color: #666666;
	margin-bottom: 5px;
}

.index h2:not(:first-of-type) {
	margin-top: 50px;
}

div.index_comic_link {
	height: 150px;
    transition: all .4s ease-in-out;
	z-index: 1;
}

.index_comic_link:hover {
	height: 300px;
}

/* ARCHIVE */

.archive.narrow {
	min-height: 300px;
}

ul {
	list-style: none;
	padding: 3px 0 0 0;
	clear: both;
}

li {}

input {

}

#input_container {
	width: 100%;
}

#input_container input {
	float: left;
    width: 75%;
    height: 28px;
    padding: 0;
	background: rgba(255,255,255,.8);
    border: 0px solid rgba(200,200,200,1);
    display: inline-block;
	-webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
    -webkit-appearance: textfield;
	-webkit-rtl-ordering: logical;
    cursor: text;
    margin-top: 4px;
	margin-bottom: 2px;
    font-size: 1.1em;
}

#reorder {
	float: right;
    width: 24%;
    height: 28px;
    padding: 0;
	background: rgba(255,255,255,.5);
    border: 0px solid rgba(200,200,200,1);
    display: inline-block;
    margin-top: 4px;
	margin-bottom: 2px;
    font-size: 1.3em;
}

#reorder:hover {
	transition: all .2s ease-in-out;
	background: rgba(255,255,255,.8);
}

#input_container div span {
	padding-top: 3px;
	text-align: center;
}

.descending {
	display: block;
}

.ascending {
	display: none;
}

#archive_cointainer {
	display: block;
}

ul#archive_container {
	margin-bottom: 0px;
}

#archive_container .searchterms a {
	color: #ffd800;
	text-decoration: underline;
}

#archive_container .searchterms a:hover {
	color: #FFFEC6;
	text-decoration: underline;
}

#archive_container a {
	color: #FFFFFF;
}

#archive_container h2 {
	margin: 0;
}

#archive_container a:hover {
	color: #360E0F;
}

#archive_container a span.index {
	font-size: 1.3em;
	float: left;
	margin-left: 5px;
	width: 50px;
}

#archive_container a span.name {
	font-size: 1.3em;
	position: relative;
	left: 2%;
	float: none;
}

#archive_container a:hover span.name {
	left: 0%;
	font-weight: 600;
}

#archive_container a span.date {
	font-size: 1.2em;
	float: right;
	margin-right: 5px
}

#archive_container a:hover span.date {
	display: none;
}

.archive_link {
	width: 100%;
}

#archive_container a span.tags {
	display: none;
}

#archive_container a span.characters {
	display: none;
}

#archive_container a:hover span.characters {
	text-align: right;
	font-size: 1.2em;
	display: inherit;
	float: right;
	margin-right: 5px;
	color: black;
	font-weight: 600;
}

.archive_highlight {
	overflow: hidden;
	margin-bottom: 5px;
	background-color: rgba(0,0,0,.8);
}

.archive_highlight:hover{
	background-color: rgba(255,255,255,.5);
	transition: .15s;
}

.archive_link {

}

.archive_space {

}

.key {
	margin: 0px 0px 5px 0px;
	background-color: rgba(0,0,0,.8);
	font-size: 1.2em;
	color: white;
	padding: 5px 10px 8px 15px;
}

.searchterms {
	margin-left: 30px;
}

.gc {
	color: #00ff00;
}

.pc {
	color: #f96854;
}

.reg {
	color: #53D4DF;
}

/* SOCIAL */

.social {
    border-collapse: collapse;
    text-align: center;
    height: 100%;
    font-size: 0px;
}

.social div {
    display: inline-block;
    width: 6%;
	padding: 10px 10px 20px 10px;
}

.commentary {
    border-collapse: collapse;
    text-align: center;
    height: 100%;
    font-size: 0px;
}

.commentary div {
    display: inline-block;
    width: 100%;
}

.commentary img {
    width: 40%;
    height: auto;
}

.social div img {
    display: block;
    width: 100%;
    height: auto;
}