@font-face { font-family: Geomanist; src: url('fonts/geomanist-regular-webfont.eot'); } 
@font-face { font-family: Geomanist-Bold; font-weight: bold; src: url('fonts/geomanist-bold-webfont.eot');}
@font-face { font-family: Geomanist-Light; font-weight: light; src: url('fonts/geomanist-light-webfont.eot');}

/* -------------Reset------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

body {
	background: #FFF;
	text-align: center;
	font-family: 'Open-Sans', Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: inline-block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

header {
	text-align: left;
}

a:focus, a, a:click, a:visited, button, button:focus, button:active {
	outline: 0;
}

a img {
	border: 0;
}

img {
	max-width: 100%;
	max-height: 100%;
}

a,
a:active,
a:visited {
	color: 2d2d2d;
	text-decoration: none;
	font-weight: normal;
	outline: none;
	opacity: 1;
   	transition: opacity .2s ease-in-out;
   	-moz-transition: opacity .2s ease-in-out;
   	-webkit-transition: opacity .2s ease-in-out;
}

a.om:hover {
	opacity: .5;
}

/* -------------Main Framework------------- */

h1 {
	font-family: "Geomanist", Helvetica, sans-serif;
	font-size: 64px;
	color: #FFF;
	letter-spacing: 1px;
	line-height: 72px;
	font-weight: 200;
}

h2 {
	font-family: "Geomanist", Helvetica, sans-serif;
	font-size: 32px;
	color: #2d2d2d;
	letter-spacing: 1px;
	line-height: 40px;
	font-weight: 200;
}

h3 {
	font-family: "Geomanist", Helvetica, sans-serif;
	font-size: 20px;
	color: #2d2d2d;
	letter-spacing: 1px;
	line-height: 30px;
	font-weight: 200;
	margin: 20px 0;
}

p {
	font-family: "Lato", Helvetica, sans-serif;
	font-size: 18px;
	color: #9B9B9B;
	line-height: 30px;
	font-weight: 300;
	margin: 20px 0;
}

p.author {
	font-family: "Lato", Helvetica, sans-serif;
	font-size: 16px; 
	color: #FFF;
	font-style: italic;
	letter-spacing: 1px;
	margin: 0;
	line-height: 20px;
}

.number {
	font-weight: 600;
	color: #9ba620;
}

.wrapper {
	width: 960px;
	margin:  0 auto;
}

header {
	width: 100%;
	height: 530px;
	background-image: url(images/texture.svg), radial-gradient(51% 96%, #E7E9E4 10%, #D4D6D1 96%);
	background-repeat: repeat, no-repeat;
	margin-bottom: 100px;
}

footer {
	width: 100%;
	background: #1d1d1d;
	margin-top: 100px;
}

img.logo {
	margin: 100px auto;
	height: 130px;
	width: 130px;
	opacity: 1;
   	transition: opacity .2s ease-in-out;
   	-moz-transition: opacity .2s ease-in-out;
   	-webkit-transition: opacity .2s ease-in-out;
}

img.logo:hover {
	opacity: .5;
}

#cover {
	width: 380px;
	padding-top: 20px;
	float: left;
	margin: 0 10px;
	display: inline-block;
}

#title {
	width: 540px;
	padding-top: 150px;
	float: left;
	margin: 0 10px;
	display: inline-block;
}

button.amazon {
	font-family: "Geomanist", Helvetica, sans-serif;
	font-size: 16px;
	color: #9B9B9B;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 20px 30px;
	border: 2px solid #9B9B9B;
	background-color: Transparent;
	cursor: pointer;
	margin: 40px auto;
	-moz-transition: all .2s ease-in;
    	-o-transition: all .2s ease-in;
    	-webkit-transition: all .2s ease-in;
    	transition: all .2s ease-in;
	outline: none;
}

.leftcol {
	width: 380px;
	padding-top: 20px;
	float: left;
	margin: 10px;
	text-align: left;
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 3px solid #9ba620;
}

.rightcol {
	width: 540px;
	float: left;
	margin: 10px;
	text-align: left;
	display: inline-block;
}

button.amazon:hover {
	background-color: #9ba620;
	color: #FFF;
	border-color: #FFF;
}
/* -------------Media Queries------------- */

@media screen and (max-width: 960px) {
	header {
		width: 100%;
		height: auto;
		margin-bottom: 50px;
	}

	.wrapper {
		width: 100%;
		margin:  0 auto;
		padding: 0 20px;
		text-align: center;
	}

	#cover {
		max-width: 200px;
		padding-top: 20px;
		float: none;
	}

	#title {
		width: 100%;
		padding-top: 30px;
		float: none;
		margin: 0 auto;
	}

	.leftcol {
		width: 100%;
		padding-top: 10px;
		float: none;
		margin: 10px auto;
		text-align: left;
	}

	.rightcol {
		width: 100%;
		float: none;
		margin: 10px auto;
	}
}

@media screen and (max-width: 500px) {
	h1 {
		font-size: 40px;
		line-height: 45px;
	}
	header {
		margin-bottom: 30px;
	}
	footer {
		margin-top: 30px;
	}

	img.logo {
		margin: 50px auto;
		height: 100px;
		width: 100px;
	}
}