/*
Comic Title: Little Tiny Things
Author: Kevin Wilson
Description: Template developed for Comic Control installation on Hiveworks servers.  
Comic Control Version: 4.2.9
*/

/* TYPOGRAPHY */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
	letter-spacing: 0.15px;
}

h3 {
	font-size: 17px;
	letter-spacing: 0.15px;
}


/* GLOBAL */

html {
	background: #FFE9D7 url('/templates/2021/images/cloudline.png') 0% 0%/1500px repeat-x;
}

body {
	font-family: 'Nunito',  -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
	padding:0;
    margin:0;
    box-sizing: border-box;
	font-size: 17px;
	letter-spacing: 0.5px;
	line-height: 1.45;
	max-width: 100%;
}

img {
    max-width:100%;
}

a {
    color:#000;
}

a:hover {
	opacity: .75;
}

#wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    margin-top:30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}


/* HEADER */

header {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	max-width: 1100px;
}

a.site-title {
	text-decoration:none;
	color:black;
	font-size:3em;
	text-align:center;
	display:block;
	margin: 0 auto;
	width: 60%;
}

#header-right {
	position: relative;
	display: flex;
	flex-direction: column;
}

#snail {
	background: url('images/snail.png') no-repeat;	
	right: 0;
	top: 0;
	z-index: -10;
	position: absolute;
	width: 126px;
	height: 75px;
	display: none;
}

#top-space {
	width: 300px;
	height: 100px;
	flex-grow: 0;
	flex-shrink: 0;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}


/* MENU */

#menu-click {
    display:block;
	cursor: pointer;
	margin: 0 auto;
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	text-decoration: underline;
}

#menu {
	text-align: center;
	display: none;
	padding:0;
	margin:0;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

#menu div {
	position: relative;
}

#menu a {
	padding: 16px;
	display: flex;
	font-size: 17px;
	letter-spacing: 0.15px;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	justify-content: center;
}

#menu img {
	max-width: 50px;
	max-height: 50px;
}


/* MAIN CONTENT */

main#content {
	display: flex;
	flex-direction: column-reverse;
    width: 1408px;
	max-width: 100%;
}

#main-right {
	text-align: center;
}

#comment-space { margin-top: 1em; padding-top: 1em; border-top: 1px solid #ddd; }

/* COMIC AREA */

#comic-area {
    margin-bottom:30px;
    text-align:center;
	position: relative;
}

#cc-comicbody {
	text-align:center;
}

#cc-comicbody a:hover {
	opacity: 1;
}



/* COMIC NAV */

#cc-nav-wrapper {
	display: flex;
	max-width: 600px;
	margin: 16px auto 0 auto;
	justify-content: space-around;
}

.cc-nav {
	margin: 0 auto;
	display:flex;
}

.cc-nav a, .cc-nav div {
	display: flex;
	align-items: center;
	flex-direction: column;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.25px;
	text-transform: capitalize;
	white-space: nowrap;
}


.cc-nav a {
	text-decoration: none;
	text-transform: capitalize;
}

.cc-nav a img, .cc-nav div img {
	margin-bottom: 16px;
}

.cc-nav a:hover {
	opacity: .75;
}

.cc-nav div {

}

.cc-nav .cc-first img, .cc-nav .cc-first-dis img  {
	height: 50px;
}

.cc-nav .cc-next img, .cc-nav .cc-next-dis img {
	height: 50px;
}

.cc-nav .cc-last img, .cc-nav .cc-last-dis img {
	height: 50px;
}

.cc-nav .cc-prev img, .cc-nav .cc-prev-dis img {
	height: 50px;
}

.cc-first-dis, .cc-prev-dis, .cc-next-dis, .cc-last-dis {
	opacity: .5;
}

.cc-first, .cc-first-dis, .cc-orev, .cc-prev-dis, .cc-last, .cc-last-dis, .cc-next, .cc-next-dis, .cc-nav-mid {

}

#cc-nav-left {
	
}

