@charset "utf-8";
body {
	background-image: url(../images/cover.jpg) !important;
}
.meta {text-shadow: none}
#article #intro.reveal a {
	color: #b7d4ff;
	text-decoration: none;
}
#article #intro.reveal a:hover {
	text-decoration: underline;
}
#intro .row {
	background: radial-gradient(circle at 40% 30%, rgba(64, 64, 66, 0.6) 30%, rgba(24,36,63,0) 80%);
	padding: 0 1em 1em;
}
#intro, #story2, #story4, #story6 {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
#intro {
	text-shadow: 0 0 10px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1);
}
.residents #page-container h2 {
	color: #c6844b;
}
.residents #page-container h3 {
	color: #000;
}
.residents #page-container #story4 h2, .residents #page-container #story4 h3, .residents #page-container #story6 h2 {
	color: #fff;
}
#story1, #story3, #story7 {
	background: #fff; /*linear-gradient(to right, #fff 65%, #c6844b 65%)*/
}
#story1 h2, #story3 h2, #story5 h2, #story7 h2 {
	text-shadow: none;
}
#story2 {
	background-image: linear-gradient(rgba(121, 85, 72, 1), rgba(24,36,63,0.9)), url(../images/story02-bg.jpg)
}
#story3 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255,255,255,0.7)), url(../images/story03-11.jpg)
}
#story4 {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: linear-gradient(rgba(86, 86, 78,0.9), rgba(86, 86, 78,0.9)), url("../images/story04-14.jpg");
}
#story5 {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255,255,255,0.7)), url(../images/story05-01.jpg)
}
#story6 {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: linear-gradient(rgba(71,52,86,1), rgba(71,52,86,0.8)), url(../images/story06-04.jpg);
}
@media screen and (max-width: 650px) {
	#intro .row {
		background: none;
		padding: 0;
	}
}
@media screen and (min-width: 120em) {
	#intro .row {
		background: radial-gradient(circle at 40% 30%, rgba(24,36,63,0.1) 30%, rgba(24,36,63,0) 80%);
	}
}