/* CSS Document */

.story-content .wrapper {
	width: 100%;
	max-width: 980px;
}

h1,
.story-content h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	line-height: 40px;
	padding-top: 15px;
	padding-bottom: 10px;
}

h1 span,
.story-content h1 {
	color: #8d0405;
}

.content {
	padding: 0 20px 20px 20px;
}

.story-content p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #363636;
	font-weight: 400;
}

.story-content p a {
	color: #8d0405;
	text-decoration: none;
}

.story-content p a:hover {
	text-decoration: underline;
}