body {
	font-family: "Times New Roman", "Times", serif;
}

a {
	color: #cda849;
}
a:active, a:hover {
	color: #cda849;
}
button:focus {outline:0;}
.social {
	font-size: 36px;
}
.social:hover {
	color: #B09852;
	text-decoration: none;
}

.social-links {
	text-align: center;
}
.social-links a {
	margin: 5px;
}

.headline {
	padding: 10px;
	line-height: 50px;
}
.headline::after, .headline::before {
	content: " ";
	border-bottom: 1px solid #898584 !important;
	border-top: 1px solid #898584 !important;
	display: block;
	width: 50%;
	margin-left: 25%;
	position: relative;
	padding: 2px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.book-description h3 {
	line-height: 36px;
}

.btn {
	/* Button: */
background: #B09852;
border: 2px solid #FFFFFF;
border-radius: 25px;
/* Amazon: */
font-family: TimesNewRomanPSMT;
font-size: 24px;
color: #FFFFFF;
line-height: 34px;
}

.gold {
	background-color: #B09852;
	color: #ffffff;
}
.gold-text {
	color: #B09852;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    box-shadow: 0 3px 2px 0 rgba(0,0,0,.06),inset -1px -1px 1px 0 rgba(0,0,0,.02);
}

.thumbnail .entry-title {
    height: 50px;
}

.thumbnail .entry-summary {
    height: 85px;
    font-style: italic;
}

.btn-primary {
	color: #fff;
    background-color: #cda849;
	font-family: Arial,sans-serif;
    text-shadow: none;
    box-shadow: 0 3px 2px 0 rgba(0,0,0,.06),inset -1px -1px 1px 0 rgba(0,0,0,.02);
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #a2812d;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #B09852 !important;
	border-color: #a2812d !important;
}

.btn-lg {
	font-size: 28px;
}

.author-photo {
	width: 300px;
	margin: 20px;
}

.product-info {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 18px;
	font-weight: 100;
	text-align: center;
	color: #898584;
	line-height: 24px;
	margin: 40px;
	padding: 0px;
}
.product-info li {

	list-style: none;
}

footer {
	font-family: "Helvetica", Arial, sans-serif;
	text-align: center;
	color: #898584;
	background-color: #F0EEEF;
	padding-top: 20px;
	padding-bottom: 10px;
}

.article-pop {
	position: fixed;
	top: 101vh;
	z-index: 10;
	display: block;
	opacity: 1;
	transition: .66s;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	/*background-image: url(../img/pop-bg.jpg);*/
	background-size: 100%;
	overflow-y: scroll;
}
#article-bg {
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-color: #A7A9AC;
	position: fixed;
	font-size: 48px;
    top: 101vh;
    z-index: 1;
    transition: .33s;
    text-align: justify;
    color: #C0C1C4;text-shadow: -1px -1px 0px rgba(255,255,255,0.3), 1px 1px 0px rgba(255,255,255,255.8);
	/*color: #333;*/
	opacity: 0.2;
	font-family: 'Averia Serif Libre', serif;
	font-family: 'IM Fell Great Primer', serif;
}
.article-inner {
	z-index: 2;
	margin-top: 50px;
	margin-bottom: 40px;
	padding: 40px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.50);
-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.50);
box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.50);
}

.close-button {
	margin-left: 20px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #989898;
}

.publisher-links {
	text-align: center;
	font-size: 18px;
}