@font-face {
	font-family: Zuume;
	src: url("./assets/fonts/ZuumeRough-Bold.ttf");
}
@font-face {
	font-family: Rustic;
	src: url("./assets/fonts/Rustic\ Printed.ttf");
}
@font-face {
	font-family: Marapfhont;
	src: url("./assets/fonts/Marapfhont.ttf");
}

:root {
	--bg-color: rgb(26, 26, 26);
	--deep-red: #520404;
	--light-gray: #d9d9d9;
}

html {
	background-color: var(--bg-color);
	background-image: url("assets/img/4.png");
	background-position: bottom;
	background-size: cover;
	color: white;
}
body {
	margin: 0;
}

/* -------------- MODALS -------------- */

body {
	margin: 0;
	height: 100%;
	overflow: hidden;
	font-family: Rustic, "Times New Roman", Times, serif;
}

body.closed {
	overflow: auto;
}

div.closed,
.hidden {
	display: none !important;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-box h1,
.modal-box p {
	text-align: center;
}

/* -------------- VERIFICATION -------------- */

.verification-modal {
	background-color: black;
	background-image: url("assets/img/4.png");
	background-position: top;
	user-select: none;
	display: flex;
	flex-direction: column;
}

.verification-box {
	border: 4px solid var(--deep-red);
	background-color: black;
	width: 40%;
	min-height: 250px;
	padding: 10px;
	display: flex;
	flex-direction: column;
}

.introduction {
	min-height: fit-content;
	margin-bottom: 30px;
}

.verification-box h1 {
	font-family: Marapfhont, sans-serif;
	font-size: 4rem;
	margin: 0;
}

.age-checkbox {
	text-align: center;
	font-size: 1.8rem;
	margin-top: 30px;
}

.age-checkbox input {
	height: 25px;
	width: 25px;
	vertical-align: middle;
	border-radius: 0;
	accent-color: var(--deep-red);
}

.sound-warning {
	font-family: Marapfhont, sans-serif;
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: flex;
	align-items: center;
	height: 12vh;
}

.sound-warning p {
	display: inline;
	font-size: 5.2rem;
	margin-right: 20px;
}

.sound-warning img {
	display: inline;
	height: 12vh;
}

/* -------------- NAVBAR -------------- */
.navbar {
	/* position: absolute; */
	top: 50px;
	background-color: #392d26;
	color: var(--light-gray);
	height: 80px;
	width: 100%;
	margin-top: 50px;
	border-top: 1px solid var(--deep-red);
	border-bottom: 1px solid var(--deep-red);
	display: flex;
	justify-content: space-between;
}

.navbar,
.navbar input {
	font-family: Zuume, sans-serif;
}

.logo {
	position: relative;
	margin-left: 30px;
}

.logo img {
	position: absolute;
	bottom: 2px;
	height: 110px;
}

.code-container {
	font-size: 36px;
	display: flex;
	flex-direction: row;
	height: 100%;
	align-items: center;
	margin-right: 30px;
}

.code-text {
	margin-right: 10px;
	font-size: 4.4rem;
	margin-top: 8px;
}

.code-container input {
	font-size: 36px;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 0;
	border: 2px solid black;
	background-color: var(--light-gray);
}

.code-container input:focus {
	outline-width: 0;
}

.code-inputs {
	height: 100%;
	width: 30vw;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-direction: row;
}

#code-input {
	font-family: Zuume, sans-serif;
	font-size: 36px;
	text-align: center;
	width: 50px;
	height: 50px;
}

/* -------------- PROSE BLOCKS -------------- */
.prose-container {
	margin: 4vh 20px;
	display: flex;
	flex-direction: column;
	gap: 4vh;
}

.prose-container .prose-block:nth-child(even) {
	align-self: flex-end;
}

.prose-block {
	width: 55%;
	padding: 20px 10px;
	background-color: var(--light-gray);
	background-image: url("assets/img/5.png");
	background-position: center;
	border: 4px solid var(--deep-red);
	color: black;
	font-size: 1.2rem;
}

hiddennum:hover {
	color: rgb(157, 41, 41);
}

/* -------------- BUTCHER MODAL -------------- */
.butcher-modal {
	background-color: black;
	z-index: 3;
}

.jumpscare-modal {
	background-image: url("assets/img/Jumpscare.jpeg");
	z-index: 2;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
}

/* -------------- CONCLUSION MODAL -------------- */
.conclusion-modal {
	background-color: #dbd3c5;
	background-image: url("assets/img/4.png");
	background-blend-mode: difference;
	background-position: bottom;
	z-index: 4;
}

.conclusion-box {
	/* background-color: #545454; */
	background-color: #292929cf;
	border: 4px solid var(--deep-red);
	width: 75%;
	max-height: 75vh;
	color: var(--light-gray);
	padding: 20px;
}

.conclusion-box h1 {
	margin: 0 auto;
	font-family: Zuume, sans-serif;
	font-size: 5rem;
	text-shadow: var(--deep-red) -2px 0px;
}

.conclusion-box p {
	font-size: 1.2rem;
	margin-bottom: 0;
}

.bibliography-toggle {
	color: #6b0f0f;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 5rem;
	font-family: Marapfhont, sans-serif;
}

.bibliography-modal {
	background-color: #000000a0;
}

.bibliography-modal img {
	max-height: 300px;
	width: fit-content;
	align-self: center;
}
