/* Grawlix | Stick figure - v1.2 | getgrawlix.com */


/* ! ------ DEPENDENCIES */

@import url('spectre.min.css');
@import url('spectre-icons.min.css');

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 31, 2024 */

@font-face {
    font-family: 'miramonteregular';
    src: url('miramonte/miramo-webfont.woff2') format('woff2'),
         url('miramonte/miramo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'miramontebold';
    src: url('miramonte/miramob-webfont.woff2') format('woff2'),
         url('miramonte/miramob-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dream_orphansregular';
    src: url('dream orphans/dream_orphans-webfont.woff2') format('woff2'),
         url('dream orphans/dream_orphans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* ! ------ GENERAL */

/* Site-wide parameters. When in doubt, readers’
 * browsers defer to this. Learn about background
 * properties at
 * https://css-tricks.com/almanac/properties/b/background/
*/

body {
  color: #501616;
  font-family: "miramonteregular", Helvetica, Roboto, Verdana, sans-serif;
  background: #F7EDE2 url('bg-main.jpg');
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6{
	font-family:'dream_orphansregular', 'georgia', serif;
	color:#6C2E2E;
}

h1, h2, h3, .h1, .h2, .h3{letter-spacing:5%;}

header.top{
	background-color:#F28482;
	background: url('lace-header.png') center top repeat-x, url('bg-stripes.jpg') center center repeat;
	min-height: 300px;
	border-bottom: 15px solid #C88087;
	display:flex;
	flex-direction: column;
	justify-content: center;
}

	header.top .return{
		box-shadow: 0px 0 4px 0 rgba(108, 46, 46, 0.85);
		border: 1px dashed rgba(255,255,255,.75);
		background: #F28482 url('bg-topnav.jpg');
	}

	header.top .return:hover{
		background:url('bg-topnav-hover.jpg');
		border: 1px dashed rgba(255,255,255,.75);
	}
		header.top .return a{text-decoration: none;}

nav.main {
	background: #F28482 url('bg-topnav.jpg');
	border: 15px solid transparent;
	border-image: url('lace-borders.png') 28 round;
	border-image-outset: 15px 15px;
	box-shadow: 0px -6px 16px 15px rgba(108, 46, 46, 0.5);;
	margin: -4.5em 0 3em;
	position: relative;
	z-index: 1;
	letter-spacing:5%;
}

	nav.main .banner-chibi{
		position:absolute;
		bottom:-1.4em;
		right:20px;
		width:250px;
	}

	nav.main a{
		display:inline-block;
		text-transform: uppercase;
		color: #FFF;
		text-decoration: none;
		padding: .5rem .4rem;
		margin-right: 0.5em;
		border-radius:6px;
		transition: all 0.2s ease-in-out 0s;
	}

		nav.main a:hover, nav.main a.active{background:url('bg-topnav-hover.jpg');}
		nav.main a:last-child{border:0; margin-right:0;}

		nav.main .darkmode {
			background: #F7EDE2;
			border-radius: 100%;
			padding: 6px 7px 0;
			cursor: pointer;
		}

		footer{
			background-color:#F28482;
			background: url('bg-stripes.jpg');
			padding: 3em 0;
			border-top: 15px solid #C88087;
			text-shadow: 0 2px 2px #6C2E2E;
		}

		footer:before{
			content:'';
			display:block;
			background:url('lace-footer.png') center top repeat-x;
			height:23px;
			position: relative;
			top:-5.39em;
		}

		footer a{
			color: #fff;
			border-bottom: 2px dotted #FFF;
		}

		footer a:hover, footer a:focus, footer a:visited{
			color:#FFF;
			text-decoration: none;
		}

/* ! ------ FRAMEWORK OVERRIDES */

a, a:hover{
	color:#E96161;
}

a:visited{color:#AC5F5F;}

a:focus{
	box-shadow:none;
}

.accordion input:checked ~ .accordion-header > .icon:first-child, .accordion[open] .accordion-header > .icon:first-child {
	transform: rotate(180deg);
}

.bg-primary{
	background:#F69C9A !important;
}

.btn{
	font-size:0.7rem;
	border-radius: 4px;
} 
	.btn:focus, .btn:hover{
		background:#fcf1f6;
	}
	.btn.btn-primary{
		background:#F28482;
		border-color:#F28482;
		}

		.btn.btn-primary:focus, .btn.btn-primary:hover{
			background:#D75E5C;
			border-color:#D75E5C;
		}
	
	.btn.btn-secondary{
		border-color:#F28482;
		color:#F28482;
	}

	.tooltip:after{
		background-color: rgba(226, 60, 58, 0.6);
	}

/* ! ------ COMIC */

#comic h2.comic-title{
	font-family: 'miramontebold', Arial, Helvetica, sans-serif;
	color: #501616;
	font-size: 2rem;
	letter-spacing:0;
	margin-bottom:1.5em;
}

	#comic h2.comic-title a{
		text-decoration:none;
		color: #501616;
	}

	#comic .comic-nav{
		margin:1em 0;
	}

		#comic .comic-nav .disabled{
			opacity:0.5;
			pointer-events: none;
		}

		#comic .comic-nav a{
			color: #F28482;
		}

			#comic .comic-nav a:hover{
				color:#E96161;
			}

		#comic .comic-nav .feather{
			-webkit-filter: drop-shadow( 0px 2px 1px rgba(80, 22, 22, 0.35));
			filter: drop-shadow( 0px 2px 1px rgba(80, 22, 22, 0.35));
			height:48px; 
			width:48px;
		}


