body{
	background-color:#6A5ACD;
	font-family: sans-serif;
	margin: auto;
	width: 95%;
	margin: auto;
}
main{
	background-color:#FAEBD7;
	margin: auto;
	border-radius: 5px;
	padding: 10px;
}
h1 {
	background-color:#FAEBD7;
	padding: 10px;
	margin: 0;
}

nav ul{
	list-style-type: none;
	margin: 0px;
	padding: 15px;
	background-color: black;
	border-radius: 5px;
}
footer{
	background-color: black;
	color: white;
	margin: auto;
	padding: 10px;
}
footer a{
	color: white;
	text-decoration: none;
}
footer a:hover{
	text-decoration: underline;
}


nav ul li{
	/* position: sticky; */
	display: inline;
}
nav ul li a{
	text-decoration: none;
	color: #ffffff;
	padding: 15px;
	
}
nav ul li a:hover{
	background-color: #6A5ACD;
	color: #fffff;
	text-decoration: underline;
}
nav ul li ul {
	display: none;
	position: absolute;
	padding: 15px;
}
nav ul li:hover ul{
	display: inline-block;
	position: absolute;
}
.banner{
	width: 100%;
	height: 450px;
	position: relative;
}
#slider{
	width: 100%;
	height: 450px;
	position: absolute;
	overflow: hidden;
}
#next{
	text-align: center;
	line-height: 50px;
	color: #fffff;
	width: 50px;
	height: 50px;
	background-color: #1aaba5;
	position: absolute;
	top: 100px;
	right: 0;
	z-index: 99;
	cursor: pointer;
	opacity: .4;
}
#pre{
	text-align: center;
	line-height: 50px;
	color: #fffff;
	width: 50px;
	height: 50px;
	background-color: #1aaba5;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 99;
	cursor: pointer;
	opacity: .4;
}
.banner:hover #next{
	opacity:1;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
}
.banner:hover #pre{
	opacity:1;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
}
footer p{
	text-align: center;
}
#calender{
	width: 100%;
	height: 400px;
	margin: 5px;
}
#calender, th, td{
	border: 3px solid black;
	border-collapse: collapse;
	padding: 10px;
}
th{
	background-color: black;
	color: white;
}
.map{
	float: left;
	margin: 25px;
	
}
.hours{
	float: right;
	padding-right: 400px;
	padding-top: 50px;
	font-size: 20px;
}
.clear{
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
	padding-right: 350px;
}
.covers{
	height: 187.5px;
	width: 125px;
}
.books{
	height: 187.5px;
	width: 125px;
	margin: 10px;
	display: inline-block;
	position: relative;
}
.books img{
	width: 100%;
	text-align: center;
	color: black;
}
.books h2{
	cursor: pointer;
}


