@charset "UTF-8";

.story {
	text-align: left;
	width: 100%;
	margin: auto;
}
.story > .individuals {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.story > .individuals > p {
	width: 48%;
}
@media only screen and (max-width: 992px) {
	.story > .individuals {
		flex-direction: column;
	}
	.story > .individuals > p {
		width: 100%;
	}
}
.story p {
	text-align: left;
	/*
	padding: 0 0.5em 0 0.5em;
	border-left: solid 0.2em #aaa;
  border-right: solid 0.2em #aaa;
	*/
}
.imgGroup {
	width: 100%;
	padding: 1em 0 1em 0;
	margin: auto;
	border-top: solid 0.2em #aaa;
	border-bottom: solid 0.2em #aaa;

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.fullImage {
	width: 100%;
	margin: 1em 0 1em 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sm {
	font-size: 0.75em;
}



@media (max-width: 1000px) {

}
@media (max-width: 960px) {
	.story { width: 80%; }
}
@media (max-width: 760px) {
	.story { width: 90%; }
}
@media (max-width: 640px) {
	.story { width: 100%; }
}
@media (max-width: 540px) {

}
@media (max-width: 490px) {

}
@media (max-width: 380px) {

}
