@charset "utf-8";

/*@font-face {
	font-family: 'Inter';
	src: local('Inter Regular'), url('fonts/Inter-4.1/web/Inter-Regular.woff2'), format(.woff2);
	|
}
	*/

	


.thumb img{

	width:200px;

}
.icons{
	width:50px;
}
.icons:hover{
	opacity: 0.4;
}

body,
div.art,
footer {
	background-color: black;
	/**#222124;8**/
	background-attachment: fixed;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	sans-serif;
	color: white;
	padding: 20px;
	margin: 20px;
}
/** lightbox shenanians https://basiclightbox.electerious.com/ https://lokeshdhakar.com/projects/lightbox2/ **/

.artthumbs img{
width: 60px;

}


/**********************************************************/

.splash{
	background-image: url("../img/starbackground.gif");

}
.centerenter {
	text-align: center;
}

.navbar {
}


.bigpic img {
	display: block;
	max-width: 500px;
}

@-webkit-keyframes magic {
	0% {
		color: dodgerblue;
	}

	25% {
		color: lightseagreen;
	}

	50% {
		color: lime;
	}

	75% {
		color: coral;
	}

	85% {
		color: mediumpurple;
	}

	100% {
		color: palevioletred;
	}
}

.magictext {
	-webkit-animation: magic 4s infinite alternate;
}

.comic img {
	width: 50%;
	display: block;
	margin: auto;
}

.comicnav {
	display: flex;
	margin: auto;
}

.container {
	width: 100%;
}


.right {}

div.date {
	color: grey;
}

.thumbs img {
	cursor: pointer;
	width: 60px;
}

.thumbs {
	float: left;
	width: 25%
}

.sidepane {
	width: 25%;
}

.full {
	width: 73%;
	height: 100vh;
	position: fixed;
	display: none;
	right:0;
	top: 0;
	overflow-y: auto;
}

.full img {
	width: 100%;
}

.title {
	font-size: larger;
	font-style: italic;
}

h2 a {
	color: purple;
}

.full img.tall {
	height: 100%;
	width: auto;
}


.full.active {
	display: block;
}

img :hover {
	opacity: 0.6;
}

table {
	padding: 10px;
	margin: 10px;
}

div.about {
	max-width: 900px;
}


hr {
	border-style: dashed;
	border-color: rgb(117, 253, 126)
}


div.about,
div.footer,
div.art {
	text-align: left;
	padding: 10px;
	margin: 10px;
}

div.table {
	border: none;
	border-color: black;
}

h4 {
	font-size: 15px;
}

h3{

	color:rgb(255, 255, 255);
}

a.footer a {
	color:rgb(91, 207, 120);
	text-decoration: bold;
}

a,
footer,
a:visited {
	color:rgb(31, 131, 63);
	text-decoration: none !important
}

a:hover {
	color:rgb(91, 207, 120);
	text-decoration: line-through !important;
}

a:active {
	color:rgb(91, 207, 120);
}


div.navi {
	border: grey;
	max-width: 600px;
	padding-left: 20px;


}

li {
	list-style-image: url(bulletpoint4.png);
}

.responsive {
	max-width: 100%;
	height: auto;
}

.banners img:hover {
	opacity: 0.6;
	background-color: blueviolet;
}

.thumbs img:hover {
	opacity: 0.6;
	background-color: blueviolet;
}


/* Shrink thumbnail size if the screen size is 600px wide or less */
@media screen and (max-width: 600px) {

	body {
		font-size: smaller;

	}

	.thumbs img {
		width: 25px;
		height: auto;
	}

	.full img.tall {
		width: 100%;
		height: auto;

	}

	.comic img {
		width: 100%;

	}

	.bigpic img {
		max-width: 350px;
	}

	.icons{
		
		width:30px;
	}

	.thumb img{

	width:125px;

	}

}