@font-face {
	font-family: animeAce;
	src: url(animeace2_reg.ttf);
}

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: animeAce;
	background-color: #36393f !important;
	height: 100%;
}

.logo {
	position: relative;
	max-height: 1%;
}

#scrollView {
	display: none;
	overflow-y: auto;
}
#scrollViewNav {
	display: none;
	min-height: 10%;
	max-height: 10%;
	
}
#scrollViewNavContainer {
	overflow-x: auto;
}

@media only screen and (orientation: portrait) {
	#carouselView {
		display: none;
	}
	
	#scrollView {
		display: flex;
	}
	
	#scrollViewNav {
		display: flex;
	}
}

.scrollViewPages {
	overflow-y: scroll;
}

.comic-page {
	height: 90%;
	max-height: 90vh;
	max-width: 95%;
}

.page-locked {
	position: absolute;
	color: white;
	font-weight: bold;
	font-size: 72px;
	text-shadow: 2px 2px #000;
}

.page-locked-container {
	position: relative;
}

.comic-page-zoom {
	width: 100%;
	max-width: 100%;
}

.pagination .page-link {
	background: #6c757d;
	color: white;
}

.pagination > li.active > a {
	background-color: #000 !important;
	border-color: white;
}

.thumb-container {
	min-width: 10%;
	min-height: 100%;
}

.comic-page-thumb {
	max-width: 100%;
	max-height: 80%;
}

.btn-discord {
	background-color: #36393f !important;
	color: white !important;
}

.btn-discord:hover {
	background-color: #fff !important;
	color: black !important;
}

.supporterStatus {
	font-size: 10pt;
}

.procyon {
	color: #ff48c5;
}
.supporter {
	color: #ff48c5;
}
.bdayAnimal {
	color: #55ffce;
}

.comicPageShadow {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.75) !important;
}

.footer {
	position: fixed;
	bottom: 0;
	z-index: 9999;
}