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

}

body {
	padding: 0;
	margin: 0;
	background: url("../images/mountain-edit.jpg") no-repeat;
	background-size: 100%;
	font-family: "Arial";
}

a {
	font-family: "origicideregular";
	text-decoration: none;
	color: rgb(169,46,46);
	text-shadow: 0px 0px 25px black, 0px 0px 25px black, 0px 0px 25px black, 0px 0px 25px black;
}

a:hover {
	color: rgb(167,79,79);
}

#startScene, #mainScene, #endScene {
	display: none;
	width: 100%;
	height: 828px;
}

#startScene, #endScene {
	text-align: center;
	margin: 0 auto;
	font-size: 1.75em;
	background: rgba(0,0,0,.4);
	color: rgb(255,255,255);
}

#startScene h1, #endScene h1 {
	font-family: "origicideregular";
	font-size: 3em;
	margin-top: 0;
	padding-top: 1em;
	text-shadow: 0px 0px 25px black, 0px 0px 25px black, 0px 0px 25px black, 0px 0px 25px black;
}

.menu {
	margin-top: 3.5em;
}

.menu a {
	display: block;
	font-size: 1.5em;
	margin: 1em 0;
}

.instructions {
	display: none;
	width: 60%;
	margin: 0 auto;
	text-shadow: 0px 0px 15px black, 0px 0px 15px black, 0px 0px 15px black;
}

.credits {
	display: none;
	width: 60%;
	margin: 0 auto;
}