/*!
 * 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 ------- */


h1 {
	color: #663399;
}

h2, h3, h4, h5, h6 {
	color: #D2A02A;
}


a {
	color: #663399;
}

a:focus, a:hover {
    color: #462669;
    text-decoration: none;
}
 
.btn-primary {
    background: #663399;
    color: #ffffff;
    border-color: #462669;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #462669;
    border-color: #462669;
}
 
.btn-primary:active, .btn-primary.active {
    background: #462669;
    box-shadow: none;
}


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

footer {
    margin: 50px 0;
}

p.lead {
	font-weight: 500;
}

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



/* ------ Book Cover sizes ------- */

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

img.bookcover {
	height: auto; 
    width: auto; 
    max-width: 95%; 
    max-height: 95%;
}

}


/* ------ 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;
}