#comic figure {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

/* Second, here are the sizes. */

/* SMARTPHONES: For readers with screens 480 pixels wide or less */
@media only screen and (max-width: 480px) {
  #comic figure { max-width: 480px; }
}

/* TABLETS: Screens between 481 and 768 pixels wide */
@media only screen and (min-width: 481px) and (max-width: 768px) {
  #comic figure { max-width: 600px; }
}

/* MEDIUM MONITORS: Screens between 769 and 960 pixels wide */
@media only screen and (min-width: 769px) and (max-width: 960px) {
  #comic figure { max-width: 960px; }
}

/* LARGE MONITORS: Screens 961 pixels and larger */
@media only screen and (min-width: 961px) {
  #comic figure { max-width: 960px; }
}

/* ! ------ BLOG POST */

/* Content in the news-of-the-day message.
 */

#blog-post {
	background:#FFFCF9 url('bg-container.jpg');
	padding: 2em;
	margin-top:-0.55em;
	border: 1px solid rgba(80, 22, 22, 0.15);
}

	#blog-post p {

	}

	#blog-post h2 {
		margin-bottom:0;
	}

	#blog-post .meta {
		color:#F69C9A;
		margin-bottom:1em;
	}


#transcript {
	margin-top:3em;
}

	#transcript.accordion:before{
	content: '';
	display: block;
	background: url('lace-top.png') center top repeat-x;
	height: 14px;
	position: relative;
	top: 0;
	background-size: 21px;
	}

	#transcript .accordion-header{
		font-size: 1.4rem;
		color: #F7EDE2;
		padding: .5em 1em;
		font-family:'dream_orphansregular', 'georgia', serif;
		letter-spacing:5%;
		font-weight: 500;
		line-height: 1.2;
		background: #F28482 url('bg-topnav.jpg');
		font-size:32px;
	}

	#transcript .accordion-body{
		font-family:'Courier New', Courier, monospace;
		background:#FFF9F2;
		font-size:14px;
		border: 1px solid rgba(80, 22, 22, 0.15);
	}

	#transcript .accordion-container{
		padding:2em;
		margin:0;
		background: #FFF9F2 url('bg-transcript.jpg');
	}

	#transcript .accordion-container p:last-child{
		margin-bottom:0;
	}

#comments{
	margin-top:2em;
	/* mix-blend-mode: multiply; */
}


/* ! ------ MENU */

.dropdown {
	position: relative;
}

	.dropdown-content {
		display: none !important;
		position: absolute;
		background-color: #f9f9f9;
		min-width:200px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
		transition: all 0.2s ease-in-out 0s;
	}

	.dropdown-content ul{
		list-style-type:none;
		margin:0;
		padding:0;
	}

	.dropdown-content ul li a:first-child{margin-top:-8px;}

	.dropdown-content ul li a{
		padding: 10px 20px;
		display:block;
	}

	.dropdown-content ul li a:hover{
		background: rgba(0,0,0,.15)
	}

	.dropdown:hover .dropdown-content {
		display: block !important;
	}


