body, html {
	margin:0;
	font-family: 'Noto Sans', sans-serif;
	background-color:#f7f7f7;
}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-family: 'Merriweather', serif;
}

.header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.header .logo {
	width: 150px;
	display: inline-block;
	vertical-align: top;
}

.header {
	vertical-align: top;
	background-color:#F7F7F7;
	transition: 0.3s all ease;
}

.header.scrolled {
	padding-top: 28px;
	padding-bottom: 28px;
	box-shadow: 0px 0px 16px rgba(0,0,0,0.05);
}


.headerholder {
	position: fixed;
	top: 0px;
	width:100%;
	z-index: +1;
}

.header .links {
	vertical-align: top;
	height: 34px;
	display: inline-block;
}

.header .links a {
	text-decoration: none;
	color:#000;
	font-size: 16px;
	border:0px #000 solid;
	border-bottom-width: 0px;
	display: inline-block;
	line-height: 26px;
	margin:0 0 0 16px;
	font-weight: 700;
	padding:2px 10px;
	border-radius: 3px;
	transition: 0.2s ease all;
}

.header .links a:hover {
	background-color:#b3fffd;
}

.wrapper {
	padding:80px 10vw;
}

.wrapper.top {
	margin-top: 20vh;
}

.book h2, h3 {
	font-weight: 300;
	font-size: 70px;
	line-height: 1.1;
	margin-bottom: 50px;
}

.book .info, .about .info {
	width:50%;
}

.info span.sub {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
}

.book, .about {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.book img {
	width:40%;
	align-self: center;
	position: relative;
	top:0;
	border-radius: 3px;
}

.about img {
	width:45%;
	border-radius: 3px;
	align-self:flex-start;
}

p {
	font-size: 18px;
}

p.quote {
	margin:26px 0;
	padding:36px;
	background-color:#b3fffd;
	border-radius: 3px;
}

p.quote span {
	display: block;
	font-size: 14px;
	margin-top:12px;
	font-weight: 700;
}

.price {
	border:1px #000 solid;
	padding:30px;
	border-radius: 3px;
	font-size: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.price .btn {
	align-self:flex-start;
}

.twobtns {
	min-width: 400px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	line-height: 1;
}

.module {
	border:1px #000 solid;
	padding:30px;
	border-radius: 3px;
	margin-top:40px;
}

#mb1,#mb2,#mb3, .ebooklinks {
	transition: 0.2s all ease;
	overflow: hidden;
	max-height: 0px;
	padding-top:0;
	padding-bottom: 0;
	border-width:0px;
	margin-top:0px;
}

#mb1.expand,#mb2.expand,#mb3.expand, .ebooklinks.expand {
	padding-top: 30px;
	padding-bottom: 30px;
	border-width:1px;
	max-height: 700px;
	margin-top:40px ;
}

.module h3 {
	font-family: 'Noto Sans', sans-serif;
	font-size: 30px;
	padding:0;
	margin:0;
	margin-bottom:25px;
}

.module .item {
	padding:8px 0;
	border:0px #000 solid;
}

.module .item.total {
	border-top-width: 1px;
}

.module .item span {
	float: right;
	font-weight: 700;
}

.price span {
	display: block;
	font-size: 11px;
}

.btn {
	background-color:#000;
	color:#fff;
	font-size: 16px;
	padding:26px 40px;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	transition: 0.1s ease all;
	font-weight: 700;
	text-decoration: none;
}


.btn.clear {
	background-color:transparent;
	border:1px #000 solid;
	color:#000;
}

.btn:hover {
	background-color:#B3FFFD;
	color:#000;
	border-color: #B3FFFD;
}

.btn.disabled, .btn.disabled:hover {
	pointer-events: none;
	cursor: default;
	background-color:#000;
	color:#fff;
	opacity: 0.9;
}

.spacer {
	width:30%;
	height:1px;
	background-color:#000;
	margin:100px 35%;
}

.wrapper.contact div {
	border:1px #000 solid;
	padding:160px 0;
	border-radius: 3px;
}

.wrapper.contact h3 {
	text-align: center;
}

.wrapper.contact p {
	width:50%;
	margin:0 auto;
}

.footer {
	width:100%;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom:70px;
}

.ebookbtn {
	margin-right: 12px;
}

.ebooklinks .btn {
	padding-right: 0;
	padding-left: 0;
	width:49%;
}

.mobileimg {
	width:100%;
	display: none;
	margin:50px 0;
}

.book .mobileimg img, .about .mobileimg img {
	width:60%;
	display: block;
	margin:0 auto;
}

@media (max-width: 1200px) {
	.wrapper {
		padding:80px 4vw;
	}

	.book .info, .about .info {
		width:55%;
	}

	.book img, .about img {
		width:40%;
	}
}

@media (max-width: 1100px) {
	.wrapper {
		padding:50px 3vw;
	}

	.book .info, .about .info {
		width:62%;
	}

	.book img, .about img {
		width:35%;
	}
}

@media (max-width: 900px) {
	.wrapper {
		padding:36px 5vw;
	}

	.book .info, .about .info {
		width:100%;
		display: block;
	}

	.book > img, .about > img {
		display: none;
	}

	.book {
		flex-direction: column;
	}

	.mobileimg {
		display: block;
	}
}

@media (max-width: 580px) {
	.book .mobileimg img, .about .mobileimg img {
		width:100%;
	}
	
	.price .twobtns {
		min-width: 30px;
	}

	.price {
		flex-direction: column;
	}

	.price .btn {
		margin-top:50px;
		width:100%;
		padding-right: 0;
		padding-left: 0;
	}

	.header .links a {
		padding:2px 0;
		margin: 0 0 0 6px;
		font-size: 12px;
	}

	.header .links {
		display: block;
		width:216px;
		flex-grow: 2;
		text-align: right;
	}

	.header .logo {
		flex-shrink: 6;
		margin-right: 6px;
	}

	.header {
		padding-top: 28px !important;
		padding-bottom: 28px !important;
	}

	.wrapper.contact p {
		width:100%;
	}
}
