.heading
{
	background:url(../image/leafbackground.jpg);
	opacity:.95;
	width:100%;
	height:120px;
	position:fixed;
	left:0px;
	top:0px;
	color:white;
	font-size: 30px;
}
.contact-bar
{
	position:fixed;
	top:3px;
	right:10px;
	color:lightgray;
	font-size:15px;
	z-index:9999;
	font-weight:light;
	font-family:helvetica;
}
#views
{
	border:none;
	width:100%;
	height:80%;
	padding:0%;
	margin:0%;
	border:none;
	top:120px;
	overflow:hidden;
	position:fixed;
}
.header-title
{
	left:5%;
	top:35%;
	position:absolute;
}
.menu
{
	background:transparent;
	color:white;
	width:450px;
	height:25px;
	position:fixed;
	right:0px;
	top:50px;
}
.menu-item
{
	width:100px;
	height:25px;
	text-align:center;
	float:left;
	font-size:20px;
}
.menu-item:hover
{
	color:black;
	cursor:pointer;
}
body
{
	background:url(../image/dickens-water-feature.jpg);
	background-attachment:fixed;
	background-size:cover;
	font-family:Arial, sans-serif;
}
