@charset "UTF-8";

html {  
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
div
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}
body {
	background: #000 url(../images/home-bg-phone.jpg) no-repeat fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#page-wrap { 
	position: relative; 
	width: 100%; 
	margin: 2em auto; 
	padding: 0; 
}
.navlist {
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
}
.navmain {
	color: #FFFFFF;
	font-family: open-sans;
	font-style: normal;
	font-weight: 700;
	font-size: .8em;
	text-align: left;
	letter-spacing: 0.3em;
	text-rendering: optimizeLegibility;
	margin-left: 2em;
	margin-top: 1.8em;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
