@charset "utf-8";
.icons{
	width:50px;
}

body {
    background-color: rgb(255, 255, 255);
    background-attachment: fixed;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace", sans-serif;
    color: rgb(0, 0, 0);
}

/* Apply the spacing to your content containers instead of the whole body */
div.art, footer {
    margin: 10px;
}

/**********************************************************/
.tiny{
	max-width: 50px;
}


.searchyarchive{
	a{
		color:aqua!important;
	}
	background-size:contain;
	background-image: url('../img/a2_2000.webp');
}

.donate{
	max-width: 300px;
}

.main{
	background-image: url('../img/background.png');
	background-size:contain;
	hr{   
	border-color: wheat;            /
    border-top: 1px dashed #000000; 
    height: 0;           
    width: 100%;           rgb(0, 0, 0) Optional: ensure it spans the container */
    margin: 20px 0;
	};
}


h3{
	color: #786401;
}

h4 {
	font-size: 15px;
}


a.footer a {
	color: black;
	text-decoration: bold;
}

a,
footer,
a:visited {
				color: rgb(51, 61, 255);
	
}

@-webkit-keyframes pastelmagic {
	0% {
		color: rgb(255, 167, 167);
	}

	25% {
		color: rgb(162, 255, 199);
	}

	50% {
		color: rgb(192, 176, 255);
	}

	100% {
		color: rgb(255, 0, 0);
	}
}



.thumbs img:hover {
	opacity: 0.6;
	color: #7f0000;;
}


/* Shrink thumbnail size if the screen size is 600px wide or less */
@media screen and (max-width: 600px) {

	/* comic shit first*/
	.comic_icons {
    width: 120px;
}

	body {
		font-size: smaller;
		padding: 2px;

	}
	.thumbs img {
		width: 30px;
		height: auto;
	}

	.full img.tall {
		width: 100%;
		height: auto;

	}

	.comic img {
		width: 100%;

	}
}


#copyright{
	color:#8e8b7b;
}

.wandering{
	hr{
	border: none;               /* Remove default browser 3D border */
    border-top: 1px dashed #e7e7e7; /* Use border-top for a clean line */
    height: 0;                  /* Ensure no extra internal height */
    width: 100%;                /* Optional: ensure it spans the container */
    margin: 20px 0;
	}
	
	text-align: center;
	background-color: rgb(0, 0, 0);
	
h1,p{
	color:rgb(254, 255, 209);
}

	.current{
		color:rgb(34, 44, 33)!important;
		pointer-events: none;
	}



/* ALL COMIC CSS  GOES HERE for Wandering******************* */
.comic{
	display:block;
	margin: auto;
	width: 100%;
	max-width: 600px;
}

.comic img{
	display:block;
	margin: auto;
	max-width: 600px;
}


.faithlessdancer{
	max-width: 1000px;
	background-color: #000000;
}

.searcherfiller{
	max-width: 900px;
	text-align: center;
	margin: auto;
	background-color: #000000;
}


/* ALL COMIC CSS  GOES HERE for Wandering******************* */
.searchy{
	display:block;
	margin: auto;
	width: 100%;
	max-width: 800px;
}

.searchy img{
	display:block;
	margin: auto;
	max-width: 800px;
}


a:hover{
	color:aqua;
}