/* ! ------ STATIC PAGES */


/* ! --- General */


main {
	flex:1;
	margin-bottom: 2.5em;
}


.container{
	margin:2em auto;
}

main .container{margin: auto;}

.columns.centered{align-items:center;}

main section.static-page{
	background:#FFFCF9 url('bg-container.jpg');
	box-shadow: 0 2px 4px 0 #FBE0C3;
	padding: 2em;
	margin-bottom: 3em;
}

main header.static-page-title{
	background: #F28482 url('bg-topnav.jpg');
}

main header.static-page-title:before{
	content: '';
	display: block;
	background: url('lace-top.png') center top repeat-x;
	height: 14px;
	position: relative;
	top: -0.9em;
	background-size: 21px;
}

main header.static-page-title h2{
	padding:0 1em .5em;
	margin: 0;
	color: #F7EDE2;
}

.big-emoji {
	text-align:center;
}

.big-emoji .feather{
	height:100px;
	width:100px;
}



/* ! --- Welcome Page */

.welcome{
	background-color: #F69C9A;
	background: url('welcome-top.png') left top repeat-x, url('welcome-bottom.png') left bottom repeat-x, url('bg-welcome.jpg') center center repeat !important;
	font-size: 1.42em;
	border: 2px solid #F28482;;
	padding-left: 1em;
	padding-right:1em;
}

	.welcome h2{
		font-family: 'miramontebold', Arial, Helvetica, sans-serif;
		letter-spacing: 0;
	}

	.welcome p:last-child{margin-bottom:0;}


