
html { 
  max-width: 100%;
  height:100%;
  background: url(splash8.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #669933;
   }
 

body {
	background-attachment: fixed;
	font-size:1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	}
	
.lkstxt {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #69A303;
	font-weight: bold;
		}
.lkstxt a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #99FF00;
	font-weight: bold;
		}

#wrap {
	width:100%;
	max-width: 860px;
	z-index: 1000;
	margin: 0 auto;
	text-align:center;
		}

h1 {
	list-style: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
h4 {
	text-align: center;
	clip:  rect( );
	background: #808000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
/* NAVIGATION --- see orig mob5xie */

/*Portrait Tablet Exceptions* pretty good; marginal for hdr image */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

.lkstxt a {
  font-size: 16px;}
 
}
/*shd be general not ipad*/
@media screen (min-width: 680px) and (max-width: 979px) {
  }
 .lkstxt a {	
 font-size: .9em;
 }
 }
/*Landscape Tablet - marginal hdr img*/
@media only screen and (min-width: 680px) and (max-width: 979px) and (orientation : landscape) {


.lkstxt a {
  font-size: 20px;}

}
/* iPad portrait - excellent! */
@media only screen and (min-width: 680px) and (max-width: 979px) and (orientation : portrait) {

.lkstxt a {
  font-size: 18px;}
 }
	 	
/* GOOD!!!   Small Tablet View  -- pretty good!*/	 
@media only screen and (min-width:481px ) and (max-width:767px) {
 #wrap { width:80%; margin:0 auto; text-align:center; position:relative;float:none;}
.lkstxt a {
  font-size: 18px;}
}

/* Narrow Windows and Smartphones in both orientations*/
@media only screen and (min-width: 200px) and (max-width: 480px) {
 #wrap { width:80%; text-align:center; margin:0 auto;position:relative; float:none; }
.lkstxt a {
  font-size: 14px;} 

}