/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */

/* styles */

html, body {
	width:100%;
	height: 100%;
	padding:0;
	margin:0;
	overflow-x: hidden;
}

body {
	height: initial !important;
}

.arrow {
	width: 90px;
	margin: 30px auto;
	position: fixed;
	left: 45%;
}

h1 {
	font-family: 'Rammetto One', cursive;
	text-shadow: 1px 1px 2px black;
	font-size: 108px;
	text-align: center;
	margin: -.15em auto -.07em auto;
}

h2 {
	font-family: 'Cinzel', serif;
	font-style: italic;
	font-size: 26px;
	opacity: .6;
	text-align: left;
	margin: 3.5em auto 0 auto;
	width: 850px;
}

h3 {
	font-family: 'Cinzel', serif;
	font-style: italic;
	font-size: 26px;
	opacity: .6;
	text-align: left;
	width: 600px;
	margin: 0 auto;
	position: relative;
	left: 465px;
}

h1, h2, h3, h4 { 
	color: #EDF2BB;
}

h4 {
	font-family: 'Rammetto One', cursive;
	font-size: 42px;
	margin: 3em auto;
	color: #BA6C17;
}

.history {
	font-family: 'Cinzel', serif;
	line-height: 2em;
	font-size: 28px;
	color: #CBAEA6;
	padding-top: 8em;
	position: relative;
	margin: 200px;
}

.last {
	padding-top: 1em;
}

.scene{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.content {
	background: #0D1A22;
	padding: 20px 0 35px 0;
	position: relative;
	z-index: 10;
}

a:link {
	color: #742312;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

.bonfire {
	background-image: url('img/bonfire.png');
	width: 100%;
	min-height: 1080px;
	position: relative;
	z-index: 20;
}

footer {
	font-family: 'Cinzel', serif;
	position: fixed;
	top: 90%;
	left: 90%;
	z-index: 30;
	font-size: 16px;
	color: #fff;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
}
 
.video-container iframe {
	position: absolute;
	top: 200px;
	left: 20%;
	width: 60%;
	height: 60%;
}

.layer  {
	 width: 100%;
}

.layer img {
	width: 100%;
}