@charset "UTF-8";
/* CSS Document */


body {
	
	margin:0;
	background:#2E2F30;
	font-family: 'Open Sans', 'sans-serif';
}

.container {

width:800px;
margin:0 auto;	
	text-align:center;
	margin-top:150px;
	color:#fff;
	font-size:100px;
	line-height:100px;
	font-weight:300;
}


.nav {
	
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:4px;
	font-size:16px;
	opacity:.5;
}


.instruct {
	
font-family: 'Shadows Into Light', 'cursive';
	color:#DAB539;
	margin:70px 0 20px 0;
	font-size:30px;
	line-height:60px;
	letter-spacing:1px;
}


.nav a{
	
text-decoration:none;
color:#fff;
opacity:.5;
display: inline-block;
margin: 40px;
}


.nav a:hover{
	

opacity:1;
}

