header, main, nav, footer, figure, figcaption, aside, section,
article {display: block;
		}

body {background-color: #4f6d93;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	background-image: linear-gradient(to bottom, #fff, #4f6d93);
	background-repeat: no-repeat;
		}

#wrapper {margin-left: auto;
		margin-right: auto;
		width: 80%;
		background-color: #90c7e3;
		min-width: 960px; max-width: 2048px;
		box-shadow: 3px 3px 3px #333;
		}

header {background-color: #000033;
	color: #FFFFFF;
	background-image: url(pacific/sunset.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 60px; padding-top: 15px;
	text-align: center;
		}

h1 {margin-bottom: 0;
	margin-top: 0;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: 5px;
		}

nav {font-weight: bold;
	padding: 20px;
	float: left;
	width: 160px;
		}

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

nav a {text-decoration: none;
	transition: color 3s linear;
		}

nav a:link {color: #000033; }

nav a:visited {color: #344873; }

nav a:hover {color: #fff; }

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

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

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

main {padding: 1px 20px 30px 20px;
	display: block;
	background-color: #fff;
	margin-left: 190px;
		}

h2 {color: #3399cc;
	font-family: Georgia, "Times New Roman", serif;
	text-shadow: 1px 1px 1px #ccc;
		}

video, embed {float: right;
			padding-left: 20px;
			width: 100%;
			height: auto;
			max-width: 320px;
		}

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

dt {color: #000033;
		}

h3 {background-color: #fff;
	color: #330000;
	font-family: Georgia, "Times New Roman", serif;
		}

#gallery {position: relative;
		width: 200px;
		height: 150px;
		background-color: #fff;
	}

	#gallery ul {width: 300px;
		list-style-type: none;
	}

	#gallery li {display: inline;
		float: left;
		padding: 10px;
	}

	#gallery img {border-style: none;
	}

	#gallery a {text-decoration: none;
		color: #000;
		font-style: italic;
	}

	#gallery span {position: absolute;
		left: -1000px;
		opacity: 0;
		transition: opacity 3s ease-in-out;
	}

	#gallery a:hover span {position: absolute;
		top: 16px;
		left: 320px;
		text-align: center;
		opacity: 1;
	}

figure {width: 250px;
		margin: 10px;
        padding: 5px;
		background-color: #FFF;
		border: 1px solid #CCC;
		box-shadow: 5px 5px 5px #828282;
		transform: rotate(3deg);
		}

table {margin-left: 0;
	border: 1px solid #3399cc;
	width: 80%;
	border-spacing: 0;
	background-color: #fff;
		}

td, th {padding: 5px;
	border: 1px solid #3399cc;
		}

td {text-align: center;
		}

.text {text-align: left;
		}

tr:nth-of-type(odd) {background: #f5fafc;
		}

label {float: left;
	display: block;
	text-align: right;
	width: 120px;
		}

input, textarea {display: block;
	margin-bottom: 20px;
		}

input [type="submit"] {margin-left: 130px;
		}

.resort {color: #5c7fa3;
		font-weight: bold;
		}

#contact {font-size: .90em;
		}

#mobile {display: none;
		}

#desktop {display: inline;
		}

footer {font-size: 75%;
		font-style: italic;
		font-family: Georgia, "Times New Roman", serif;
		text-align: center;
		padding: 20px 20px 20px 20px;
		margin-left: 190px;
		background-color: #fff;
		}

@media only screen and (max-width: 64em) {
	body {margin: 0;
	background-color: #fff; }
	#wrapper {min-width: 0;
	width: auto;
	box-shadow: none; }
	main {margin-left: 0; }
	nav {float: none;
	width: auto;
	text-align: center;
	padding: 0.5em; }
	nav li {display: inline;
	padding: .25em .75em .75em .25em; }
	#coasthero, #yurthero, #trailhero {margin-left: 0;
	height: 200px; }
	footer {margin-left: 0; }
		}

@media only screen and (max-width: 37.5em) {
	header {padding-top: 1em; }
	main {padding: .1em 1em 1em .1em;
	font-size: 90%; }
	h1 {font-size: 1.5em; }
	nav {padding: 0; }
	nav li {display: block;
	margin: 0;
	border-bottom: 2px solid	#330000; }
	nav a {display: block; }
	#coasthero, #yurthero, #trailhero {background-image: none;
	height: 0; }
	#gallery {position: relative;
		display: none;
		}
	label {float: none;
	text-align: left;
		}
	input [type="submit"]{margin-left: 0; }
	#mobile {display: inline; }
	#desktop {display: none; }
		}
