
body{
	font-family:"AtkinsonRegular";
	background-image: url('/img/story.webp');
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment: fixed;
	background-color: #111111;
	color: white;
}

a{
	color: white;
}

h1,h2,h3,h4,strong{
	font-family: "AtkinsonBold";
}

em{
	font-family: "AtkinsonItalic";
}

h5,h6{
	font-family: "AtkinsonBoldItalic";
}


#summary{
	display: block;
	margin: auto;
	padding: 10px;
	width: 70%;
	height: auto;
	overflow: scroll;
	font-size: large;
	text-align: center;
	background-color: #44005577;
}

#summary p{
	color: white;
	text-shadow: 0px 0px 5px black;
}

#summary h1,h2{
	background-color: white;
	text-shadow: 0px 0px 15px white;
	color: #440055;
}

#summary li{
	float: left;
}

#summary ul {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
	list-style-type: none;
	padding: 0;
}

#summary ul li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	transition-duration: 0.5s;
	text-shadow: 0px 0px 5px black;
}

#summary ul li a:hover {
	color: #440055;
  	background-color: white;
	text-shadow: 0px 0px 5px white;
}


#story{
	display: block;
	margin: auto;
	padding: 10px;
	width: 70%;
	height: 170px;
	overflow: scroll;
	font-size: large;

	background-color: #44005577;
	
}

#story h1{
	text-align: center;
	color: white;
	text-shadow: 0px 0px 15px black;

}

#story li a {
  	display: block;
  	color: white;
  	padding: 8px 16px;
  	text-decoration: none;
	text-shadow: 0px 0px 15px black;
	transition-duration: 0.5s;
}

#story li a:hover {
  background-color: white;
  color: #440055;
  text-shadow: 0px 0px 15px white;
}

#return{
    float: left;
    bottom: 10px;
    left: 5px;
    position:fixed;
    padding: 0px;
    transition-duration: 0.5s;
    text-shadow: 0px 0px 15px #000000;
}
#return:hover{background-color: #440055;}
