/* General Demo Style */

@font-face {
	font-family: "boris-black-bloxx";
	src: url("../fonts/borisblackbloxx-webfont.eot");
	src: url("../fonts/borisblackbloxx-webfont.woff") format("woff"),
	url("../fonts/borisblackbloxx-webfont.otf") format("opentype"),
	url("../fonts/borisblackbloxx-webfont.svg#borisblackbloxx-webfont") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'american-typewriter';
	src:url('../fonts/american_typewriter_regular-webfont.eot');
	src:url('../fonts/american_typewriter_regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/american_typewriter_regular-webfont.woff') format('woff'),
		url('../fonts/american_typewriter_regular-webfont.ttf') format('truetype'),
		url('../fonts/american_typewriter_regular-webfont.svg#american_typewriter_regular-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

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


*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #ffffff;
	background: #333333;
}

a {
	color: #d52e19;
	text-decoration: none;
}

a:hover,
a:active {
	color: #fff;
}


a.button {
	font-family: 'boris-black-bloxx', Arial, sans-serif;
	text-align: center;
	font-size: 30px;
	-webkit-text-stroke: 1px white;
	letter-spacing: 1.6px;
	line-height: 1em;
	transition: all .5s ease-out;
	display: inline-block;
	margin: 0 15px 0 15px;
	margin-bottom: 1.2em;
}

a.button:hover {
	-webkit-text-stroke: 1px #d52e19;
}

p, h1, h2, h3, h4, h5 {
	margin:0;
	margin-bottom: 1.6em;
	line-height: 1.4em;
}

p.buttons {
	text-align: center;
	margin-bottom:0;
}

h1 {
	font-family: 'boris-black-bloxx', Arial, sans-serif;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1.6px;
}

h2 {
	font-family: 'marquee', Arial, sans-serif;
	text-align: center;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 1.2px;
	line-height: 1.2em;
}

h2.dash {
	color:#d52e19;
	font-size: 36px;
	line-height: .1em;
	margin-bottom: .8em;
	 text-shadow:1px 1px 6px #d52e19, 1px 1px 6px #d52e19;
}

h2.subhead {
	margin-bottom: .8em;
}

h1 span {
	font-size: 34px;
	line-height: 1.4em;
}

p.tw {
	display: inline-block;
	font-family: 'american-typewriter', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	width: 100%;
}


.quotes {

}

.quote {
	display: none;
	padding: 10% 0 10% 0;
}

.quotes .quote:first-child {
	
}

.quote p {
	font-family: 'american-typewriter', Arial, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color:#f5cc51;
	display: block;
	margin-bottom: 10px;
}

.quote p.author {
	text-align: right;
	color:#f2ecb0;
	font-size: 18px;
}


.quote p.author span {
	display: block;
	padding-right: 20px;
}


#content-wrap {
	display: block;
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
	background-image: url(../images/background-brick50.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
	background-size: inherit;
	border: 2px solid #000;
	-webkit-box-shadow: 0px 0px 9px 6px rgba(0,0,0,0.15); 
	box-shadow: 0px 0px 9px 6px rgba(0,0,0,0.15);
}

#content {

}

.cover-wrap {
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
	margin-bottom: -20px;
	
}

.cover-wrap img {
	display: block;
	width: 100%;
}

.copy {
	padding: 0 5% 120px 5%;
	display: block;
	margin: 0 auto;
	max-width: 1600px;
}

/* Header Style */

@media only screen and (min-width: 768px)  {

	h1 {
		font-size: 32px;
	}

	h1 span {
		font-size: 54px;
	}

	p.tw {
		font-size: 18px;
	}

	.copy {
		padding: 0 10% 120px 10%;
	}

	.cover-wrap {
		margin-bottom: -60px;
		
	}

	h2.dash {
		font-size: 44px;
	}

	a.button {
		font-size: 38px;
	}

	.quotes {
		width: 90%;
		margin-left: 5%;
	}

	.quote {
		padding: 8% 0 8% 0;
	}

	.quote p {
		font-size: 34px;
	}

	.quote p.author {
		font-size: 24px;
	}

}

@media only screen and (min-width: 1200px)  {

	h1 {
		font-size: 36px;
	}

	h1 span {
		font-size: 68px;
	}

	p.tw {
		font-size: 18px;
	}

	.quote {
		padding: 3% 0 5% 0;
	}

	

	.quote p {
		font-size: 44px;
	}
}