h1 {
	color: #F6E0BD;
}
h2 {
	color: #6B4B19;
}
p {
	margin: 20px 0px;
	font-size: 16px;
}

.btn, .hs-form .hs-button {
	background: #F8E1BA;
	color: #896935;
}
.btn:hover, .hs-form .hs-button:hover {
	background: #CDAF7C;
}

.btn-float {
	background: #896935;
	color: #fff;
}

.ebook-section--intro {
	background-size: cover;
	position: relative;
}
.ebook-section--intro:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF;
    display: block;
    background: rgba(55, 110, 96, .8);
}

.ebook-section--download {
	background-size: cover;
	position: relative;
	z-index: -1;
}
.ebook-section--download:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF;
    display: block;
    background: rgba(55, 110, 96, .8);
}
.ebook__content__form > p {
	font-size: 1.5em;
	font-family: "Archer SSm A","Archer SSm B",Georgia,serif;
	margin: 0;
}
.ebook__info p {
    font-size: 1.3em;
}
.ebook__footer a {
	color: #F6E0BD;
}
@media (min-width: 73em) {
	.ebook__chapters__header {
	    font-size: 1.2em;
	}
}

.ebook__chapters__header {
	text-transform: uppercase;
	color: #000;
	margin-bottom: .6em;
	text-align: left;
	line-height: 1.2em;
	margin: 20px 0px;
}
.ebook__chapters li p {
    font-size: .999em;
    font-style: oblique;
	text-align: left;
	color: #5d5e5e;
}

.ebook__stuck {
	background: #376e60;
	border-top: 2px solid #22594B;
}
.ebook__stuck .btn, .ebook__stuck .hs-form .hs-button, .hs-form .ebook__stuck .hs-button {
	background: #896935;
}
.form-group label {
	font-size: 16px;
	font-weight: normal;
}

/* ===== BOOTSTRAP ===== */
.alert h4 i {
	margin-top: -20px;
	margin-right: 10px;
    position: relative;
    top: 20px
}
.alert p {
	margin-top: 0px;
    margin-left: 58px;
}