/*
 *	### Body
 */

body,
html {
	height: 100%;
}

body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a:hover {
	text-decoration: none;
}

/*
 * Book description
 */

.book-description {
	padding: 1em;
}

.book-description img:not(.no-image) {
	float: right;
	max-width: 10em;
	margin-bottom: 1em;
	margin-left: 1em;
}

.book-description img.no-image {
	display: inherit;
	margin: 0 auto;
}

.book-description p {
	line-height: 2;
	font-size: 0.875rem;
}

.book-description a {
	color: #b90812
}

.book-description a:hover {
	color: #000;
}

/*
 * Blockquote
 */

.blockquote-custom {
	position: relative;
	margin-top: 3em;
	font-size: 1.125rem;
}

.blockquote-custom-icon {
	position: absolute;
	top: -25px;
	left: 50px;
	display: flex;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

/*
 * Book not found
 */

.section-book-not-found p {
	font-size: 1.5rem;
}