/* 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;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background:#000;
}

#Scene{
	position: fixed;
	width: 100%;
	height: 100%;
	/*margin-top: -350px;*/
	/*top: 50%;*/
	}
.parallax{
	position: absolute;
	height: 100%;
	width: 100px;
	background-repeat: no-repeat;
	}

.History {
	border: 23px solid transparent;
  	padding: 15px;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	background-size: contain;
	/*baseline-shift: -100px;*/
	position:absolute;
	left: 100px;
	color: white;
	font-family: 'Press Start 2P', cursive;
	text-align: right;
	width:400px;
	height: 264px;
	top:10%;
}
h6{
	text-align: right;
	position: absolute;
	bottom: 27px;
	right: 30px;

}
.box{
	/*display: grid;*/
	/*grid-template-columns: 1fr 1fr ;*/
	/*grid-template-rows: .75fr .05fr 1fr ;*/
	/*border-style: solid;
	border-color: black;
	border-width: 4px;*/
	border: 23px solid transparent;
  	padding: 15px;
  	border-image: url(../images/border_big.png) 40% stretch;
	background-color: #994e00;
	position:absolute;
	color: white;
	font-family: 'Press Start 2P', cursive;
	width:400px;
	height: 550px;
	top:5%;
	}
.photo{
	float: left;
/*	border-style:solid;
	border-width: 4px;
	border-color: #fcbcb0;*/
	height: 150px;
	width: 150px;
	padding-right: 5px;
	}
.title {
	
	padding:30px 0px 0px 0px;
	text-align: left;
	width: 240px;
	float: right;
/*	border-style: solid;
	border-width: 4px;
	border-color: white;*/
	font-size: 20px;
	/*line-height: 1.2;*/
}
.year {
	font-size: 25px;
	text-decoration: underline;
	line-height: 1.3;
}
p {
	padding-top: 20px; 
	float: right;
	font-size: 14px;
	line-height: 1.5;
}

#bg1{
	background: url(../images/1-1.png);
	background-size: auto 100%; 
	/*background-repeat: no-repeat;*/
	height: 100%;
	width: 20000px;
	}
#ground{
	background: url(../images/bg-2.png);
	background-size: auto 100%; 
	/*background-repeat: no-repeat;*/
	height: 13.2%;
	width: 20000px;
	bottom: 1px;
	z-index: 2;
	}
#mario{
	position:absolute;
	background-image:url(../images/walker.png);
	background-size: auto 100%; 
	background-repeat: no-repeat;
	z-index: 3;
	width: 64px;
	height: 64px;
	bottom: 13.2%;
	left:300px;
	}

@media only screen and (min-width: 800px) {
.History {
	border: 23px solid transparent;
  	padding: 15px;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	position:absolute;
	color: white;
	font-family: 'Press Start 2P', cursive;
	width:960px;
	height: 528px;
	top:10%;
}
.box{
	/*display: grid;*/
	/*grid-template-columns: 1fr 1fr ;*/
	/*grid-template-rows: .75fr .05fr 1fr ;*/
	/*border-style: solid;
	border-color: black;
	border-width: 4px;*/
	border: 23px solid transparent;
  	padding: 15px;
  	border-image: url(../images/border_big.png) 40% stretch;
	background-color: #994e00;
	position:absolute;
	color: white;
	font-family: 'Press Start 2P', cursive;
	width:900px;
	height: 450px;
	top:10%;
	}
	
.title {
	grid-column: 2/3;
	padding:30px 100px 0px 0px;
	text-align: left;
	width: 600px;
	float: right;
/*	border-style: solid;
	border-width: 4px;
	border-color: white;*/
	font-size: 20px;
	/*line-height: 1.2;*/
}
p {
	font-size: 18px;
}
}
