* { box-sizing: border-box; }
body { margin:0;
	background-color: #90C7E3;
	color: #666666; 
	font-family: Verdana, Arial, sans-serif; }
#wrapper {
	background-color: #FFFFFF;
             }
header { background-color: #002171;
		 color:#FFFFFF;
		 font-family: Georgia, sans-serif;
		 padding: 1em;
	 }
header a { text-decoration: none;}
header a:link{ 
			 color: #FFFFFF;}

header a:visited{ 
			 color: #FFFFFF; }
header a:hover{ 
				color:#90C7E3; }
h1 {
	text-align: center;
	font-size: 1.5em;
 }
 h2 {
	color:#1976D2; 
	font-family: Georgia, serif; 
}
h3 { 
	font-family: Georgia, serif;
 }
 
nav {
	font-size: 1.2em;
	text-align: center;
	background-color: #FFF;
	 }
nav li { padding-top: 0.5em; padding-bottom: 0.5em;
		padding-left: 1em; padding-right: 1em;
		width: 100%;
		border-bottom: 1px solid darkblue;
	 }
nav a {text-decoration: none; }
nav ul { display: flex;
	flex-direction: column;
	margin: 0;
	list-style-type: none;
		 padding-left: 0;}

nav a:link{ color: #5c7fa3;}
nav a:visited { color: #344873;}
nav a:hover { color: #A52A2A;}

main{padding-top: 0em; padding-bottom: 0em;
	padding-left: 1em;
	padding-right: 1em;
	display:block; }
section { padding-left: .5em;
		  padding-right: .5em;}
dt {
	color: #002171; 
	font-weight: bold; }
.resort {
	color: #1976D2; 
	font-size: 1.2em; }
#homehero {
			height: 300px;
			background-image: url(coast.jpg);
			background-size: 200% 100%;
			background-repeat: no-repeat;}
#yurthero {
			height: 300px;
			background-image: url(yurt.jpg);
			background-size: 200% 100%;
			background-repeat: no-repeat;}
#trailhero {
			height: 300px;
			background-image: url(trail.jpg);
			background-size: 200% 100%;
			background-repeat: no-repeat;}		
#mobile {display: inline;}
#desktop { display: none;}
section { padding-left: .5em;
		  padding-right: .5em;}
footer { 	
			background-color: #FFFFFF;	
			font-size: .70em; 
			font-style: italic;
			text-align: center;
			padding: 1em; }
			.mobile {display: inline;}
			.desktop {display: none;}
table { border: solid 1px #3399CC;
		width: 90%;
		margin: auto;
		border-collapse: collapse;}
td, th { padding: 5px;
		 border: 1px solid #3399cc; }
td { text-align: center;}
.text { text-align: left;}
tr:nth-of-type(even) { background-color: #DFEDF8;}

form { display: flex;
	   flex-direction: column;
		padding-left: 1em; width: 80% }
input, textarea { margin-bottom: .5em; }
#reshero { height: 300px;
		   background-size: 200% 100%;
		   background-image: url(ocean.jpg);
		    background-repeat: no-repeat;}

/*Medium Design*/
@media (min-width: 600px) {
	h1 { font-size: 2em;
		 letter-spacing: .25em;}
	nav ul { display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-around;
			padding-right: 2em;}
	nav li { width: 12em;
			 border-bottom: none;}
	section { padding-left: 2em; padding-right: 2em;}

	form { display: grid;
			grid-template-columns: 10em 1fr;
			grid-template-rows: auto;
			grid-gap: 1em; 
			width: 60%;
		}
	#mySubmit { grid-column: 2/3;
				width: 9em; }
	#homehero {
		height: 300px;
		background-image: url(coast.jpg);
		background-size: 100% 100%;
		background-repeat: no-repeat;}
	#yurthero {
		height: 300px;
		background-image: url(yurt.jpg);
		background-size: 100% 100%;
		background-repeat: no-repeat;}
	#trailhero {
		height: 300px;
		background-image: url(trail.jpg);
		background-size: 100% 100%;
		background-repeat: no-repeat;}	
	#reshero { height: 300px;
			background-size: 100% 100%;
			background-image: url(ocean.jpg);
			 background-repeat: no-repeat;}
	.flow { display: flex;
			flex-direction: row;
			 }
	.mobile {display: none;}
	.desktop {display: none;}

}
/*Large Design*/
@media (min-width: 1024px) {
	#wrapper { 
		margin: auto;
		width: 80%;
		border: 1px solid #002171;
		
	}
nav ul { padding-left: 10%;
		padding-right: 10%;}
body {	background:linear-gradient(to bottom, #FFFFFF, #90C7E3);
}
#submit { grid-column: 2/3;
	width: 9em; }
}
