/** BODY */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300');

html, body {
  body: 100%;
  height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1px;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight:500;
}

a:hover {
	color: #ff0000;
}

p {
	padding: 0px;
	margin: 0px;
}

#container {
	width: 350px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	margin-top: -100px;
}

#logo {
	width:100%;
	height:auto;
}

#logo h1 {
	font-size:45px;
	margin:0;
	font-weight:100;
	letter-spacing:15px;
}

#naw {
	text-align:center;
	padding:10px 0;
}