/*
#9F8662
E4E8C7
*/

body {
	background-size: cover;
	color: #496861;
	color: #555555;
	font-weight: 300;
	font-family: Raleway, sans-serif;
	font-family: "Crimson Text", serif;
	font-size: 17px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
}
a {
	color: #A8825D;
}







.button-pill input {
	border-bottom-right-radius: 0;
	border-right: 0;
	border-top-right-radius: 0;
	margin: 0;
}
.button-pill button {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin: 0;
}

.button--white {
	color: #ffffff;
	border-color: #ffffff;
}
.button--orange {
	background-color: #f8693d;
	border-color: #f8693d;
	color: #ffffff;
}
.button--orange:hover {
	background-color: #f8693d;
	border-color: #f8693d;
	color: #ffffff;
}
.button--inherit {
	border-color: inherit;
	color: inherit;
}

.text-align--center {
	text-align: center;
}







.book-cover {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
	margin-bottom: 1.0em;
}

.section-padding--large {
	padding: 4.0em 1.0em;
}
.section-padding--small {
	padding: 1.0em;
}

.line-height--large {
	line-height: 1.6;
}
.line-height--larger {
	line-height: 1.8;
}










/* Hero */

.hero {
	background: transparent url("../images/dustin-lee-19667_lp_low-res.jpg") scroll no-repeat 50% 50%;
	background-size: cover;
	height: 75vh;
	position: relative;
}

.hero img {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	
	background-color: rgba(255, 255, 255, 0.85);
	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	
	padding: 20px 30px;
	width: 350px;
	box-shadow: 4px 10px 18px rgba(0, 0, 0, 0.3);
	
	z-index: 1;
}

.hero a {
	color: #ffffff;
	display: block;
	padding: 1.0em;
	text-align: right;
}

.callout-1 {
	background-color: rgba(220, 222, 193, 0.8);
	border-bottom: 2px solid #9F8662;
	bottom: 0;
	color: #354745;
	font-size: 28px;
	font-weight: 700;
	left: 0;
	padding: 60px 20px;
	position: absolute;
	right: auto;
	text-align: center;
	top: auto;
	width: 100%;
}






/* Content */

.buy-list {
	display: block;
}
.buy-list:last-of-type {
	margin-bottom: 0;
}
.buy-list--row {
	display: inline-block;
	margin-bottom: 0;
}
.buy-list dd {
	display: inline-block;
	font-weight: 400;
	margin-bottom: 0;
}
.buy-list dd:after {
	content: ", ";
}
.buy-list dd:last-of-type:after {
	content: "";
	margin-right: 1.0em;
}
.buy-list dt {
	display: block;
	margin-bottom: 0;
}
.buy-list--row dt {
	display: inline-block;
}
.buy-list dt:after {
	content: ": ";
}
.buy-list dt span {
	font-size: 90%;
	font-weight: 400;
}

h2 {
	color: #496861;
	margin-bottom: 60px;
	text-align: center;
}


.section-upcoming {
	background-color: rgba(222, 221, 191, 0.4);
}

.section-newsletter {
	background-color: rgba(53, 78, 75, 0.5);
	color: #ffffff;
	text-align: center;
}
.section-newsletter h2 {
	color: #ffffff;
	margin-bottom: 0.5em;
}
.section-newsletter p {
}
.section-newsletter input {
	background-color: rgba(255, 255, 255, 0.7);
	border-color: rgba(255, 255, 255, 1.0);
}
.section-newsletter button,
.section-newsletter input[type="submit"] {
	border-color: rgba(255, 255, 255, 1.0);
	color: #ffffff;
	background-color: transparent;
}

.section-contact {
	background-color: rgba(220, 222, 193, 0.2);
}
.section-contact img {
	display: block;
	margin: 0 auto 2.0em;
	opacity: 0.4;
	width: 150px;
}
.section-contact h3 {
	margin-bottom: 1.0em;
	text-align: center;
}
.section-contact hr {
	border: 0 none;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	margin: 0 auto 1.0em;
	width: 20%;
}
.section-contact input,
.section-contact textarea {
	width: 100%;
}
.section-contact button {
	background-color: #496861;
	border-color: #496861;
	color: #ffffff;
	width: 100%;
}


/* Footer */

footer {
	background-color: #9F8662;
	color: #ffffff;
	font-size: 80%;
	padding: 3.0em 1.0em;
	text-align: center;
}
footer img {
	display: block;
	margin: 1.0em auto 0;
	width: 50px;
}
footer a {
	color: inherit;
}


/* ============================================================
	# Responsive / Media Queries / Target Devices
	http://zellwk.com/blog/media-query-units/
============================================================ */

@-ms-viewport {
	width: device-width;
}

/* Desktop : Design for a width of 1200px (1200px+); 75.00em if 1em=16px */
@media only screen and (min-width: 75.00em) {
}

/* Desktop : Design for a width of 960px (960px+); 60.00em if 1em=16px */
@media only screen and (min-width: 60.00em) {
}

/* Desktop : Design for a width of 960px (0px - 1199.99px); 74.99em if 1em=16px */
@media only screen and (max-width: 74.99em) {
	.button {
		white-space: normal;
	}
}

/* Tablet : Design for a width of 768px (0px - 959.99px); 59.99em if 1em=16px */
@media only screen and (max-width: 59.99em) {
}

/* Mobile (Landscape) : Design for a width of 480px (0px - 767.99px); 47.99em if 1em=16px */
@media only screen and (max-width: 47.99em) {
}

/* Mobile (Portrait) : Design for a width of 320px (0px - 479.99px); 29.99em if 1em=16px */
@media only screen and (max-width: 29.99em) {
	/* Hero */

	h2 {
		margin-bottom: 1.0em;
	}
	
	.hero {
		height: 60vh;
	}
	
	.hero img {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		
		padding: 20px;
		width: 200px;
	}
	
	.callout-1 {
		font-size: 20px;
		padding: 30px 10px;
	}
	
	#contact-form {
		width: 100%;
	}

}

/* iPhone 4+ and high dpi retina displays */
@media only screen and (min-resolution: 2dppx) and (-webkit-min-device-pixel-ratio: 2) {
}
