/*
Bootstrap v5.3.3 (https://getbootstrap.com/)
Copyright 2011-2024 The Bootstrap Authors
Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/




@font-face {
	font-family: 'cheesy';
	src: url('/public/fonts/cheesy.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

::-webkit-scrollbar-track {
	background: #1a1a1a;
}

::-webkit-scrollbar-thumb {
	background: #ff0000;
	box-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000;
}

* {
	scrollbar-width: thin;
	scrollbar-color: #ff0000 #1a1a1a;
}

body {
	background: url('images/dark-texture.jpg') repeat;
	color: #FFD700;
	font-family: 'Arial', sans-serif;
}

.navbar {
	background-color: #8B0000 !important;
}

.navbar-brand,
.nav-link {
	color: #FFD700 !important;
	font-weight: bold;
}

.container {
	background-color: rgba(0, 0, 0, 0.8);
	border: 3px solid #FFD700;
	box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
}

h1,
h2 {
	text-shadow: 2px 2px 4px #000000;
}

.list-group-item {
	background-color: #1a1a1a;
	color: #FFD700;
	border-color: #8B0000;
}

.alert-warning {
	background-color: #8B0000;
	color: #FFD700;
	border-color: #FFD700;
	margin-top: 10px;
}

.btn-danger {
	background-color: #8B0000;
	border-color: #FFD700;
}

.quote-container {
	background-color: #1a1a1a;
}

.gradient-text {
	font-size: 36px;
	font-weight: bold;
	background: linear-gradient(45deg, #ffffff, #ff0000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}


.emphasis {
	font-weight: 900;
	color: #ff0000;
	text-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000;
	font-size: 1em;
}

.emphasis2 {
	font-weight: 900;
	color: #ff0000;
	text-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000;
	font-size: 1.2em;
}

.emphasis4 {
	font-weight: 900;
	color: #ff0000;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000,
		0 0 10px #ff0000,
		0 0 20px #ff0000;
	font-size: 1em;
}


.blockquote-footer {
	font-size: 1.2em;
	font-weight: bold;
	background: linear-gradient(50deg, #7005058e, #ff000085);
	text-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000;
}

.btn-danger {
	background-color: #8B0000;
	border-color: #FFD700;
	transition: all 0.3s ease;
}

.btn-danger:hover {
	background-color: #FF0000;
	transform: scale(1.05);
	box-shadow: 0 0 15px #FF0000;
}

.pulsating-button {
	animation: pulsate 1.5s infinite alternate;
}

@keyframes pulsate {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.05);
	}
}

.emphasis3 {
	font-family: 'cheesy', sans-serif;
	font-weight: 900;
	color: #FFD700;
	text-shadow: 0 0 10px #FF0000, 0 0 20px #FF0000;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.emphasisUGYUHBSR {
	font-family: 'Arial', sans-serif;
	font-weight: 900;
	color: #FFD700;
	text-shadow: 0 0 10px #FF0000, 0 0 20px #FF0000;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.divine-title {
	font-family: 'Cinzel', serif;
	font-size: 16px;
	color: #c4b454;
	text-shadow: 0 0 15px #c4b454;
	font-weight: bold;
	margin-bottom: 20px;
}

.holy-title {
	font-family: 'Cinzel', serif;
	font-size: 16px;
	color: #FFD700;
	text-shadow: 0 0 10px #FFD700;
	font-weight: bold;
}

.holy-title2 {
	font-family: 'Cinzel', serif;
	font-size: 24px;
	color: #FFD700;
	text-shadow: 0 0 10px #FFD700;
	font-weight: bold;
}

.quote-container {
	background-color: rgba(26, 26, 26, 0.8);
	border-left: 5px solid #FFD700;
	color: #FFD700;
}

.blockquote {
	font-size: 1.25rem;
	font-style: italic;
}

.blockquote p {
	position: relative;
	padding-left: 45px;
	padding-right: 45px;
}

.blockquote p::before,
.blockquote p::after {
	content: '"';
	font-size: 4rem;
	color: #8B0000;
	position: absolute;
	top: -20px;
}

.blockquote p::before {
	left: 0;
}

.blockquote p::after {
	right: 0;
	transform: rotate(180deg);
}

.blockquote-footer {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFD700;
	text-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000;
}

.bean {
	color: gradient(50deg, #ffffffb4, #753737, #8b0303);
	font-weight: bold;
	font-size: 1.5em;
	text-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000;
}

.share-section {
	background-color: rgba(29, 28, 27, 0.9);
	border: 3px solid #FFD700;
	border-radius: 15px;
}

.share-title {
	color: #FFD700;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}

.share-text {
	color: #FFA500;
}