.cc-nav-left .cc-next, .cc-nav-left .cc-next-dis, .cc-nav-left .cc-last, .cc-nav-left .cc-last-dis {
	display: none;
}

.cc-nav-mid {
	display: none;
}

.cc-nav-mid a{
	width: 104px;
	display: block;
}

.cc-nav-mid img {
	width: 100%;
}

#cc-nav-right {
	
}

.cc-nav-right .cc-prev, .cc-nav-right .cc-prev-dis, .cc-nav-right .cc-first, .cc-nav-right .cc-first-dis {
	display: none;
}

.cc-nav-right .cc-nav div, .cc-nav-right .cc-nav a {

}

.cc-nav-right .cc-nav div, .cc-nav-right .cc-nav a {

}



.cc-nav-left .cc-nav a, .cc-nav-left .cc-nav div {
	margin-left: 24px;
}

.cc-nav-right .cc-nav a, .cc-nav-right .cc-nav div {
	margin-right: 24px;
}




/* SIDEBAR */

#shrooms {
	background: url('images/shrooms.png') no-repeat;
	right: 0;
	top: 0;
	z-index: -10;
	position: absolute;
	width: 96px;
	height: 113px;
	display: none;
}

#right-space {
	width: 160px;
	height: 600px;
	display: none;
}

#bee {
	background: url('images/bee.png') no-repeat left;
	width: 100%;
	height: 85px;
	display: none;
	padding-top: 24px;
}

#hive-logo img {
	width: 32%;
}


/* JUMPBAR */

#damselfly {
	background: url('images/damselfly.png') no-repeat; 
	left: 0px;
	bottom: 0;
	z-index: -10;
	position: absolute;
	width: 128px;
	height: 106px;
	display: none;
}

#hw-jumpbar {
    margin:20px 0;
    max-width: 1100px;
	z-index: 100;
	width: 100%;
	background: transparent;
}
.hw-jump-discover {
    background: #957C75;
}
.hw-jump-desc-wrap {
    background:#5C4C47;
}
.hw-jump-title {
    background:#A6928C;
}
.hw-jump-down {
    border-top:20px solid #5C4C47;
}
.hw-jump-mid {
    background: #5C4C47;
}
.hw-jump-arrow-left {
	cursor: pointer;
}
.hw-jump-arrow-right {
	cursor: pointer;
}
.hw-jump-arrow-left:hover, .hw-jump-arrow-right:hover {
	opacity: .75;
}


/* 
sky
#FFE9D7 

#C7BAB6

#FCFCF3

*/

/* BOTTOM AREA */

#beach {
	background: url('images/beach.png') no-repeat;
	position: absolute;
	top: -196px;
	left: 0;
	z-index: 1;
	width: 400px;
	height: 569px;
	display: none;
	background-size: contain;
}

#firebug {
	background: url('images/firebug.png') no-repeat;	
	left: 0;
	top: 20px;
	z-index: 5;
	position: absolute;
	width: 110px;
	height: 95px;
	display: none;
}

#beetle {
	background: url('images/beetle.png') no-repeat;
	right: 16px;
	top: 0;
	z-index: 10;
	position: absolute;
	width: 96px;
	height: 68px;
	display: none;
}

#bottom-wrap {
	position: relative;
	padding-top: 52px;
	max-width: 1208px;
	width: 100%;
	align-items: center;
	display: flex;
	flex-direction: column;
}

#bottom {
	background-color: #FCFCF3;
	box-sizing: border-box;
	padding: 48px;
	display: flex;
	flex-direction: column-reverse;	
	position: relative;
	z-index: 3;
}

#bottom-left {
	margin-right: auto;
}

.comic-banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 24px;
}

#bottom-space {
	width: 300px;
	height: 250px;
	margin-top: 20px;	
}

#ocean {
	background: #C7BAB6;
	display: flex;
	align-items: center;
	width: 100%;
	flex-direction: column;
	position: relative;
	margin-top: 100px;
	border-top: 1px solid #010101;
}


