@font-face {
  font-family: "Ripsnort";
  src: url("/assets/fonts/RipsnortBB-Regular.otf") format("opentype");
  font-display: swap;
}

body {
	margin: 0;
	background: rgb(64, 69, 99);
	background-image: url('/assets/img/bg_texture.png'), linear-gradient(0deg, rgb(2, 0, 36) 0%, rgb(64, 69, 99) 76%, rgb(80, 84, 109) 100%);
	/*background-image: url("/assets/img/Chapter_01-cover-live.jpg");
	background-repeat: no-repeat;
	background-size: cover;*/
}

@media (max-width: 575px) {
	body {
		background-size: 100%;
	}
}

.site-header {
	background-color: rgba(0, 0, 0, 0.7);
}

.site-header a, .site-header a:hover {
	text-decoration: none;
	color: white;
	font-size: 1.5em;
}

.banner {
	text-align: center;
	font-size: 5.0em;
	height: 200px;
	line-height: 200px;
	width: 100%;
}

.banner-link, .banner-link:hover {
	display:block; 
	text-decoration: none; 
	color: black;
}

.comic-holder {
	width: 100%;
	height: auto;
	text-align: center;
}

.comic-nav a, .comic-nav a:hover {
	color: black;
	text-decoration: none;
	font-size: 1.5em;
}

.social-media {
	text-align: right;
	padding-right: 24px;
}

.social-media p {
	color: black;
	text-decoration: none;
	padding: 5px 0px;
	font-size: 2.0em;
	margin: 0;
}

.social-media a, .social-media a:hover {
	color: black;
}

.share {
	padding-left: 24px;
}

.share p {
	color: black;
	text-decoration: none;
	padding: 5px 0px;
	font-size: 2.0em;
	margin: 0;
}

.share a, share a:hover {
	color: black;
}

.text-holder {
	padding: 10px 20px;
	min-height: 800px;
}

.text-holder h2, .text-holder h3 {
}

.chapter, .character {
	display: inline-block;
	margin: 10px;
	width: calc(100% - 20px);
}

.chapter-image, .character-image {
	width: 20%;
	float: left;
}

.chapter-numbers, .character-text {
	width: 80%;
	float: left;
	padding-left: 20px;
}

.chapter-numbers-container {
	display: flex;
	flex-flow: wrap;
}

ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.patreon-override {
	background: black;
	color: white;
	padding: 3px;
	font-size: 1.4em;
	top: -3.5px;
	position: relative;
	border-radius: 3px;
}