@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 {
	border-radius: 15px;
	font-size: 1em;
	font-weight: 500;
	margin: 15px 15px 0 0;
	padding: 13px 20px;
	position: absolute;
		top: 10px;
	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: 120px;
	margin: 0;
}
.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%;
}
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.row {
	display: flex;
}
div.cover {
	padding: 0 30px 0 0;
}
div.cover img {
	border: 1px solid rgb(90, 90, 90);
	width: 250px;
}
div.details {text-align: left;}
	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);
		font-size: 3em;
		font-weight: 600;
		padding: 15px 0;
	}
div.row {
	border-top: 1px solid rgb(190, 190, 190);
	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;
}
.button_link {
	background: #4e4ec8;
	border-radius: 5px;
	border: 2px solid #4e4ec8;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	height: 37px;
	line-height: 30px;
	margin-right: 5px;
	min-width: 120px;
	padding: 5px 30px;
	text-align: center;
	text-decoration: none;
	transition: ease 0.3s;
}
.cover {
	border: 1px solid rgb(90, 90, 90);
	width: 100%;
	max-width: 100%;
}
.cover_td {
	padding-right: 25px;
	width: 200px;
}
.genre {
	color: rgb(78, 78, 200);
	margin-bottom: 5px;
}
.price {
	color: rgb(78, 78, 200);
	font-size: 40px;
	font-weight: 700;
	margin: 0 0 5px 0;
}
#author_button {
	font-weight: 600;
	transition: ease 0.5s;
}
#author_button:hover, .button_link:hover {
	background: white;
	color: rgb(79, 80, 193);
	transition: ease 0.5s;
}
#disclaimer {
	color: rgb(190, 190, 190);
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 1em;
}
div#books_table {
	text-align: center;
}
h1 {
	color: rgb(78, 78, 200);
	font-size: 3em;
}
h2, h4 {margin: 0;}
h4 {font-weight: 400;}
table {
	border-collapse: collapse;
	display: inline-block;
	margin: 0 auto;
	max-width: 75%;
}
td {
	border-top: 1px solid rgb(90, 90, 90);
	padding: 15px 0;
	vertical-align: top;
}
tr:last-of-type {border-bottom: 1px solid rgb(90, 90, 90);}
td.content {text-align: left;}