*
    {box-sizing: border-box}

body 
	{background-color:#eaeaea;
	color:#555555;
	font-family:Arial, Helvetica, sans-serif;}

header 
	{background-color:#002171;
	color:#ffffff;
	background-position:right;
	background-repeat:no-repeat;
	height:120px;
	text-align:center;
	padding-top:30px;
    padding-left: 3em;}

header a
    {text-decoration: none;}
    
header a:link
    {color: white;}

header a:hover
    {color:#90c7e3}

header a:visited
    {color: white;}

nav 
	{font-weight:bold;
    font-size: 120%;
	padding:1.5em;
    width:160px;
    float:left}

nav a
	{text-decoration:none;}

nav a:link
    {color: #5c7fa3;}

nav a:visited
    {color: #344873;}

nav a:hover
    {color: #a52a2a;}

nav ul
    {list-style: none;
    margin: 0;
    padding-left: 0;
    font-size: 1.2em;}

h1 	
	{margin-bottom:0;
	margin-top:0;
    font-family:georgia, times-new-roman, serif;
    font-size: 3em;
    letter-spacing: 0.25em;}

h2 	
	{color:#1976d2;
	font-family:georgia, times-new-roman, serif;
	text-shadow: 1px 1px 1px #cccccc;}

h3
	{color:#000033;
	font-family:georgia, times-new-roman, serif;}

main
	{background-color: white;
    padding: 1px 20px 20px 30px;
	display: block;
    overflow:auto;
    margin-left: 190px;}

main ul
	{list-style-image: url(images/marker.gif);}

section
    {float: left;
    width: 33%;
    padding: 0em 2em;}
	
dt 	
	{color:#002171;}

.resort 
	{color:#1976d2;
	font-weight:bold;}

.contact
	{font-size:90%;}

#wrapper
	{background-color:#90C7E3;
    background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3);
	width:80%;
	min-width:960px;
	max-width:2048px;
	box-shadow: 3px 3px 3px #333333;
	margin-right:auto;
	margin-left:auto;
    border: 1px #000033 solid;
    }
	
#homehero
	{height:300px;
	background-image: url(images/coast2.jpg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
    margin-left: 190px;}

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

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

footer
	{background-color: white;
    font-size:75%;
	font-style:italic;
	text-align:center;
	font-family:georgia, times-new-roman, serif;
	padding: 2em;
    margin-left: 190px;}