#navigation {
  background-image: url('/~eforests/img/fback.gif');
  float: center;
  width: 100%;
  height: 144px;
  position: fixed;
  z-index: 3
}

html { 
  background-image: url('/~eforests/img/fback2.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body { 
color: white;
}

navtext {
  font-family: kepler;
  font-size: 22px;
  color: white;
  text-shadow: 2px 2px 4px #000000;
}

h1 {
  font-family: kepler;
  font-size: 40px;
  color: black;
  text-shadow: 2px 2px 4px #c2c5cc;
}

h2 {
  font-family: kepler;
  font-size: 25px;
  color: black;
  text-shadow: 2px 2px 4px #c2c5cc;
}

h3 {
  font-family: kepler;
  font-size: 18px;
  color: black;
  text-shadow: 2px 2px 4px #c2c5cc;
}

div#home {
	height: 100vh;
	background-image: url('/~eforests/img/fback2.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
 
div#about {

	background-image: url('/~eforests/img/greenman.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

div#services {
	background-image: url('/~eforests/img/greenman.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
 
div#contact {
	height: 100vh;
	background-image: url('/~eforests/img/waterfall.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


table#tparch {
	background-image: url('/~eforests/img/tparchback3.gif');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


a:link {color: White;
text-decoration: none;
}
a:visited {color: Gray;
text-decoration: none;
}
a:hover {
text-decoration: bold;
}


	.tcopyright {font:normal 9px "Times New Roman", serif}
	.tsmall {font:normal 11px "Times New Roman", serif}
	.tmedium {font:normal 13px "Times New Roman", serif}
	.tlarge {font:normal 16px "Times New Roman", serif}
	.tbold{font:normal 18px "Times New Roman", serif}
	.ttitle{font:normal 32px "Times New Roman", serif}
	
	.tsmall_l {font:normal 11px "Times New Roman", serif; text-align: left}
	.tmedium_l {font:normal 13px "Times New Roman", serif; text-align: left}
	.tlarge_l {font:normal 16px "Times New Roman", serif; text-align: left}