body {
    background-image: url(New_Background_Image5.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
    color: white;
    overflow: auto;
    height: 100%;
}
.dropShadow {
-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.5);
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.5);
}

.textShadow{
     text-shadow: 2px 3px rgba(0,0,0,0.5);
}

.textShadowSkinny{
     text-shadow: 1px 0px black, 0px 1px black, 0px 0px 1px black;
}
.row {
   margin-top: 15px;
   margin-left: 50px;
   margin-right: 0px;
}
.row.oneRow {
	margin-top:40px;
}
.row.twoRows {
	margin-top:35px;
}
.row.threeRows {
	margin-top:30px;
}
.row.fourRows {
	margin-top:25px;
}

.topInfo {
    margin-top:5px;
    margin-left: 20px;
	margin-bottom:20px;  /* 40 */
    height: 235px;
}
.bookInfo {
    position: relative;
    z-index: 1;
    margin-left: 55px;
    height: 206px;
}
.chapterStyle {
    margin-top: 29px;
}
.subtitleStyle {
    margin-top: -20px;
}
.chapterBox {
    height: 40px;
}
.text-center {
    text-align: center;
}
.chapterButtons {
    color: white;
    border: 2px solid #ffffff;
    border-radius: 0px;
    background: #005B99;
    width: 40px;
    height: 50px;  /* 50 */
    margin-left: 10px !important;
    text-shadow: 2px 2px 3px #000;
}

.storyButtons p {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%
}

.storyAuthor{
    margin-top: -19px !important;
    margin-left: 5px;
    text-shadow: 2px 1px 2px #000;
}

.storyBox{
    min-height: 80px;
}

.storyButtons{
    color: white;
    border: 2px solid #ffffff;
    border-radius: 10px;
    background: #005B99;
    width: 70px;
    height: 50px;
    margin-left: 20px !important;
}

.selected{
    color: white;
    background: orange !important;
    text-shadow: 2px 2px 3px #000;
}

.selected p{
    text-shadow: 2px 1px 2px #000;
}
.centerChapter {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.topPadding{
    margin-top: 15px;
}

.playerBox{
    position:absolute;
    top:600px;
    right: 0px;
    right: 0px;
    background-color: transparent;
    width: 100%;
    height:100px;
}

.topCorner{
    z-index: 2;
    position: absolute;
    top: 25px;  /* 5 */
    right: 30px;  /* 5 */  
}

.topCorner button{
    z-index: 5;
    color: white;
    font-size: 16px;
    background-color: #005B99;
    border-radius: 0px;
    border: 1px solid white;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.playerBoxPadding{
    margin-top: 20px;
}

.storyName{
    font-weight: 600 !important;
    text-shadow: 2px 1px 2px #000;
}