body {
       background-color: #000000; 
	   font-family: "Trebuchet MS", sans-serif;
	   color: #FFFAFA;
	   }
header {
	background-color: #7A88BF;
	text-shadow: 1.5px -1.5px 2px #F0DDA5;
	text-align: center;
	width: 100%;
	}
header a{
	transition: color 2s ease-out, text-shadow 1s ease-out;
	}
header a:link
	{
	text-decoration: none;
	color: #000000;
	}
header a:visited
	{
	color: #000000;
	}
header a:hover
	{
	color: #FFFAFA;
	text-shadow: 1.5px 1.5px 2px #F0DDA5;
	}
h1 { 
     color: #FFFAFA; 
	 margin-top: 0;
	 margin-bottom: 0;
	 font-family: "Trebuchet MS", sans-serif;
	 }
nav { 
	background-color: #F0DDA5;
	text-align: center;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 130%;
	}
nav a:link
	{
	color: #4E577A;
	}
nav a:visited
	{
	color: #4E577A;
	}
nav a:hover
	{
	color:  #C0B184;
	}
nav a.selected {
	color:  #C0B184;
}
a {text-decoration: none}
h2 { color: #FFFAFA;
	margin: 15px;
	padding: 2px;
}
h3 {
	color: #F0DDA5;
	border: dashed 2px #FFFAFA;
	border-radius: 25px;
	font-family: "Lucida Handwriting", sans-serif;
	font-size: 150%;
	margin: 6px;
	padding: 2px;
	}
h3 a{
transition: color 1s ease-out;}
h3 a:link
	{
	text-decoration: none;
	color: #F0DDA5;}
h3 a:visited
	{
	color: #F0DDA5;
	}
h3 a:hover
	{
	color: #FFFAFA;
	}
h4 {
	color: #C9CEE5;
	font-weight: bold;
	font-size: 180%;
	margin: 5px;
}
h4 a{
transition: color 1s ease-out;}
h4 a:link
	{
	text-decoration: none;
	color: #C9CEE5;
	}
h4 a:visited
	{
	color: #C9CEE5;
	}
h4 a:hover
	{
	color: #7A88BF;
	}
p {
	color: #FFFAFA;
	font-size: 130%;
	margin: 10px;
	padding: 1px;
	}
dt { color: #F5E9C5;
	letter-spacing: 1px;
	font-size: 110%;
	margin: 0;
	}
dd {
	margin: 1% 2%;
	font-size: 115%;
	color: #FFFAFA;
	padding: 5px;
	letter-spacing: 0.5px;
}
dd a{
	color: #7A88BF;
}
footer
	{
	font-size: 75%;
	font-style: italic;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	padding-top: 20px;
	}
main
	{
	display: block;
	overflow: auto;
	font-family: "Lucida Sans Typewriter", sans-serif;
	background-image: url(mobileimg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: center;
	}
.img {position: relative;}

	
form {
	display: flex;
	flex-flow: column nowrap;
}
table {
	border: 1px solid #F0DDA5;
	border-collapse: collapse;
	margin: 0 7px;
}
td {
	padding: 0.2em;
	border: 1px solid #F0DDA5;
	font-size: 110%
}
.text {
	text-align: center;
	padding: 0.15em ;
	font-size: 95%;
}
tr:nth-of-type(odd) {
	background-color: #7A88BF;
}
input, textarea {
	margin-bottom: 0.25em;
}
video {
	height: 300px;
	width: 100%;
}
.googlemap {
     position: relative;
}
.googlemap iframe {
    height: 400px;
	font-size: 100%;
	width: 100%;
}
@media (min-width: 600px)
{
body {
	   border: solid 10px #FFFAFA;
	   border-bottom: 0;
	   height: 800px;
	   min-width: 1070px;
	   max-width: 1500px;
}
header {
	height: 160%;
	letter-spacing: 0.25em;
	text-shadow: 1.5px -1.5px 2px #F0DDA5;
	text-align: center;
	width: 49%;
	padding: 0 0 5px 0;
	}
header a{
	font-size: 145%;
	}
nav {
	padding: 6px 0;
	letter-spacing: 0.125em;
	width: 100%;
	height: 3.5%;
	}
nav a
	{
	border: 3px #7A88BF;
	border-style: dashed;
	border-radius: 15px;
	padding: 2px 7px;
	transition: color 2s ease-out, text-shadow 1s ease-out,
	background-color 2s ease-out, border 1s ease-out;
	}
nav a:hover
	{
	text-shadow: 2px 2px 2px #555555;
	background-color: #FFFAFA;
	border: dashed 4px #FFFAFA;
	border-radius: 0 0 15px 15px;
	}
nav a.selected {
	text-shadow: 2px 2px 2px #555555;
	background-color: #FFFAFA;
	border: dashed 4px #FFFAFA;
	border-radius: 0 0 15px 15px;
}
main {
	max-width: 48.5%;
	min-width: 30%;
	margin-left: 1%;
	margin-right: 51.5%;
	background-image: none;
	height: 600px;
}
form {
		display: grid;
		width: 95%;
		grid-gap: 1em;
		grid-template-rows: auto;
		grid-template-columns: 6em 1fr;
	}
	input[type="submit"] {
		grid-column: 2 / 3;
		width: 9em;
	}
#homeimg
	{
	position: absolute;
	height: 680px;
    width: 50.75%;
	top: 0;
	bottom: 0;
	left: 49%;
	font-size: 100%;
	float: right;
	border-left: solid 3px #F0DDA5;
	background-image: url(homeimg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	}

.googlemap iframe {
    height: 680px;
    width: 50.75%;
	top: 0;
	bottom: 0;
    position: absolute;
	left: 49%;
	font-size: 100%;
	float: right;
	border-left: solid 3px #F0DDA5;
	padding:  0;
}
#aboutimg
	{position: absolute;
	height: 680px;
    width: 50.75%;
	top: 0;
	bottom: 0;
	left: 49%;
	font-size: 100%;
	float: right;
	border-left: solid 3px #F0DDA5;
	background-image: url(aboutimg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	}
#itineraryimg
	{position: absolute;
	height: 680px;
    width: 50.75%;
	top: 0;
	bottom: 0;
	left: 49%;
	font-size: 100%;
	float: right;
	border-left: solid 3px #F0DDA5;
	background-image: url(itineraryimg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	}
#vendorsimg
	{position: absolute;
	height: 680px;
    width: 50.75%;
	top: 0;
	bottom: 0;
	left: 49%;
	font-size: 100%;
	float: right;
	border-left: solid 3px #F0DDA5;
	background-image: url(vendorsimg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	}
#registryimg
	{position: absolute;
	height: 680px;
    width: 50.75%;
	top: 0;
	bottom: 0;
	left: 49%;
	font-size: 100%;
	float: right;
	border-left: solid 3px #F0DDA5;
	background-image: url(registryimg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	}
#reservationsimg
	{position: absolute;
	height: 680px;
    width: 50.75%;
	top: 0;
	bottom: 0;
	left: 49%;
	font-size: 100%;
	float: right;
	border-left: solid 3px #F0DDA5;
	background-image: url(reservationsimg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	}
#qaimg
	{position: absolute;
	height: 680px;
    width: 50.75%;
	top: 0;
	bottom: 0;
	left: 49%;
	font-size: 100%;
	float: right;
	border-left: solid 3px #F0DDA5;
	background-image: url(qaimg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	}
}