.comic-panel{
	background:#FFFCF9 url('bg-container.jpg');
	border-top:5px solid #F28482;
	box-shadow: 0 2px 4px 0 #FBE0C3;
	margin: 2.4em 0;
}

	.comic-panel .buy .btn{
		background:#FA5C5C;
		border:none;
		font-family:'miramontebold', Arial, Helvetica, sans-serif;
		font-size:1em;
		text-transform: uppercase;
		height: 100%;
		display: flex;
		justify-content: center;
		padding: .65em 0;
		border-radius:0;
	}

	.comic-panel .buy span{
		align-content: center;
	}

	.comic-panel .buy img{
		padding:.5em 0 .5em .75em;
		align-content: center;
	}

	.comic-panel .content{
		padding:1rem 2rem;
		height:100%;
		display:flex;
		flex-direction: column;
		justify-content: space-around;
	}

	.comic-panel .title{
		font-family:'dream_orphansregular', 'georgia', serif;
		font-size:2.5em;
	}

	.comic-panel .date {
		color: #F28482 !important;
		font-size: 12px;
		letter-spacing: 15%;
		text-transform: uppercase;
		margin-top:-2em;
	}

	.comic-panel .genre {
		letter-spacing: 5%;
		text-transform: uppercase;
		color:#fff;
	}

	.comic-panel .genre .chip{
		border-radius:10px;
		padding: 0.75rem 0.6rem;
	}

	.comic-panel .chip:first-child{background:#E39FB8 !important; margin-left:0;}
	.comic-panel .chip:nth-child(2){background:#79C267 !important;}
	.comic-panel .chip:nth-child(3){background:#F3AD61 !important;}
	.comic-panel .chip:nth-child(4){background:#E96161 !important;}
	.comic-panel .chip:nth-child(5){background:#58B3B9 !important;}
	.comic-panel .chip:nth-child(6){background:#597ABB !important;}
	.comic-panel .chip:nth-child(7){background:#7361C2 !important;}

	.comic-panel .btns .btn{
		padding: .5em 1em;
		margin-right:.4em;
		font-size: 1.13em;
		height: 100%;
		text-transform: uppercase;
		font-family: "miramontebold", Helvetica, Roboto, Verdana, sans-serif;
	}

	.comic-panel .comicfury{
		text-transform: uppercase;
		text-align:right;
		letter-spacing: 10%;
	}

	.comic-panel .comicfury a{color:#48B26C;}

/* ! --- Share/follow */

/* -- Support page --*/

.support{margin: 4em 0 2em 0;}

/* ! ------ ARCHIVES */

.archive-layout-- {
    background: #FFFCF9 url('bg-container.jpg');
    box-shadow: 0 2px 4px 0 #FBE0C3;
    padding: 2em;
    margin-bottom: 3em;
    margin-left: 0;
    margin-top: 0;
}

.archive-layout--list, .archive-layout--grid {
	list-style-type: none;
	margin:0;
}

.archive-header{
	background: #F28482 url('bg-topnav.jpg');
}

.archive-header:before{
	content: '';
	display: block;
	background: url('lace-top.png') center top repeat-x;
	height: 14px;
	position: relative;
	top: -0.9em;
	background-size: 21px;
}

.archive-header h2{
	padding:0 1em .5em;
	margin: 0;
	color: #F7EDE2;
}

.archive-layout--list{
	background:#FFFCF9 url('bg-container.jpg');
	box-shadow: 0 2px 4px 0 #FBE0C3;
	padding: 2em;
}

.archive-layout--grid{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align:center;
}

.archive-page{
	width: 25%;
}

.archive-page .thumb img{
	box-shadow: 0 2px 4px 0 #FBE0C3;
	transition: all 0.2s ease-in-out 0s;
}

.archive-page .thumb img:hover{
	box-shadow:0 2px 4px 0 #DDBD9A;
}

.archive-page span{display:block;}

.archive-page a span{

}

.archive-page .page-title{ 
	font-size:18px;
	font-family: "miramontebold", Helvetica, Roboto, Verdana, sans-serif;
}

/* ! --- Utility */

.hidden{display:none;}

.scrollTop {
	position: fixed;
	right: 1%;
	bottom: 2%;
	opacity: 0;
	padding: 8px 10px 4px;
	transition: all 0.2s ease-in-out 0s;
	background: #C88087 !important;
}

	.scrollTop:hover{
		opacity: 1 !important;
	}

	.scrollTop a {
		font-size: 18px;
		color: #fff;
	}


	
/* ! ------ IMAGES */

/* We recommend you leave this alone unless you understand RWD.
 * Learn more at https://css-tricks.com/almanac/properties/m/max-width/
 */

a img { border: none; }
img { max-width: 100%; }
figure { margin: 0; }


/* ! ------  MEDIA QUERIES */

/* This controls the overall size of your comic site.
 * Remember that your comic image — the graphic
 * you upload — might be smaller than this container.
 * More info: https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries
 * Examples: http://mediaqueri.es
 */

/* “Media queries” let us adjust our web designs based
 * on how wide a reader’s screen is. For example,
 * if your comic is 1200 pixels wide but the reader’s
 * monitor is only 1024 — say, a wide tablet — then
 * media queries say “only display the comic for wide
 * tablets.”
 */

@media only screen and (min-width: 1300px) {
	.container{max-width:1200px;}
} 

@media only screen and (max-width: 1280px) {
	.container { width:100%; padding:0 2em; }
	.comic-panel .comicfury{margin-top:1em; }
	.comic-panel .date{margin:0;}
}

@media only screen and (min-width:601px) and (max-width:960px){
	.comic-panel .date{margin-bottom:1em;}
	.comic-panel .comicfury{font-size: 12px; text-align:center;}
	.comic-panel .btns {text-align:center;}
	.comic-panel .cover img{height:350px; width:100%; object-fit:cover; object-position: 0 -130px;}
	.archive-page{width: 33.33333333%;}
}

@media only screen and (max-width: 600px) {
	header.top{text-align: center; }
	nav.main .banner-chibi{display:none !important;}
	.comic-panel .genre{margin:.4em 0;}
	.comic-panel .genre .chip{padding:0.35rem 0.3rem; font-size:11px;}
	.comic-panel .btns {text-align:center;}
	.comic-panel .btns .btn{margin:.4em auto; display:block;}
	.comic-panel .comicfury{font-size: 12px; text-align:center;}
	.archive-page{  width: 41.66666667%;}
}

@media only screen and (max-width:480px){
	.btns{flex-direction: column;}
	.archive-page{  width: 50%;}
}

