/*This is for formatting styles for body, header, h1, nav, dt, resort id, and the footer*/
body {
		background-image: linear-gradient(#FFFFFF,#90C7E3);
		background-color: #90C7E3;
		color: #666666;
		font-family: verdana,arial,sans-serif;
		background-repeat: no-repeat;
		margin: 0;
		padding: 0;
		}	
/*wrapper for setting page margins*/
#wrapper {
		background-color: #FFFFFF;
		margin: 20px auto;
		width: 80%;
		min-width:	960px;
		max-width: 2048px;
		box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
		padding: 20px;
		}
/*Header inside white box*/
header {
		background-color: #002171;
		color: #FFFFFF;
		font-family: georgia,serif;
		background-image: url(sunset.jpg); 
		background-position: right;
		background-repeat: no-repeat; 
		height: 72px;
		width: 100%;
		}
/*Centered navigation inside white box*/
nav {
		font-weight: bold;
		background-color: #BBDEFB;
		padding-top: 0.5em;
		text-align: center;
		text-decoration: none;
		width: 100%;
		}	
/*Content styling in white box*/
h1 { 	
		text-align: center;
		padding-top: 0.5em;
		}
h2 {
		color: #1976D2;
		font-family: georgia,serif;
		text-align: left;
		}
h3 {
		font-family: georgia,serif;	
		}
main {
		padding-left: 2em;
		padding-right: 2em;
		display: block;
		text-align: left;
		}
dt {
		color: #002171;
		font: bold;
		}
/* resort references class in footer for specifying font size of company name in footer*/
.resort {
		color: #1976D2;
		font-size: 1.2em;
		}
/*Footer inside white box*/
footer {
		font-size: 0.7em;
		font-style: italic;
		text-align: center;
		padding: 0.6em;
		}
/*Hero sections*/
#homehero {
		height: 300px;
		background: url(coast.jpg) ;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		display: block;
		padding-bottom: 50px;
		}
#homehero img { 
		width: 100%;
		display: block;
		}
#yurthero {
		height: 300px;
		background: url(yurt.jpg) ;		
		background-size: 100% 100%;
		background-repeat: no-repeat;
		display: block;
		}
#trailhero {
		height: 300px;
		background: url(trail.jpg) ;
		background-size: 80% 90%;
		background-repeat: no-repeat;
		padding-bottom: 50px;
		display: block;
		}
	/* This styles page will be used for the home page Pacific Trails Resort website for formatting and design */