#nav
{
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	background: white;
	background: rgba(255, 255, 255, 0.8);
	color: rgb(59, 77, 86);
	line-height: 40px;
}

#nav h1
{
	float: left;
	margin: 0;
	color: rgb(59, 77, 86);
}

#nav ul
{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li
{
	float: left;
	margin-left: 30px;
	line-height: 50px;
}

#nav a
{
	color: #3b4d56;
}

#nav a:hover
{
	color: #16bdde;
}

#page section
{
	padding-top: 100px;
	padding-bottom: 500px;
	font-size: 20px;
	text-align: center;
    height:100%
}

#page p
{
	line-height: 30px;
}
