* { box-sizing: border-box; 
}

body { background-color: #EAEAEA;
              color: #666666; 
			  font-family: Arial, Helvetica, sans-serif;
}

#wrapper{
   background-image: radial-gradient(#FFFFFF, #90C7E3);
   border: 1px solid #000033;
   margin: auto;
   width: 80%;
   background-color: #90C7E3;
   min-width: 960px;
   max-width: 2048px;
   box-shadow: 3px #333333;
}


header { background-color: #002171; color: #FFFFFF; 
	height: 120px;
	margin: auto;
	padding-top: 30px;
	padding-left: 3em;
	text-align: center;
}

nav { font-weight: bold;  
    font-size: 120%;
    padding: 1.5em;
    float:left;
	margin: auto;
	text-align: center;
	width: 160px;
	}
	
nav a { text-decoration: none; 
}

main {
	background-color: #FFFFFF;
	margin-left: 190px;
	padding: 1px 20px 20px 30px;
	display: block;
	overflow: auto;
}

h1 { font-size: 3em;
     letter-spacing: 0.25em;
     margin-bottom: 0; 
	 margin-top: 0;
	 font-family: Georgia, Times New Roman, serif; }

h2 { color: #1976D2; 
	 font-family: Georgia, Times New Roman, serif; 
	 text-shadow: 1px 1px #CCCCCC;
}

h3 { color: #000033; font-family: Georgia, Times New Roman, serif; }

ul { list-style-image: url(marker.gif);
}

dt { color: #002171 } 

dd { #666666 }

.resort { color: #1976D2; font-weight: bold; }

footer { font-size: 75%; 
    font-family: Georgia, Times New Roman, serif;
    font-weight: bold; 
    font-style: italic;
    text-align: center;
	padding: 2em;
}

contact id { font-size: 90%; }

section { 
}

#homehero { 
	background-size: 100% 100%;
	height: 300px;
	margin-left: 190px;
    background-image: url("coast2.jpg");
    background-repeat: no-repeat;
}

#yurthero{
   background-size: 100% 100%;
   height: 300px;
   margin-left: 190px;
   background-image: url("yurt.jpg");
   background-repeat: no-repeat;
}

#trailhero{
   background-size: 100% 100%;
   height: 300px;
   margin-left: 190px;
   background-image: url("trail.jpg");
   background-repeat: no-repeat;
}