@font-face {
	font-family: 'Zythia';
	src: url('fonts/Zythia-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Sidebar';
	src: url('fonts/GAMECUBEN\ DualSet.ttf') format('truetype');
}

body,
html {
	margin: 0;
	box-sizing: border-box;
	background-color: #1a0624;
}

* {
	box-sizing: inherit;
}

p.short {
	margin-top: 0px;
	margin-bottom: 4px;
}

h3.short {
	margin-bottom: 4px;
}

.page {
	display: grid;
	grid-template-columns: 15px 250px 1fr;
	grid-template-rows: 30px auto;
	max-width: 1200px;
	min-height: 100vh;
	margin: 0 auto;
}

.marquee {
	grid-column: 2/-1;
	background-color: #1b1b1b;
	color: white;
	font-family: 'Zythia', sans-serif;
	font-size: 25px;
}

.marquee p {
	margin: -5px;
	padding: 0px;
}

/* .leftvoid {
	background-color: #1a0624;
	grid-row: 1/-1; 
}*/
.sidebar {
	font-size: 18px;
	background-image: url(assets/bg.webp);
	background-repeat: no-repeat;
	background-size: 250px;
	font-family: 'Sidebar', sans-serif;
	color: #000000;

	border-left: 30px solid #FF5DC5;
	border-right: 15px solid #FF5DC5;
	box-shadow: 0 0 50px #000000 inset;
	isolation: isolate;
}

.sidebar a {
	text-transform: uppercase;
	color: unset;
	text-decoration: none;
	transform: scaleY(var(--scale, 1));
	font-weight: bold;
	font-size: var(--size);
	display: inline-block;

}

.sidebar li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	list-style-type: none;
	transform: skewY(-25deg);
	text-align: center;
	padding: 20px 0;
	background-color: var(--colour);
	height: 75px;
	box-shadow: inset 10px 0 10px -10px #000000, inset -10px 0 10px -10px #000000;


}

.logosplash {
	text-align: center;
}

.webring {
	margin-top: 75px;
}

.webbutton img {
	margin-left: 3px;
	width: 200px;
}

.stamps {
	margin-top: 10px;
	margin-right: 2px;
	margin-left: 3px;
	display: grid;
	grid-template-columns: repeat(2, 100px);
	grid-gap: 1px;
}

.main {
	font-size: 20px;
	background-image: url(assets/bg.webp);
	background-repeat: no-repeat;
	background-color: #1a0624;
	background-position: right;
	background-size: auto 140%;
	background-attachment: fixed;
	color: rgb(0, 0, 0);
	font-family: 'Sidebar', sans-serif;
	text-align: center;
}

.socials img {
	height: 40px;
}

.content {
	display: grid;
	grid-template-rows: auto;
	max-width: 800px;
	margin-left: 75px;
	margin-top: 350px;
}

.landing {
	background-color: #5DFFF9;
	color: #000000;
	border-radius: 40px;
	padding: 10px;
	border: 10px solid #8446E8;
	font-family: 'Zythia', sans-serif;
	font-size: 30px;
	box-shadow: 0 0 0px 10px #FF5DC5, 0 0 20px 0px #000000;
}

.footer {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;

	font-family: 'Zythia', sans-serif;
	font-size: 35px;
	background-color: #1a0624;

}

.footer a {
	color: #8446E8;
	text-decoration: none;
}

.footer a:hover {
	color: #ffffff;
}

.chapters {
	display: grid;
	grid-template-rows: auto;
	max-width: 800px;
	margin-left: 75px;
	margin-top: 100px;
}

.new {
	background-color: #230b4b;
	color: #ebfeff;
	border-radius: 40px;
	padding: 10px;
	border: 10px solid #8446E8;
	font-family: 'Zythia', sans-serif;
	font-size: 30px;
	box-shadow: 0 0 0px 10px #FF5DC5, 0 0 20px 0px #000000;
}

.allchapters {
	font-family: 'Zythia', sans-serif;
	color: #ffffff;
}

.chaptergrid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 15px;
}

.chapter {
	margin-top: 50px;
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat(2, 450px);
	grid-gap: 30px 5px;

	justify-content: center;
	align-items: center;
}

.pages {}

.pages img {
	width: 450px;
}

.landing a {
	font-family: 'Sidebar', sans-serif;
	text-transform: uppercase;
	color: #7f3fe5;
	text-decoration: none;
	font-weight: bold;
	font-size: var(--size);
	font-size: 15px;
}

.date {
	margin-top: 50px;
	color: white;
	font-size: 60px;
	font-family: 'Zythia', sans-serif;
}

.date a {
	color: unset;
	text-decoration: none;
}

.feed {
	font-family: 'Zythia', sans-serif;
	margin-top: 100px;
	display: grid;
	grid-template-columns: repeat(5, 150px);
	grid-gap: 15px;
	grid-auto-flow: dense;
}

.feedimg {
	grid-column-end: span 2;
	position: relative;
}

.feedimg img {
	box-shadow: 0 0 0px 5px #FF5DC5, 0 0 15px 0px #000000;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.feedimg.wide {
	grid-column-end: span 3;
}

.feedimg.tall {
	grid-row-end: span 2;
	max-height: 700px;
}

.feedimg.large {
	grid-row-end: span 2;
	grid-column-end: span 3;
	max-height: 700px;
}

.feedimg.full {
	grid-row-end: span 2;
	grid-column-end: span 5;
}

/*
  .feed .post {
	font-family: 'Zythia', sans-serif;
	background-color: #5DFFF9;
	box-shadow: 0 0 0px 5px #FF5DC5, 0 0 15px 0px #000000;
	overflow: hidden;
	text-overflow: ellipsis;
  } */