@media screen and (max-width: 900px) {
	body {
		font-size: 12px;
	}
	#author_button {
		right: 5%;
	}
}
@media screen and (min-width: 901px) {
	body {
		font-size: 14px;
	}
	#author_button {
		right: 3%;
	}
}
html, body {
	background: #272727;
	color: white;
	font-family: "Open Sans", sans-serif;
	line-height: 1.42857143;
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
}
#author_button {
	background: rgb(79, 80, 193);
	border-radius: 15px;
	color: white;
	font-size: 1em;
	font-weight: 500;
	margin: 15px 15px 0 0;
	padding: 13px 20px;
	position: absolute;
		top: 10px;
	text-decoration: none;
	width: auto;
}
#books {
	background: white;
	color: black;
	margin: 0;
	padding: 30px 0;
}
#copyright {
	border-top: 1px solid rgb(50, 50, 50);
	line-height: 0.8;
	margin: 0 auto;
	padding-top: 15px;
	width: 90%;
}
#flag {
	margin-left: -53px;
	position: absolute;
		top: 0;
		left: 50%;
}
#footer {
	background: #272727;
	padding-bottom: 30px;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	opacity: 0.5;
}
#footer img {
	max-width: 50%;
}
#footer ul {
	line-height: 1.5;
	list-style: none;
	padding-left: 0;
}
#footer_main {
	padding: 30px 0;
}
#navbar {}
#overlay {
	background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.7));
	height: 100%;
	padding-top: 140px;
}
#signup {
	background: rgba(0, 0, 0, 0.65);
	display: inline-block;
	margin: 0 auto;
	padding: 5px;
	white-space: normal;
	width: 100%;
		max-width: 600px;
}
#signup form {
	display: inline-block;
	margin 0 auto;
	padding: 0 0 35px 0;
	width: 85%;
}
	* {box-sizing: border-box;}
	.input-container {
		display: flex;
		margin-bottom: 20px;
		width: 100%;
	}
	.icon {
		background: white;
		border: 1px solid rgb(79, 80, 193);
		color:  rgb(79, 80, 193);
		font-size: 2em;
		min-width: 50px;
		padding-top: 0.4em;
		text-align: center;
	}
	.input-field {
		font-size: 1.3em;
		outline: none;
		padding: 15px;
		text-indent: 1em;
		width: 100%;
	}
	.input-field:focus {border: 2px solid rgb(79, 80, 193);}
	.btn {
		border-radius: 5px;
		font-size: 1.5em;
		font-weight: 900;
		padding: 15px 20px;
		width: 100%;
	}
	.btn:hover {
		background: white;
		color: rgb(79, 80, 193);
	}
#signup h1 {
	font-size: 3.6em;
	font-weight: 300;
	line-height: 0.9em;
}
#signup h1 span {
	display: block;
	font-size: 0.75em;
	font-weight: 600;
	line-height: 1em;
}
#top {
	background: url('https://bookrunes.com/wp-content/themes/bookrunes/images/banner-bg.jpg') no-repeat top center / cover;
	height: 100%;
	margin: 0;
}
.amazon_button {
	background: rgb(78 78 200);
	border-radius: 5px;
	color: white;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	margin-right: 5px;
	min-width: 120px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
}
.fa-facebook-square {
	font-size: 2em;
}
.fa-facebook-square:hover {
	color: rgb(70, 70, 70);
}
.third {
	display: inline-block;
	line-height: 0.8;
	vertical-align: top;
	width: 30%;
}
a.genre_button {
	background: white;
	border: 2px solid rgb(190, 190, 190);
	color: rgb(90, 90, 90);
}
a.genre_button, a.genre_button_active {
	border-radius: 50px;
	font-weight: 600;
	margin-right: 5px;
	padding: 13px 18px;
	text-decoration: none;
	transition: ease-in-out 0.5s;
	white-space: nowrap;
}
a.genre_button:hover, a.genre_button_active {
	background: rgb(79, 80, 193);
	border: 2px solid rgb(79, 80, 193);
	color: white;
}
a.genre_button:hover {
	transition: ease-in-out 0.5s;
}
button {
	background: rgb(79, 80, 193);
	border: none;
	color: white;
	cursor: pointer;
}
hr.small_purple {
	background: rgb(79, 80, 193);
	border: none;
	height: 5px;
	width: 50px;
}
div#book_rows {
	margin: 0 auto;
	width: 90%;
}
div.cover {
	padding: 0 30px 0 0;
	max-width: 35%;
}
div.cover img {
	border: 1px solid rgb(90, 90, 90);
	width: 250px;
	max-width: 100%;
}
div.details {
	text-align: left;
    width: -webkit-calc(100% - 300px);
    width:    -moz-calc(100% - 300px);
    width:         calc(100% - 300px);
    min-width: 65%;
}
	div.title {
		font-size: 1.5em;
		font-weight: 900;
	}
	div.description {padding: 15px 0;}
	div.genre {color: rgb(79, 80, 193);}
	div.price {
		color: rgb(79, 80, 193);
		display : flex;
		align-items : center;
		font-size: 2.5em;
		font-weight: 700;
		padding: 15px 0;
		vertical-align: middle;
	}
	div.price span {
		font-size: 0.4em;
		font-weight: 500;
		margin-left: 15px;
	}
div.row {
	border-top: 1px solid rgb(190, 190, 190);
	display: flex;
	flex-flow: row wrap;
	padding: 30px 0;
}
div.row:first-of-type {
	border-top: 5px solid rgb(220, 220, 220);
}
h1#book_list_header {
	color: rgb(79, 80, 193);
	display: flex;
	text-align: left;
	vertical-align: top;
}
h1#book_list_header span {
	margin-right: 15px;
}
p#disclaimer {
	color: rgb(190, 190, 190);
	font-size: 0.8em;
	font-style: italic;
	margin-top: 2.5em;
}
p#genre_buttons {
	display: inline-block;
	line-height: 4;
	margin: 0 auto;
	max-width: 70%;
}