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

body {
	background: white;
}

.column, columns {
	min-height: 1px;	
}

nav ul {
	margin-top: 0px;
	margin-right: 1px;
	margin-left: 13px;
	margin-bottom: 13px;
	padding: 10px;
	text-align: center;
}

nav li {
	display: inline-block;
	margin-right: 70px;	
	margin-left: 140px;	
	font-size: 1em;
	text-decoration: none;
}

nav li:first-child {
	margin-left: 0px;
}


.five, six {
	margin-left: 30px;
	margin-right: 30px;
}

h2 {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 25px;
}

h3 {
	text-decoration: none;
	font-family: helvetica neue;
	font-size:12px;
	line-height:2;
	
}

h4 {
	text-decoration: none;
	font-size:18px;
	line-height:0;
	text-transform: uppercase;
	font-weight:600;
	letter-spacing: 7px;
	
}

nav li a {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
}

nav li a:link {
}

nav li a:visited {
}

nav li a:hover {
	color: grey;
}

nav li a:active {
	
}

#about, #contact {
	text-align: center;
}

