html, body {
	background: #000000);
	color: #000000;
	font-family: 'Libre Baskerville', "sans-serif";
	font-size: 16px;
}

body { background-color: #000000;

}
h1 {
	font-size: 3em;
	padding-bottom: 20px;
	text-align: center;
}
h2 {
	font-size: 2em;
	padding-bottom: 15px;
	text-align: center;
}
p {
	line-height: 180%;
	padding-bottom: 20px;
}
.content_wrapper {
	margin: 0 auto;
	max-width: 980px;
	min-width: 555px;
	padding: 0 10px;
	width: 100%;
    color: #000000
}
header {
	background-color: rgba(0,0,0,01);
	background-position: 50% 50%;
	background-attachment: fixed;
}
header .content_wrapper {
	background-color: #000000;
	box-shadow: 1px 0 4px rgba( 0, 0, 0, 1 );
	padding: 30px;
}
header h2 {
	line-height: 160%;
	padding-bottom: 40px;
}
.book_info {
	display: table;
	width: 100%;
}
.book_cover {
	display: table-cell;
	vertical-align: top;
	width: 400px;
}
.book_cover img {
	height: auto;
	width: 100%;
}
.book_text {
	display: table-cell;
	padding-left: 50px;
	vertical-align: top;
}

@media( max-width: 800px ) {
	.book_info {
		display: block;
	}
	.book_cover,
	.book_text {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.book_cover {
		max-width: 450px;
		padding-bottom: 30px;
	}
	.book_text {
		max-width: 420px;
		padding-left: 0;
	}
}
@media( max-width: 630px ) {
	header h1 {
		font-size: 2em;
	}
	header h1 span {
		display: block;
		font-size: 1.5em;
		letter-spacing: 0.25em;
	}
	header h2 {
		font-size: 1.5em;
	}
}

#retailers,
#about {
	padding: 50px 20px 0 20px;
}
#about {
	padding-bottom: 50px;
}
#about h2 {
	padding-bottom: 30px;
}

.retail_logos {
	line-height: 5em;
	text-align: center;
	vertical-align: top;
}
.retail_logos a,
.retail_logos img {
	vertical-align: middle;
}
.retail_logos a {
	margin: 0 10px;
}


footer {
	background-color: #000000;
	color: #000000;
	font-size: 0.875em;
	padding-top: 30px;
	text-align: center;
}
footer .social-links {
	margin-bottom: 30px;
	text-align: center;
}

.product-showcase {

}

