/*!
 * Start Bootstrap - Blog Post HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* ------ Import the Google fonts and basic typography rules ------- */

@import url('https://fonts.googleapis.com/css?family=Bitter:400,700');

@import url('https://fonts.googleapis.com/css?family=Heebo:400,500');


body {
    font-family: "Heebo", Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Bitter", Times, serif;
	font-weight: 700;
}

h2, h3, h4, h5, h6 {
	font-size: 32px;
	margin: 20px 0px;
}

strong {
	font-weight: 500;
}


/* ------ Site color overides for a and btn ------- */

a {
	color: #bfd141; 
}

a:focus, a:hover {
    color: #80a139;
    text-decoration: none;
}
 
.btn-primary {
    background: #bfd141;
    color: #ffffff;
    border-color: #80a139;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #80a139;
    border-color: #80a139;
}
 
.btn-primary:active, .btn-primary.active, .btn-primary:active:focus {
    background: #80a139 !important;
    box-shadow: none;
}

.sitecolor { 
	color: #bfd141;
}


/* ------ General rules ------- */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

footer {
    margin: 50px 0;
}

.embedded {
	max-width: 65%;
	height: auto;
	display: block;
}

.pull-left {
	padding: 0px 20px 20px 0px;
}


.pull-right {
	padding: 0px 0px 20px 20px;
}

h3, h4 {
	clear: both;
}

p.lead {
	font-weight: 500;
}

p.slogan {
	font-style: italic;
	color: #999;
	font-weight: 400;
}



/* ------ Book + Buy Now layout ------- */

p.title {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
}

ul.price li strong {
	width: 90px;
	display: inline-block;
}

div.bookrow {
	margin: 10px 0px;
}

div.book {
	margin: 10px 0px;
}

img.cover {
	height: auto;
	width: auto;
	max-width: 160px;
	max-height: 200px;
}

@media (max-device-width: 500px) {

img.cover {
	height: auto; 
    width: auto; 
    max-width: 80px; 
    max-height: 100px;
}

}

@media (max-device-width: 500px) {

ul.price {
	float: right;
}

} 

@media (max-device-width: 500px) {

p.buynow {
	display: block;
	float: left;
}

} 


/* ------ Coupon Module ------- */


.jumbotron, .hero-spacer {
	padding: 10px;
}

@media screen and (min-width: 768px) {
    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.jumbotron h1 {
	font-size: 30px;
	margin-top: 10px;
}
.jumbotron p {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 200;
}

#coupon-clipping { 
	margin: 0px 0px 10px 10px;
	padding: 10px;
	float: left;
	background: #FFF;
	border: 2px dashed #666;
}
#coupon-detail { 
	margin: 0px 0px 10px 10px;
	padding: 0px;
	float: left;
}

#coupon-detail p.use, #coupon-detail p#redeem {
	margin: 0px;
	padding-top: 10px;
}

#coupon-clipping p#enter {
	font-size: 12px;
	font-style: italic;
}

.addthis_inline_share_toolbox {
	padding: 10px;
}



/* ------ Sidebar ------- */

.well {
	padding: 10px;
}

.well img { 
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 5px 0px;
	float: left;
}
.well p {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

.well h6 {
	font-size: 20px;
	padding: 0px 0px 0px 0px;
	font-weight: 400;
}

.well i {
	float: left;
	padding: 0px 10px 10px 0px;
}