#header a:nth-child(4){
	color: #000;
}

.book-section #book-cover{
	margin: auto;
	width: 236px;
	height: 310px;
	display: block;
	object-fit: cover;
	transition: 0.35s
	box-shadow: 5px 6px 7px #333;
}

.book-section #book-cover:hover{
	box-shadow: 7px 5px 15px 5px #a1a1a1;
	transition: 0.35s;
}

.book-section .col, .book-section .row{
	margin:5px;
}

.book-section #book{
	width: 236px;
	margin:auto;
}

.current-read-backdrop{
	width: 255px;
	height: 340px;
	background-image: linear-gradient(to top, #eeeeee, #fff);
	padding: 15px 15px;
}

.current-read-backdrop h6{
	font-weight: bold;
	color: #000;
	text-align: center;
}