html {
	background-image: url("../img/mainBG.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-size: cover;
}

#logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	display: block;
}

#indexContainer {
	margin-top: 5em;
	width: 500px;
	max-width: 90vw;
	margin-left: auto;
	margin-right: auto;
}

.chapterContainer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background:rgba(0,0,0,0.66);
	border-radius: 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-top: 0.5em;
	border-style: solid;
	border-width: 3px;
	border-color:rgba(0,0,0,0.33);
}

.chapterContainer:hover {
	border-color:rgba(0,0,0,0.66);
	background:rgba(0, 0, 0, 0.85);
	box-shadow: 0 0px 16px 0 rgba(255, 255, 255, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.chapterName {
	color: #ffffff;
	font-size: 2em;
	font-weight: 700;
	font-variant: small-caps;
  	vertical-align: middle;
  	text-shadow: 0px 3px 5px #000000;
}

a {
  	font-style: normal;
}