/*
Bootstrap v5.3.3 (https://getbootstrap.com/)
Copyright 2011-2024 The Bootstrap Authors
Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/

::-webkit-scrollbar-track {
	background: #aaaaaa;
}

::-webkit-scrollbar-thumb {
	background: #ff0000;
	box-shadow: 0 0 10px #FFD700, 0 0 20px #c4b454;
}

* {
	scrollbar-width: thin;
	scrollbar-color: #FFD700 #aaaaaa;
}

h1,
h2 {
	color: #cacaca;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

body {
	font-family: 'Cinzel', serif;
	background: linear-gradient(135deg, #4a0e4e 0%, #2c0a2f 100%);
	color: #f0e6d2;
}

.divine-truth-link {
	display: inline-block;
	text-decoration: none;
	transition: all 0.4s ease;
	background: rgba(44, 10, 47, 0.9);
	border: 2px solid #c4b454;
	padding: 20px 40px;
	border-radius: 50px;
	margin: 30px 0;
}

.divine-truth-link:hover {
	transform: scale(1.05);
	box-shadow: 0 0 30px #c4b454;
}

.divine-gradient-text {
	font-size: 2.5rem;
	font-weight: bold;
	background: linear-gradient(45deg, #e6d69c, #c4b454);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	display: block;
	font-family: 'Cinzel', serif;
}

.divine-emphasis {
	font-weight: 900;
	color: #ff9900;
	text-shadow: 0 0 10px #ff9900, 0 0 20px #ff9900;
	font-size: 1.2em;
}

.divine-subtitle {
	font-size: 1.2rem;
	color: #e6d69c;
	display: block;
	margin-top: 10px;
	font-family: 'Cinzel', serif;
}

.divine-container {
	background-color: rgba(0, 0, 0, 0.7);
	border: 2px solid #c4b454;
	border-radius: 15px;
	padding: 30px;
	margin-bottom: 40px;
	box-shadow: 0 0 20px rgba(196, 180, 84, 0.3);
}

.divine-title {
	font-size: 3.5rem;
	color: #c4b454;
	text-shadow: 0 0 15px #c4b454;
	font-weight: bold;
	margin-bottom: 20px;
}

.emphasis {
	font-weight: 900;
	color: #ff0000;
	text-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000;
	font-size: 3.5rem;
}

.emphasis2 {
	font-weight: 900;
	color: #ff0000;
	text-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000;
	font-size: 16px;
}

.divine-subtitle {
	font-size: 2rem;
	color: #e6d69c;
}

.Holy-Image {
	border: 5px solid #c4b454;
	box-shadow: 0 0 30px #c4b454;
}

.Divine-List-Item {
	background-color: rgba(196, 180, 84, 0.1);
	border: 1px solid #c4b454;
	color: #e6d69c;
	font-size: 1.1rem;
	padding: 15px;
	margin-bottom: 10px;
}

.Holy-Ravioli {
	color: #c4b454;
	font-size: 2.5rem;
	margin-right: 15px;
}

.nav-link {
	color: #c4b454 !important;
	font-size: 1.2rem;
	transition: all 0.3s ease;
}

.nav-link:hover {
	color: #e6d69c !important;
	text-shadow: 0 0 10px #c4b454;
}

.btn-divine {
	background-color: #c4b454;
	color: #2c0a2f;
	border: none;
	padding: 10px 20px;
	font-size: 1.2rem;
	transition: all 0.3s ease;
}

.btn-divine:hover {
	background-color: #e6d69c;
	box-shadow: 0 0 15px #c4b454;
}

@media (max-width: 768px) {
	.divine-title {
		font-size: 2.5rem;
	}

	.divine-subtitle {
		font-size: 1.5rem;
	}

	.emphasis {
		font-size: 2.5rem;
	}

	.Divine-List-Item {
		font-size: 1rem;
		padding: 10px;
	}

	.Holy-Ravioli {
		font-size: 2rem;
	}

	.nav {
		flex-wrap: wrap;
		justify-content: center;
	}

	.nav-item {
		margin: 5px;
	}

	.nav-link {
		font-size: 1rem;
		padding: 5px 10px;
	}

	.btn-divine {
		font-size: 1rem;
		padding: 8px 16px;
	}

	.divine-gradient-text {
		font-size: 2rem;
	}

	.divine-truth-link {
		padding: 15px 30px;
	}
}

@media (max-width: 576px) {
	.divine-title {
		font-size: 2rem;
	}

	.divine-subtitle {
		font-size: 1.2rem;
	}

	.emphasis {
		font-size: 2rem;
	}

	.Divine-List-Item {
		font-size: 0.9rem;
		padding: 8px;
	}

	.Holy-Ravioli {
		font-size: 1.5rem;
	}

	.nav-link {
		font-size: 0.9rem;
	}

	.btn-divine {
		font-size: 0.9rem;
		padding: 6px 12px;
	}

	.divine-gradient-text {
		font-size: 1.5rem;
	}

	.divine-truth-link {
		padding: 10px 20px;
	}
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

#devotion {
    text-align: center;
}

.holy-vote-box, .unholy-vote-box {
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.holy-vote-box {
    background-color: rgba(196, 180, 84, 0.1);
    border: 2px solid #c4b454;
}

.unholy-vote-box {
    background-color: rgba(255, 0, 0, 0.1);
    border: 2px solid #ff0000;
}

.vote-count {
    font-size: 2rem;
    font-weight: bold;
}

.holy-count {
    color: #c4b454;
    text-shadow: 0 0 10px #c4b454;
}

.unholy-count {
    color: #ff0000;
    text-shadow: 0 0 10px #ff0000;
}

.unholy-subtitle {
    font-size: 1.8rem;
    color: #ff0000;
    text-shadow: 0 0 10px #ff0000;
}

.btn-unholy {
    background-color: #ff0000;
    color: #000;
    border: none;
    padding: 10px 20px;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.btn-unholy:hover {
    background-color: #cc0000;
    box-shadow: 0 0 15px #ff0000;
}
