/*------------------------------------------------------------------------------
								MEDIA
------------------------------------------------------------------------------*/
#story {
	background: url("../../img/story/bg.jpg") no-repeat center top / cover
}
p {
	color: #efede2;
	text-align: center;
	line-height: 2.3em;
	margin-top: 1.6em;
	font-size: 22px;
}
@media screen and (max-width: 1000px) {
/*------------------------------------------------------------------------------
								MEDIA
------------------------------------------------------------------------------*/
p {
	text-align: justify;
	line-height: 2em;
	margin-top: 1.5em;
	font-size: 28px;
}
}

@media print{
}