
body {
   	background-color: #003800;
	color: rgb(0, 0, 0);
	margin: 0 auto;
    padding: 2rem 1rem 2rem 1rem;
    max-width: 900px;
    font-family: 'Gelasio', serif;
    font-size: 18px;
}

.content-area {
	background-color:#ffffff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
	max-width: 900px;
	
}

header hr {
    border: 1px solid rgb(173, 173, 173);
    /* margin-bottom: 1rem; */
    clear: both;
}

a,
a:link,
a:visited,
a:hover {
    color: rgb(0,80,00);
    text-decoration: none;
}

ul {
    list-style-type:square;
}

header h1 {
	color: rgb(0, 53, 86); 
	float:left;
}

/* Reviews section */
.reviews {
    background-color: #eeeeee;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

/* "Blurb" section */
.blurbs {
	background-color: #ffffff;
    padding-top: 2.5px;
	padding-bottom: 2.5px;
	padding-left: 15px;
	padding-right: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
	margin-top: 40px;
    margin-right: 50px;
	margin-left: 50px;
	margin-bottom:25px;
	
}

/* Large book cover section */
.largebookcover {
	margin-top:5px;
	margin-bottom:50px;
	margin-left:0px;
	margin-right:0px;
	padding: 1px;
}


/* small book cover section */
.smallbookcover {
	margin-top:25px;
	margin-bottom:5px;
	margin-left:50px;
	margin-right:20px;
	padding: 10px;
}

/* Author picture */
.authorpicture {
	margin-top:5px;
	margin-bottom:50px;
	margin-left:10px;
	margin-right:10px;
	padding: 10px;
}
/* Bookstores section */
.bookstores {
	background-color: #eeeeee;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
	margin-bottom: 50px;
	margin-right: 20px;
	margin-left: 50px;
}

/* Media section */
.media {
	background-color: #eeeeee;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
	margin-bottom: 50px;
	margin-right: 20px;
	margin-left: 50px;
}	

.headings {
	background-color: #eeeeee;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.main-title {
	color: rgb(E5, FF, CC);
}


header .weblink {
	float: right;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
}