
.category {
	font-family: 'Gemunu Libre';
	font-size: 1.5em;
}

body {
	background-color: #aa2f47;
	font-family: Gemunu Libre, sans-serif;
	font-size: 1.2em;
	color: #f0f0f0;
}

.shadowed-text {
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.guide-title {
	color: #74192b;
	font-family: Gemunu Libre, sans-serif;
	overflow: hidden;
	display: block;
	text-align: center;
	white-space: nowrap;
	max-width: 100%;
	font-size: clamp(1em, 3em, 3vw);

	text-shadow: 
		1px 0 #ffe09e, 
		-1px 0 #ffe09e, 
		0 1px #ffe09e, 
		0 -1px #ffe09e,
		0 0 10px rgba(255, 255, 255, 0.75), 
		0 0 20px rgba(255, 255, 255, 0.75), 
		0 0 40px rgba(255, 255, 255, 0.75);

	margin-bottom: 0px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
}

h1 {
	color: #ffbb4f;
	font-family: Gemunu Libre, sans-serif;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	margin-bottom: 0px;
}

p {
	color: #ffbb4f;
	font-family: Gemunu Libre, sans-serif;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

a {
	color: #f0f0f0;
}

.description-text {
	line-height: 1.2em;
	color: #ded7b6;
}

.video-or-shot {
	box-shadow:  5px 4px 0px rgba(63, 63, 63, 0.75), 10px 8px 0px rgba(32, 32, 32, 0.5);
}

.hover-brighten:hover {
	filter: brightness(1.5);
}