html,
body {
	min-height: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}

.navbar-default {
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
}

.navbar-default .navbar-brand {
	font-family: 'Rock Salt', cursive;
	font-size: 18px;
  color: #222;
}

.navbar-default .navbar-brand:hover {
  color: #333;
}

.navbar-default .navbar-nav>li>a {
	font-size: 14px;
	font-weight: 600;
	color: #222;
	padding-bottom: 4px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 15px;
  margin-right: 15px;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #222;
	border-bottom: 3px solid rgba(0, 100, 200, 0.7);
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #fff;
}

.page {
	min-height: 100%;
	height: 100%;
}

.wrapper {
	min-height: 90%;
  background-image: url(/images/the-epic-guide-book-header-bg.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  border: 0px;
	display: flex;
}

.wrapper-inner {
	align-items: stretch;
	width: 100%;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1.0));
}

.header {
}

.main {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.book-content-box h3 {
	font-size: 20px;
	margin-top: 0px;
}

.book-content-box {
	background-color: rgba(51, 60, 72, 0.5);
	color: #fafafa;
	padding: 15px;
	font-weight: 300;
	margin-bottom: 25px;
}

.book-content-box li {
	margin-top: 10px;
}

.book-content-box .book-content-refund {
	margin-top: 15px;
	font-size: 12px;
}

.btn-buy {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.main-content {
	color: #333c48;
	padding: 25px;
	padding-bottom: 50px;
}

.main-content h1 {
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 38px;
	line-height: 1.2;
	font-weight: 300;
}

.main-content h1 strong {
	font-size: 27px;
	font-weight: 400;
	color: rgba(0, 100, 200, 0.7);
}

.main-content h2 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 300;
}

.main-content h2 strong {
	font-weight: 600;
}

.main-content h3 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 400;
}

.main-content p {
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 16px;
}

.section-content a {
	color: rgba(0, 175, 255, 0.7);
}

.section-1 {
	background-color: #333c48;
	color: #eee;
	padding: 0px;
	padding: 50px;
	padding-bottom: 100px;
}

.section-1-inner {
	color: #fff;
}

.section-1 .text-muted {
	color: #ccc;
}

.section-2 {
	background-color: #333;
	color: #eee;
  background-image: url(/images/hoodie-mountain.jpeg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
	padding: 0px;
}

.section-2-inner {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 50px;
	padding-bottom: 100px;
}

.section-2-content-box {
	background-color: rgba(25, 25, 25, 0.6);
	padding-left: 50px;
	padding-right: 50px;
}

.section-3 {
	background-color: #333;
	color: #fff;
  background-image: url(/images/above-adventure-aerial-air.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
	padding: 0px;
}

.section-3-inner {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 50px;
	padding-bottom: 100px;
}

.section-4 {
	padding: 50px;
	background-color: #333c48;
	color: #eee;
}

.section-content h2 {
	font-size: 34px;
	line-height: 1.2;
	font-weight: 300;
}

.section-content h3 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 300;
}

.section-content h3 strong {
	font-weight: 400;
}

.section-content h4 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 300;
}

.section-content h5 {
	font-weight: 300;
}

.section-content p {
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 15px;
}

.section-content blockquote {
	margin-top: 50px;
	font-size: 14px;
	color: #ddd;
	border-left-color: #ddd;
}

.section-content blockquote p {
	margin-top: 0px;
	font-size: 18px;
	color: #ddd;
}

.section-content p strong {
	font-weight: 400;
}

.section-content li {
	font-weight: 300;
	margin-top: 5px;
}

.last-book-content {
	padding: 50px;
	padding-bottom: 100px;
}

.last-book-content h2 {
	color: #333c48;
	font-weight: 400;
}

.last-book-content .book-content-box {
	color: #222;
	background-color: transparent;
	padding: 0px;
}

.last-book-content .book-content-box p,
.last-book-content .book-content-box li {
	font-size: 14px;
}

.last-book-content .book-content-box li {
	margin-top: 20px;
}

.last-book-content .book-content-box .btn-buy {
	margin-top: 25px;
	margin-bottom: 25px;
}

.last-book-content .book-content-box .book-content-refund small {
	font-size: 13px;
}

.last-book-content .fa-check {
	color: rgba(0, 200, 100, 1.0);
}

.footer {
	height: 10%;
	min-height: 10%;
	max-height: 10%;
  font-size: 12px;
  padding: 25px;
  color: #ddd;
	background-color: #222;
}

.footer .copyright {
}

.footer .social-icons {
	white-space: nowrap;
}

.footer .social-icon {
  height: 32px;
  margin-left: 5px;
  margin-right: 5px;
}

.footer a {
	color: #ddd;
}

.footer a:hover {
	color: #fff;
}

@media (max-width: 768px) {
	.wrapper-inner {
	}

	.main-content {
		padding: 50px;
		padding-bottom: 50px;
		background-color: #fff;
	}
}

