.g-headline {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 2rem;
	font-family: "Lora", sans-serif;
	color: var(--text-light);
	text-shadow: 2px 2px 6px var(--bg-darkest);
}

#guides-section .c-button {
	text-transform: none;
	background: linear-gradient(0deg, #9e1e1ecf 0%, #551a1acf 50%, #9e1e1ecf 100%);
	border: 1px solid rgba(250, 0, 25, 0.2);
	border-radius: 0;
	font-weight: 500;
	color: var(--text-light);
}

#thumbnail {
	max-height: 22px;
}

#guide-image {
	max-height: 100px;
	padding: 10px;
}

.guide-header {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 5rem;
	font-family: "Lora", sans-serif;
	color: var(--text-light);
	text-align: center;
    margin: 0px auto 20px;
    text-shadow: black 2px 2px 2px;
}

#guide-section h2 {
	text-align: left;
	margin: 75px 0px 0px 50px;
	font-weight: bold;
}

#guide-section p {
	text-align: left;
	margin-left: 55px;
}

#guide-section .u-seperator {
	background: radial-gradient(circle, var(--color-zs-red) 0%, rgb(250, 0, 25) 50%, rgba(15, 15, 15, 0.81) 100%);
}

.guide-image-container {
	border: 2px solid rgba(15, 15, 15, 0.623);
}