/* General Demo Style */

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

@font-face {
	font-family: 'american-typewriter';
	src: url("../fonts/american_typewriter_regular-webfont.woff2") format("woff2"),
         url("../fonts/american_typewriter_regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'marquee';
	src: url("../fonts/marquee_-webfont.woff2") format("woff2"),
         url("../fonts/marquee_-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


*, *: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.page-huge {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #333333;
}

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

.page-huge a:hover,
.page-huge a:active {
	color: #fff;
}


.page-huge a.button {
	font-family: 'boris-black-bloxx', Arial, Helvetica, 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: .8em;
}

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

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

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

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

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

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

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

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

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


.page-huge .quotes {

}

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

.page-huge .quotes .quote:first-child {
	
}

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

.page-huge .quote p.author {
	font-family: 'Roboto', Arial, sans-serif;
	text-align: right;
	color:#f2ecb0;
	font-size: 20px;
}

.page-huge p.q-text {
	margin-bottom: 22px;
}


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


.page-huge #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);
}

.page-huge #content {

}

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

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

.page-huge .cover-wrap img.best {
	display: block;
	position: absolute;
	z-index: 2;
	width: 25%;
	max-width: 180px;
	bottom: 30%;
	left: 5%;
	transform: rotate(-7deg); 
}

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

/* Header Style */

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

	.page-huge h1 {
		font-size: 32px;
	}

	.page-huge h1 span {
		font-size: 54px;
	}

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

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

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

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

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

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

	.page-huge .quote {
		padding: 8% 0 8% 0;
	}

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

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

}

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

	.page-huge h1 {
		font-size: 36px;
	}

	.page-huge h1 span {
		font-size: 68px;
	}

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

	.page-huge .quote {
		padding: 3% 0 5% 0;
	}	

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