/* FOOTER */

footer#global-footer {
	background: #C7BAB6;
	text-align:center;
	padding:20px 0;
	width: 100%;
	font-size: 17px;
	letter-spacing: 0.15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

footer#global-footer a {
	text-decoration: none;
	padding: 8px 0px;
}


/* TEXT PAGE */

#text-area {
	background: #fff;
	padding: 40px 48px;
}

.text-box {
	display: flex;
	flex-direction: column;
}

.box-wrap {

}

.box-bottom {

}

.box-bottom img {

}

.box-right {
	
}

.box-left {
	
}

.box-left img {
	
}


/* ARCHIVE PAGE */

.cc-storyline-contain {
	
}

.cc-storyline-thumb {
	
}

.cc-storyline-text {

}

.cc-storyline-header {

}

.cc-storyline-header a {

}

.cc-storyline-pagetitles {

}

.cc-pagerow {

}



/* MEDIA QUERIES */

@media screen and (max-width: 0px) {

}

@media screen and (min-width: 875px){

	#header {
		margin-bottom: 24px;
	}

	#header-left {
		padding-right: 40px;
	}
	
	#header-right {
		
	}
	
	a.site-title {
		width: 100%;
	}

	#top-space {
		width: 728px;
		height: 90px;
		margin-right: 90px;
		margin-top: 48px;
	}
	
	#menu {
		flex-direction: row;
		margin-left: 0px;
		width: 850px;
		display: flex;
	}

	header {
		flex-direction: row;
	}
	
	main#content {
		flex-direction: row-reverse;
	}

	
	#main-left {
		margin-right: 48px;
		width: 1200px;
	}
	
	#cc-nav-wrapper {
		
	}

	.cc-nav a, .cc-nav div {
		margin-right: 24px;
		font-size: 17px;
		letter-spacing: 0.25px;
	}

	.cc-nav .cc-first img, .cc-nav .cc-first-dis img, .cc-nav .cc-prev img, .cc-nav .cc-prev-dis img, .cc-nav .cc-next img, .cc-nav .cc-next-dis img, .cc-nav .cc-last img, .cc-nav .cc-last-dis img  {
		height: auto;
	}

	.cc-nav .cc-first img, .cc-nav .cc-first-dis img  {
		width: 100px;
	}

	.cc-nav .cc-next img, .cc-nav .cc-next-dis img {
		width: 56px;
	}

	.cc-nav .cc-last img, .cc-nav .cc-last-dis img {
		width: 83px;
	}

	.cc-nav .cc-prev img, .cc-nav .cc-prev-dis img {
		width: 77px;
	}
	
	.cc-nav-mid {
		display: block;
		margin-right: 24px;
	}
	
	#right-space {
		display: block;
	}
	

	#bottom-wrap {
		padding-left: 1px;
	}

	#bottom {
		flex-direction: row;
		border-top-left-radius: 69px;
		width: 100%;
	}
	
	#bottom-left {
		margin-right: 48px;
	}	

	.comic-banner {
		flex-direction: row;
	}
	
	.comic-banner a:nth-of-type(2) {
		padding: 0 8px;
	}

	
	#menu-click {
		display: none;
	}

	#menu img {
		max-width: 35px;
		max-height: 35px;
	}

	#shrooms, #bee, #snail, #damselfly, #beetle, #firebug, #beach {
		display: block;
	}
	
	#main-right {
		padding-top: 96px;
		position: relative;
	}
	
	#hive-logo {
		display: block;
	}
	
	#hive-logo img {
		width: 72%;
	}
	
	footer#global-footer {
		flex-direction: row;
	}
	footer#global-footer a {
		padding: 0 8px;
	}
	
	.text-box {
		flex-direction: row;
		margin-bottom: 32px;
	}
	
	.box-right {
		width: 75%;
	}
	
	.box-left {
		width: 20%;
		margin-right: 5%;
	}
}