@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 1em;
}
.clear {
	width: 100%;
	clear: both;
}
.content {
	float: left; 
	width: 65%;
	padding-top: 10px;
	margin-left: 5%;
}
.content.right {
	float: right;
	margin-right: 5%;
}
.col2 {
	-webkit-columns: 2; /* Chrome, Safari, Opera */
    -moz-columns: 2; /* Firefox */
    columns: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;	
	text-align: justify;
}
.alt {
	color: #00d2e5;
}
.bold {
	font-weight: bold;
}
.btn {
	background: #252525;
	border-radius: 10px;
	padding: 25px 50px;
	font-size: 1.5em;
	text-transform: uppercase;
	display: inline-block;
	margin: 25px auto;
	color: #00d2e5;
	text-decoration: none;
	transition-duration: .3s;
}
.btn:hover {
	background: #00d2e5;
	color: #252525;

}
h2 {
	text-align: center;
	color: #00d2e5;
	margin-bottom: 50px;
	clear: both;
}
h5 {
	color: #00d2e5;
	font-weight: bold;
	font-size: 1em;
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;	
}
p, li {
	line-height: 1.5em;
	font-size: 1.1em;
}
ul { 
	margin: 0;
	padding: 0;
}
ul li {
	margin: 5px 0;
}
header {
	width: 100%;
	height: 100px;
	top: 0;
	background: #ffffff;
	position: fixed;
	z-index: 100;
}
header #logo {
	height: 80px;
	width: auto;
	float: left;
	margin: 10px 50px;
	display: block;
}
header .btn {
	float: right;
	border-radius: 5px;
	padding: 10px 25px;
	margin: 32px 50px 0 0;
	font-size: 1em;
}
header nav {
	float: right;
	margin-right: 50px;
}
header nav li {
	float: left;
	margin-right: 25px;
	list-style: none;
}
header nav li a {
	text-decoration: none;
	line-height: 100px;
	color: #00d2e5;
}

section, footer {
	position: relative;
	width: 100%;
	clear: both;
	padding: 100px 0;
	text-align: center;
}
section.scroll {
	padding: 25px 0;
	text-align: center;
}
section#hero {
	padding: 0;	
	margin-top: 100px;
}
section#hero img {
	width: 100%;
	height: auto;
	display: block;
}
section#hero #hero_captions {
	position: absolute;
	height: 100%;
	width: 60%;
	right: 5%;
	top: 25%;
	z-index: 10;
}
section#hero #hero_captions h2 {
	font-size: 2.2em;
	font-weight: bold;
	text-align: left;
	color: #e0d49c;
}
section#book_buy img {
	margin: 25px 10px;
}
section#book_info {
	margin: 0 auto;
	background: #e0d49c;
	text-align: left;
}
section#book_info .content {
	width: 55%;
}
section#book_info #book_images {
	position: relative;
	width: 30%;
	margin-left: 5%;
	float: left;
}
section#share #social-links {
	width: 400px;
	margin: 50px auto;
}
section#share #social-links img {
	width: 64px;
	margin: 5px ;
}
section#contact {
	background: #00d2e5;
	background-size: 100%;
	color: #fff;
}
section#contact h2 {
	color: #fff;
}
section form {
	position: relative;
	width: 60%;
	margin: 5px auto;
}
section input, section textarea {
	width: 100%;
	margin: 5px 0 25px;
	padding: 10px;
	clear: both;
	display: block;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
section input[type=submit] {
	width: auto;
	background: #252525;
	border-radius: 5px;
	margin-right: 10px auto;
	font-size: 1em;
	text-transform: uppercase;
	display: inline-block;
	color: #00d2e5;
	text-decoration: none;
	outline: 0;
	border: 0;
	cursor: pointer;
}



section#book {
	padding: 0 0 25px;
}
section#book img {
	position: absolute;
	width: 36%;
	height: auto;
	right: 0;
	bottom: 0;
	z-index: -1;
}



section#media, section#preorder {
	text-align: center;
}
section#media img {
	width: 80%;
	max-width: 600px;
	height: auto;
}

footer {
	padding: 0;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
footer .left {
	width: 40%;
	float: left;
	text-align: left;
}
footer .right {
	float: right;
}
footer .right img {
	margin-left: 5px;
}

@media screen and (max-width:768px) {
	.btn {
		padding: 10px 25px;
		font-size: 1.5em;
	}

	header {
		height: 50px;
	}
	nav {
		display: none;
	}
	header #logo {
		height: 40px;
		margin: 5px 20px;
	}
	header .btn {
		float: right;
		border-radius: 5px;
		padding: 5px 10px;
		margin: 12px 20px 0 0;
	}
	section, footer {
		padding: 50px 0;
	}
	.content, section#book_info .content {
		float: none;
		width: 90%;
		padding: 0;
		margin:  10px auto;
		text-align: center;
	}
	
	section#hero {
		margin-top: 50px;
	}
	section#hero #hero_captions {
		top: 10%;
	}
	section#hero #hero_captions h2 {
		font-size: 1.25em;
	}
	section#book_info #book_images {
		width: 70%;
		margin: 10px auto;
		float: none;
	}

	section#book {
		padding: 0;
	}
	section#book img {
		position: relative;
		width: 100%;
	}
	section#author {
		background: #cdcdcd;
	}	
	section#author img {
		display: block;
	}
	section#share #social-links {
		width: 90%;
		margin: 25px auto;
	}
	section#share #social-links img {
		width: 48px;
	}
	
}
@media screen and (max-width:480px) {
	section#hero #hero_captions {
		top: 2%;
	}
	section#hero #hero_captions h2 {
		font-size: 1.2em;
		font-weight: normal;
	}
	
}
