@font-face {
	font-family: Libertine;
	src: url(../fonts/libertine.ttf);
	}

body {
	margin: 0px;
}

a, a:visited {
	color: black;
}
	
	
	
/* // ==== PARALLAX ==== // */

.parallax {
	perspective: 1px;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
}
.parallax__layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.parallax__layer--base {
	transform: translateZ(0);
	text-align: center;
}
.parallax__layer--back {
	transform: translateZ(-1px) scale(2);
}
	



/* // ==== HEADER ==== // */
	
.header {
	width: 100%;
	height: 170px;
	background-color: #421f15;
	text-align: center;
	-moz-box-shadow: 0px -7px 15px 0px rgba(36, 23, 20, 0.5);
	-webkit-box-shadow: 0px -7px 15px 0px rgba(36, 23, 20, 0.5);
	box-shadow: 0px -7px 15px 0px rgba(36, 23, 20, 0.5);
}

.headercontent {
	width: 1178px;
	text-align: left;
	display: inline-block;
	padding: 20px 0px;
}

.socialmedia {
	float: right;
}

.bg {
	background-image: url('../images/bookcropped.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0px -300px;
	width: 110%;
	text-align: center;
}

.audible {
	position: relative;
	top: 15px;
}

.audible img {
	height: 80px;
	margin: 0px auto;
	opacity: 1;
}

.container {
	background-color: white;
	margin-top: 110px;
	min-height: 350px;
}

.navbar {
	text-decoration: none;
	padding: 0px !important;
	margin-bottom: 20px;
	display: block;
}

.navbar li {
	display: inline-block;
	margin-right: 90px;
	font-size: 28px;
	font-family: Libertine;
}

li.end {
	margin-right: 0px;
}

.wrapper {
	margin: 0px auto;
}

.hero {
	display: inline-block;
	position: relative;
}			

.cover {
	width: 100%;
	height: 100%;
	background-color: rgba(36, 23, 20, 0.6);
	position: absolute;
	top: 0px;
}

.herotext {
	color: white;
	font-family: Libertine;
	font-size: 35px;
	position: relative;
	top: 15%;
}

h2 {
	font-size: 45px;
	font-family: Libertine;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: -10px;
}

.herotext p {
	margin-top: 0px;
}

.body {
	width: 1178px;
	text-align: left;
	display: inline-block;
	position: relative;
	top: 30px;
	margin-bottom: 70px;
	max-height: 3200px;
}



/* // ==== BODY ==== // */

.authors, .works {
	position: relative;
	display: inline-block;
	vertical-align: top;
}


/* // popular author section // */

.ribbon {
	text-align: left;
}

.ribbon p {
	position: absolute;
	font-size: 23px;
	color: #421f15;
}

.popauthors {
	position: relative;
	margin-top: 15px;
}

.authors {
	margin-right: 50px;
}

.authorprvw {
	position: relative;
	top: 5px;
	margin-top: 15px;
}

.authorprvw img {
	width: 146px;
	margin-right: 10px;
}

.authorprvw img, .prvwtxt {
	display: inline-block;
}

.prvwtxt {
	font-family: Libertine;
	font-size: 16px;
	line-height: 20px;
}

.authorprvw .prvwtxt {
	width: 485px;
}

.traderjoes {
	float: right;
	margin-top: 32px;
	margin-right: -58px;
	display: inline-block;
	border: 1px black solid;
}

.recentposts {
	width: 448px;
	margin-top: 32px;
	display: inline-block;
}

.postprvw {
	width: 100%;
	margin-top: 19px;
	font-family: Libertine;
	font-size: 15.5px;
}

.postprvw img {
	float: left;
	height: 67px;
	margin: 0px 10px 5px 0px;
	border: 1px #765a52 solid;
}


/* // popular works section // */

.works {
	margin-left: 26px;
	width: 448px;
}

.mainquote {
	margin-top: 15px;
	padding: 0px 10px;
	word-wrap: normal;
	width: 407px;
	font-size: 28px;
	height: 172px;
}

.mainquote div {
	position: absolute;
	width: 427px;
}

.mainquote div span {
	float: right;
	text-align: right;
	width: 75%;
	font-size: 22px;
	margin-top: 5px;
}

h3 {
	margin: 5px 0px;
	font-size: 28px;
	line-height: 25px;
	font-family: Libertine;
}

h4 {
	margin: 3px 0px;
	font-size: 20px;
	font-family: Libertine;
}

.workprvw {
	margin-top: 20px;
}

.workprvw .prvwtxt {
	width: 448px; 
}



/* // ==== AUTHOR PAGES ==== // */

.index li {
	list-style-type: none;
}

.authornav {
	text-align: left;
	width: 1178px;
	margin: 0px auto;
}

.authorimg, .authorheader, .buttons {
	display: inline-block;
	vertical-align: top;
}

.authorheader {
	margin: 5px 15px;
}

.authorcontent {
	width: 1178px;
	margin: 0px auto;
	text-align: left;
	font-family: Libertine;
	font-size: 22px;
}

.caps {
	float: left;
	font-size: 76px;
	margin-right: 10px;
	margin-top: -12px;
}

.quote {
	position: relative;
	margin-left: 100px;
	width: 950px;
}

.index h2 {
	margin-top: 15px;
}

.index {
	display: inline-block;
}

.authors {
	vertical-align: top;
}


/* // ==== FOOTER ==== // */

.footer {
	height: 100px;
	width: 100%;
	background-color: #421f15;
}

.footernav {
	text-decoration: none;
	padding: 0px !important;
}

.footernav li {
	display: inline-block;
	margin-right: 60px;
	color: white;
	font-size: 24px;
	font-family: Libertine;
}