

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	font-family: 'Droid Serif', serif;
}
.green {
	color: #627232;
}

.jumbotron {
	background: white;
}

.jumbotron h1,
.jumbotron p {
	color: #627232;
}

.jumbotron p {
    margin-bottom: 1.5em;
}

p.content {
    font-size: 1.2em;
    color: #333;
	margin: 0 0 1em;
}

p.bg-green {
	background: #627232;
	color: white;
	font-size: 0.9em;
	padding: 4px;
	text-align: center;
	margin: 2em 0 0;
}
p.bg-green a {
	color: white;
	text-decoration: none;
}
.cover-column {
	/*text-align: center;*/
	margin-top: 2.5em;
}

@media screen and (min-width: 992px) {
	.cover-column {
		margin-top: 7em;
	}
}

img.author-pic {
	float: left;
	margin: 0.4em 1em 0.2em 0;
	max-width: 150px;
	border: 2px solid black;
}

img.pic-cover {
	max-width: 100%;
	border: 2px solid #627232;
}

p.button-wrap {
	text-align: center;
	margin-top: 1.2em;
}

p.button-wrap a {
	opacity: 0.7;
}

h3.header {
    color: #627232;
	font-size: 1.4em;
	margin: 2em 0 1em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid rgba(98, 114, 50, 0.2);
}

ul.purchase-list li {
	font-size: 1.1em;
	margin: 0 0 0.2em;
}

.launch-blurb {
	background: #627232;
	background: rgba(98,114,50, 0.25);
	padding-bottom: 0.5em;
}

.launch-blurb.launch-top {
	margin: 2em 0 0;
	padding: 0.5em 1.0em 1.0em;
}

.launch-blurb p {
	font-size: 1.0em;
	color: black;
}

h3.launch-header {
    font-size: 1.4em;
	margin-top: 0;
	color: #627232;
	padding-top: 0.5em;
}

.press {
	margin-top: 2em;
}

.press p {
	color: #333;
}

p.quote {
	font-size: 0.9em;
	font-style: italic;
	margin-bottom: 0.2em;
}

p.author {
	font-size: 0.75em;
	margin-bottom: 2em;
	margin-left: 4em;
	text-indent: -0.5em;
}

p.note {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 0.9em;
    text-align: center;
	margin: 1em auto 0;
    color: #333;
}

footer {
	display: none;
	margin: 2em 0;
}

/* Press */

#page-press {
	margin-top: 1em;
}

#page-press h2 {
	color: #627232;
}

#page-press p {
	color: #777;
}

.press-wrapper {
	margin-top: 1em;
	line-height: 0;
	column-count: 1;
	column-gap: 10px;
}

.press-wrapper a:hover {
	opacity: 0.5;
}

.press-wrapper img {
	margin-top: 10px;
	width: 100% !important;
	height: auto !important;
}

@media screen and (min-width: 440px) {
	.press-wrapper {
		column-count: 2;
	}
}
@media screen and (min-width: 660px) {
	.press-wrapper {
		column-count: 3;
	}
}
@media screen and (min-width: 880px) {
	.press-wrapper {
		column-count: 4;
	}
}
@media screen and (min-width: 1100px) {
	.press-wrapper {
		column-count: 5;
	}
}
