.story1{
	background-color:white;
	
}
h1,h2,h3{
	font-family: monospace;
}
.myheader{
	color:rgba(0, 0, 0, 0.38);
}
.display-story-wrapper:nth-child(odd) .display-story{
	float:right;
}

.display-story-wrapper:nth-child(even) .display-story{
	float:left;
}
.slider-selector:hover{
	background-color: rgba(55, 179, 139, 0.18);
	color:balck;
}
.myactive{
	background-color: rgba(55, 179, 139, 0.18);
	color:balck;
}