section {
background: #777;
height: 100%;
padding: 40px 0;
min-height: 400px;
}

section:nth-child(odd){
background: #aaa;
}

section h1{
font-size: 30px;
}

#books h1, .clickStuff h1{
text-align: center;
}

.bookOne, .bookTwo, .bookThree {
display: inline-block;
width: 30%;
margin: 20px 0 40px 2.5%;
text-align: center;
}

.bookImg {
	max-width: 94%;
}

.clickStuff a {
	color:#D5D2D2;
}