body{
background-color: #ffffff;
background: url(../img/D9xlw7UxTBqQw5sLf8cJ_reef-insp-72.jpg) no-repeat bottom;
background-attachment: fixed;
background-size: cover;
font-family: 'Droid Sans', sans-serif;
font-size: 16px;
color: #414141;
}



h1{font-size:400%; font-weight:bold; letter-spacing:-4px; margin-bottom:20px;}
h2{font-size:300%; letter-spacing:-1px; margin-bottom:15px;}
h3{font-size:200%;}

ul{
	margin-bottom:30px;
}

ul li{
	list-style:circle;
	padding:5px;
	margin:15px 35px;
	font-weight:bold;
	font-size:120%;
}

ul li.secondary{
	list-style:square;
	margin:10px 85px;
	font-size:80%;
}

p{
margin-bottom:20px;	
}

#header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:20px;
	background-color:rgba(69,69,70,1);
	/*background-color:rgba(217,217,217,1);*/
}

#header h1, header h2, header h3{display:inline-block; padding:0; margin:0; color:#ffffff;}

#header h1{
	font-size:22px; letter-spacing:-1px;font-weight:bold;
}

#header h1 a{
	color:#ffffff;
	text-decoration:none;
}

#main{
}

a{
	color:#900;
	font-weight:bold;
}

a.back{
	display:inline-block;
	color:#900;
	font-weight:bold;
	background:#ffffff;
	padding:15px 15px;
	margin-bottom:20px;
	text-decoration:none;
}


input#search{
	position:fixed;
	top:0;
	right:0;
	width:200px;
	width:200px;
	padding:7px;
	margin-right:15px;
	margin-top:15px;
	font-weight:bold;
	font-family: 'Droid Sans', sans-serif;
}


nav ul{
	margin-top:20px;
	text-align:center;
}

nav ul li{
	display:inline-block;
	height:300px;
	width:300px;
	margin:0 0 30px 30px;
}

/*nav ul li a{
	height:120px;
	width:120px;
	border-radius:50%;
	background:rgba(255,255,255,0.45);
	display:block;
}*/

nav ul li a{
	height:300px;
	width:300px;
	background:rgba(255,255,255,0.45);
	display:inline-block;
	float:left;
}


nav ul li a:hover{
	/* background:rgba(255,255,255,1);
	do a css transform animation (enlarge slightly?) */
}

nav ul li a span{
	display:inline-block;
	font-weight:bold;
	font-size:24px;
	padding-top:15px;
	padding-left:15px;
	width:285px;
	text-align:left;
	color:#414141;
}

nav ul li a span.projtype{
	display:inline-block;
	font-size:12px;
	padding-bottom:15px;
}


footer{
	position:fixed;
	min-height:50px;
	width:100%;
	bottom:0;
	background:rgba(0,0,0,0.1);
}

.co{
	font-weight:bold;
	margin:10px auto 0 auto;
	text-align:center;
}

.cover{
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.5);
	z-index:-1;
}

.standardcontent{
	padding:90px 20px 0 20px;
}