@charset "UTF-8";
body {
	background-color: rgba(2,2,2,1);
	font-family: "Roboto";
	font-weight: 300;
}
a {
	text-decoration: none;
}
.global {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	height: 50px;
	width: 1000px;
	color: rgba(238,238,238,1);
	font-family: Fondamento;
	font-weight: 100;
	font-size: 30px;
	padding-left: 100px;
}
.center {
	height: 560px;
	width: 1000px;
	background-image: url(images/indexENTER.jpg);
	background-repeat: no-repeat;
	background-position: 0px -60px;
}
nav {
	color: rgba(170,170,170,1);
	text-align: center;
	font-family: jura, sans-serif;
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 60px;
}
nav:hover {
	color: rgba(255,153,51,1);
}
.footer  {
	height: 100px;
	width: 1000px;
	margin-top: 20px;
	margin-left: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
}
nav1 {
	color: rgba(170,170,170,1);
	text-align: left;
	font-family: jura, sans-serif;
	font-size: 14px;
	font-weight: 200;
	vertical-align: top;
	line-height: 14px;
	margin-top: 20px;
	margin-bottom: 40px;
}
