* { box-sizing: border-box; }
body{color:#666666;
      background-color:#EAEAEA;
      font-family:Verdana, Arial, san-serif;
    }

h1{ color:#FFFFFF;
        font-family:Georgia,"Time New Roman",serif;
	text-align:center;
        padding-top:.5em;
	margin-bottom: 0;
	margin-top:0;
        font-size:3em;
        letter-spacing:0.25em;}
h1 a{text-decoration: none;}
header{background-color:#000032;
       height:120px;
}	
header a {text-decoration:none;}
header a:link {color:#FFFFFF;}
header a:visited {color:#FFFFFF;}
header a:hover {color#90C7E3;}

nav a{text-decoration:none;}	   
nav {font-weight: bold;
 	background-color:#FFFFFF;
 	float: left;
 	height:100%;
 	width: 160px;
 	font-size: 1.2em;
	padding-left: 0px; 
	position: fixed;
	 }
nav a:link { color: #5C7FA3; }
nav a:visited { color: #344873; }
nav a:hover{ color: #A52A2A } 
nav ul { list-style-type: none;
	 padding-left: 1em;}

	  
h2{color:#1976D2;
   font-family:Georgia,"Time New Roman",serif;}
h3{
	font-family:Georgia;
}
main{
	padding: 1px 20px 20px 30px;
	background-color: #FFFFFF;
	margin-left: 190px;
	float: right;
	display: block;
	overflow: auto;

}

#homehero{
	background-image:url(coast.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	height:300px;
	width:100px;
	margin-left:190px;
}	  
#yurthero{background-image:url(yurt.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	height:300px;
	width:100px;
	margin-left:190px;
}

#trailhero{background-image:url(trail.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	height:300px;
	width:100px;
	margin-left:190px;	
}

dt{color:#002171;
    font-weight: bold;}

.resort{color:#1976D2;
         font-size: 1.2em;}
		 
#wrapper {background-color:#EAEAEA;
	background-image:linear-gradient(to bottom, #FFFFFF, 90C7E3);
	min-width:960px;
	max-width:2048px;
	width: 80%;
	box-shadow:5px 5px 5px;
        margin-right:auto;
        margin-left:auto;}
    

footer{font-size:small;
       font-style:italic;
       text-align:center;
       padding:1em;
       margin-left:170px;
       background-color#FFFFFF;}
       
section {
	float: left;
	width:33%;
	padding-left: 2em;
	padding-right: 2em;

}