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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

@font-face
{
	font-family: 'TrumpGothicEastRegular';
	src: url('assets/TrumpGotEasReg-webfont.eot');
	src: url('assets/TrumpGotEasReg-webfont.eot?#iefix') format('embedded-opentype'),
	url('assets/TrumpGotEasReg-webfont.woff') format('woff'),
	url('assets/TrumpGotEasReg-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	line-height: 1;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Generic Styles */

Html, body {
    height: 100%;
}

body {
    background: white;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
    margin: 10px 0;
    font-family: georgia;
    font-weight: normal;
    color: #272727; 
	text-align: center;   
}

h1 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 48px;    
    font-weight: normal;   
}

h2 {
    font-family: TrumpGothicEastRegular;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin-bottom: 1.5rem;
}

h3 {
/*    font-family: Georgia; */
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
}

p {
	/*    font-family: Georgia; */
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.5em;
    margin: 10px 0;
    color: #595757;
}

p.spec {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 1.5em;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* grid-wrapper */

.grid-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: url(assets/grid.jpg) repeat;
    border-bottom: 1px solid #d4d4d4;
}

.first-wrapper {
    border-top: 7px solid #212121;
}

/* white-wrapper */

.white-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: white;
    border-bottom: 1px solid #d4d4d4;    
}

/*** page content ***/

.content {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 10px;
    width: 940px;
}

/* Section 1 - Call to Action above the fold */

.section_1
{
	min-height: 640px;
	overflow: visible;
}

/* hack for floated divs within parent with "overflow: visible" */

.section_1:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* end of float hack */

.section_1 h1 {
	font-family: 'TrumpGothicEastRegular';
	font-size: 60px;
	line-height: 60px;
	text-align: center;  
	margin-bottom: 30px;  
}

.section_1 h3 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 30px;
}

.section_1 p {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #424242;
	line-height: 24px;
	margin: 15px 0px;
}

.section_1 .book-testimonial {
	width: 300px;
	float: right;
	padding: 0px 30px 0px 0px;
	margin-right: -40px;
}

.section_1 .book-testimonial img
{
	padding: 1rem;
}
.section_1 .book-testimonial blockquote
{  
/*	font-family: Georgia, Times, serif;  */
	font-style: italic;
	font-size: 16px;
	position: relative;
	line-height: 24px;
	padding-left: 64px;
}

.section_1 .book-testimonial blockquote .quotation-mark {  
	font-size: 72px;
	color: #fe5823;
	position: absolute;
	left: 0px;
	top: 20px;
	padding-left: 20px;
}


.section_1 .book-testimonial blockquote cite {  
	color: #666;
	display: block;
	margin-left: 30px;
	font-size: 14px;
}


/* Section 2 - What you will learn */

.section_2
{
	overflow: visible;
}

.section_2 p
{
	font-style: normal;
	line-height: 1.1em;
}

.section_2 .column
{
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	width: 47%;
}

.section_2 .container
{
	text-align: center;
	margin-bottom: 1.5rem;
}

.section_2 p
{
	text-align: center;
	margin-top: 1rem;
}

.section_2 .last
{
	display: inline-block;
	margin-top: 2rem;
}

/* Section 3 - Who should read this book */

.section_3
{
	overflow: visible;
}

.section_3 .column
{
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	width: 45%;
}

.section_3 .testimonial-img-container
{
	display:block;
	margin:0px auto;
	height:120px;
	width:120px;
	border-radius:100px;
	position:relative;
	border:1px solid #eee;line-height:1.4em;
	overflow:hidden;
}

.section_3 blockquote img
{
	height:auto;
	width:120px;
	vertical-align:middle;
}

.section_3 blockquote p
{
	text-align: center;
}

.section_3 blockquote
{
	margin-bottom: 4rem;
}

/* Section 4 - Endorsements */

.section_4
{
	overflow: visible;
}

.section_4 .column
{
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	width: 290px;
}

.section_4 .container
{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

.section_4 blockquote.testimonial
{
	padding:0;
	margin:0 0 20px;
	border:0;
	position:relative;
	zoom:1;
	line-height:1.4em;
}

.section_4 blockquote.testimonial:before, blockquote.testimonial:after
{
	content:"";
	display:table;
}

.section_4 blockquote.testimonial:after
{
	clear:both;
}


.section_4 div.testimonial
{
	line-height:inherit;
	line-height:1.4em;
	font-size:1em;
	font-weight:inherit;
	font-style:inherit;
	color:inherit;
	background-color:#fff;
	position:relative;
	display:block;
	margin:0!important;
	padding:20px;
	border:1px solid #e6e6e6;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 2px 3px 1px rgba(0,0,0,.05);
	-moz-box-shadow:0 2px 3px 1px rgba(0,0,0,.05);
	box-shadow:0 2px 3px 1px rgba(0,0,0,.05);
}

.section_4 .testimonial p:last-child
{
	margin-bottom:0;
}

.section_4 div.testimonial p
{
	font-style: italic;
	line-height: 1.5rem;
}


.section_4 blockquote.testimonial .tip
{
	position:absolute;
	left:50%;
	margin:-1px 0 0 -15px;
	width:0;
	height:0;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	border-top:15px solid #fff;
}

.section_4 blockquote.testimonial .tip-border
{
	position:absolute;
	left:50%;
	margin:0 0 0 -15px;
	width:0;
	height:0;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	border-top:15px solid #e6e6e6;
}

.section_4 .testimonial-img-container
{
	display:block;
	margin:35px auto;
	height:80px;
	width:80px;
	border-radius:100px;
	position:relative;
	border:1px solid #eee;line-height:1.4em;
	overflow:hidden;
}

.section_4 blockquote.testimonial img
{
	height:auto;
	width:80px;
	vertical-align:middle;
}

.section_4 blockquote.testimonial cite
{
	text-align: center;
	margin: 20px auto 0;
}

.section_4 blockquote.testimonial strong
{
	display: block;
	font-weight: bold;
	font-style: normal;
}

/* Section 5 - Free download */

.section_5
{
	overflow: visible;
}

.section_5 p 
{
	font-style: normal;
}

.section_5 .column
{
	border: 1px solid #ddd;
	float: right;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	width: 30%;
}


/* Section 6 - Sneak peek */

.section_6
{
	overflow: visible;
}

/* Section 7 - About the author */

.section_7
{
	overflow: visible;
}

.section_7 .column
{
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	width: 47%;
}

.section_7 .testimonial-img-container
{
	display:block;
	margin:35px auto;
	height:150px;
	width:150px;
	border-radius:100px;
	position:relative;
	border:1px solid #eee;line-height:1.4em;
	overflow:hidden;
}

.section_7 blockquote.testimonial img
{
	height:auto;
	width:150px;
	vertical-align:middle;
}

.section_7 blockquote.testimonial .testimonial-byline
{
	font-weight: normal;
	display: block;
	margin-top: 2px;
	text-align: center;
}

/* Section 8 - Final call to action */

.section_8
{
	overflow: visible;
}


.footer
{
	height: 3rem;
	border-top: 1px solid black;
}





