

@font-face{
	font-family: comicsans;
	src: url('fonts/comic.ttf');
	font-display: fallback;
}
/* @font-face{ */
	/* font-family: impact; */
	/* src: url('fonts/impact.ttf'); */
	/* font-display: swap; */
/* } */
@font-face{
	font-family: papyrus;
	src: url('fonts/PAPYRUS.TTF');
	font-display: fallback;
}


html{
	height: 100%;
}

*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.site-body{
	display: flex;
	min-height: calc(100vh - 220px);
	flex-direction: row;
}
.main-content{
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #222;
	color: #eee;
	overflow-x: hidden;
}
.main-content article h2{
	text-align: center;
}
header{
	height: 120px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-family: comicsans;
	color: #fff;
	width: 100%;
	background-color: #000;
	background-image: linear-gradient(rgba(4,5,45,0.7),rgba(4,5,45,0.7)),url(images/ice-e3.png);
}
header h1{
	padding: 40px;
}
header div{
	background-image: url(images/border-top.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.site-body-dark{
	min-width: 100vw;
	min-height: 100vh;
	background-color: #000;
	background-image: linear-gradient(rgba(0,0,5,0.95),rgba(0,0,5,0.95)),url(images/ice-e3.png);
}
.main-content-dark{
	margin: auto;
	min-width: 500px;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	width: 70%;
	background-color: #000;
	overflow-x: hidden;
}
@media(max-width: 100vh){
	header{
		min-height: 100px;
	}
	header h1{
		padding: 0;
	}
	.site-body{
		min-height: calc(100vh - 200px);
	}
	.main-content-dark{
		margin: auto;
		min-width: 50px;
		width: 100%;
	}
}

nav{
	width: 100%;
	height: 100vh;
	float: left;
	background-color: #000;
	color: #36FC53;
	text-align: center;
	font-family: comicsans;
	font-weight: bold;
	line-height: 400%;
	display: flex;
	flex-direction: column;
}
.useless-aside-top{
	width: 20%;
	overflow-x: hidden;
}
.useless-aside{
	width: 20%;
	overflow-x: hidden;
}
.useless-aside-base{
	width: 20%;
	overflow-x: hidden;
}
aside{
	width: 100%;
	height: 100%;
	float: right;
	background-color: #000;
	background-image: url(images/border-right.png);
	background-repeat: repeat-y;
	background-position: top right;
}
aside img{
	width: auto;
	height: auto;
}
.main-nav-buttons ul li div{ /* use a media query to remove padding on smaller displays */
	display: flex;
	flex-direction: row;
	padding-left: 10%;
	padding-right: 10%;
}
.main-nav-buttons img{
	width: 24px;
	height: 24px;
}
.main-nav-buttons b{
	width: 90%;
	text-align: left;
	color: #EB0DD5;
	line-height: normal;
}
.main-nav-buttons a{
	width: 10%;
	text-align: right;
	line-height: normal;
}
.nav-link-button{
	padding: 12px 0 12px;
	width: 100%;
	min-width: 220px;
	font-size: 16px;
	position: absolute;
	cursor: pointer;
}
/* hover effect */
.main-nav-buttons ul li{
	content: '';
	height: 24px;
	display: block;
	margin: auto;
	transition: 0.1s;
}
.main-nav-buttons ul li:hover{
	background-color: #022106;
}
.nav-small-link a{
	width: 100%;
	text-align: left;
	font-weight: normal;
	line-height: normal;
}


/* mobile nav */
.mobile-archive-links{
	display: none;
	height: 0;
	overflow: hidden;
}
.nav-footer-iframe{
	display: none;
	height: 0;
	overflow: hidden;
}
@media(max-width: 100vh){
	.main-nav{
		min-width: 100vw;
		height: 300px;
	}
	.site-body{
		flex-direction: column;
	}
	.useless-aside{
		width: 0;
		height: 0;
	}
	.main-nav-buttons ul li div{
		padding-left: 0;
		padding-right: 0;
	}
	
	.mobile-archive-links{
		margin-top: 40px;
		width: 100%;
		height: 550px;
		position: relative;
		display: block;
	}
	.nav-footer-iframe{
		width: 100%;
		height: 100%;
		position: absolute;
		top: -150px;
		display: block;
	}
}


.archive-section{
	padding: 50px;
	text-align: center;
	color: #36FC53;
	font-family: comicsans;
	font-weight: bold;
	background-color: #000;
}


/* glenn posts */
.glenn-post{
	margin-left: 2%;
	margin-right: 2%;
	display: flex;
	flex-direction: column;
	background-color: #191F2D;
	border: 4px outset #314672;
	overflow-x: hidden;
}
.glenn-post-p{
	margin-left: 2%;
	margin-right: 2%;
	display: flex;
	flex-direction: column;
	background-color: #191F2D;
	border: 4px outset #314672;
	overflow-x: hidden;
	font-family: PAPYRUS;
}
.glenn-post-body{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}
.glenn-post-caption{
	background-color: #191F2D;
	width: 70%;
}
.glenn-post-image{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.glenn-post p{
	text-align: left;
	color: #efe;
	font-size: 20px;
}
.glenn-post-p p{
	text-align: left;
	color: #efe;
	font-size: 24px;
	font-weight: bold;
}
.glenn-post-image p{
	text-align: center;
}
.glenn-post-footer{
	text-align: center;
	border: 2px ridge #21915B;
}
.glenn-post-footer p{
	font-family: none;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	color: #21915B;
}
.glenn-post img{
	height: 100%;
	width: auto;
}
.glenn-post-p img{
	height: 100%;
	width: auto;
}
@media(max-width: 100vh){
	.glenn-post-body{
		flex-direction: column;
	}
	.glenn-post img{
		width: 100%;
		height: auto;
	}
	.glenn-post-p img{
		width: 100%;
		height: auto;
	}
}
/* comments */
.glenn-comment-shell{
	margin-left: 2%;
	margin-right: 2%;
	padding-right: 20%;
	background-color: #191F2D;
	overflow-x: hidden;
}
.glenn-comment-indent{
	padding-left: 64px;
}
.glenn-post-comment{
	display: flex;
	flex-direction: column;
	border: 4px ridge #314672;
	overflow-x: hidden;
	color: #21915B;
}
.glenn-post-comment img{
	width: 64px;
	height: 64px;
}
.glenn-comment-head{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.glenn-comment-date{
	text-align: center;
}
.glenn-comment-rating{
	text-align: right;
}
.glenn-comment-body{
	padding-left: 16px;
}
.glenn-comment-main{
	display: flex;
	flex-direction: row;
}
.glenn-comment-text{
	padding: 10px;
}
.glenn-comment-header{
	padding: 16px;
	padding-left: 10%;
	padding-right: 10%;
	margin-left: 2%;
	margin-right: 2%;
	background-color: #191F2D;
	color: #21915B;
	font-weight: bold;
	text-align: center;
}
@media(max-width: 100vh){
	.glenn-comment-shell{
		padding-right: 0;
	}
}

/* annotations */
.annotation{
	margin-left: 8%;
	margin-right: 8%;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	padding-top: 5px;
	padding-bottom: 40px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #191919;
	font-size: 20px;
}
.annotation p{
	color: #EFEFFF;
}

.archive-links{
	display: flex;
	justify-content: center;
}
.archive-links div{
	padding: 2%;
}
.archive-links a{
	font-size: 32px;
	font-family: comicsans;
	font-weight: bold;
}

/* faces / ascii art */
.face{
	font-family: serif;
	letter-spacing: 0;
	word-spacing: 5px;
	font-weight: bold;
}


/* icee default link */
.icee-link{
	width: 32px;
	height: 32px;
}
.icee-link img{
	width: 32px;
	height: 32px;
}
.icee-link a{
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
}

/* rarecats */
.rarecats-link{
	width: 100px;
	height: 100px;
}
.rarecats-link img{
	width: 100px;
	height: 100px;
}
.rarecats-link a{
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
}

/* heart */
.heart-link{
	width: 16px;
	height: 16px;
}
.heart-link img{
	width: 16px;
	height: 16px;
}
.heart-link a{
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
}

/* missing poster */
.missing{
	width: 50%;
	min-width: 700px;
	overflow-x: hidden;
	margin-left: auto;
	margin-right: auto;
	font-family: papyrus;
	text-align: center;
	background-color: #111;
	margin-bottom: 40px;
}
.missing-row{
	margin-top: 5%;
	display: flex;
}
.missing-glenn{
	width: 33%;
	height: 33%;
	padding-right: 10px;
}
.missing-column-stat-names{
	width: 33%;
	padding-right: 10px;
	text-align: right;
}
.missing-column-stats{
	width: 33%;
	text-align: left;
}
.missing img{
	width: 50%;
	height: 50%;
}

@media(max-width: 100vh){
	.missing{
		width: 100%;
		min-width: 50px;
	}
}

.footer-border{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.footer-border div{
	width: 60px;
	height: 100px;
	background-color: #000;
	background-image: url(images/border-corner.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.footer-frame{
	height: 100px;
	width: 100%;
}
footer{
	background-color: #000;
	background-image: url(images/border-bottom.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 30px;
	text-align: center;
	margin: 0;
	height: 100px;
}




























































