* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html { 
  background: url(beach.jpg) no-repeat top right fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:100%;
  width:100%;
}
body {
	margin: 0;
  height:100%;
  width:100%;
}
@font-face {
    font-family: "QuillScript";
    src: url("quillscriptnormal.ttf") format("truetype");
}
.myamylogo {
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
}
.menu {
	position:absolute;
	font-family: "QuillScript";
	font-size: 20px;
	top:0;
	width:100%;
	background-color: #000077;
	border-bottom: 1px solid black;
	color:#FFFFFF;
	z-index:1;
}
.location{
	position:relative;
	padding:2px 0 2px 210px;
	float:left;
}

#googlemap {
	position:relative;
	width:220px;
	height:300px;
	float:left;
	top:155px;
	left:0px;
	margin-bottom:185px;
	border-style:solid;
	border-color:black;
	border-width:1px 1px 1px 0;
	z-index:900;
}
.active {
	background-color:#000000;
}
#nav {
	padding:  0 3px 0 210px;
	margin-top: 0;
	border-bottom: 1px solid black;
}
#menu-tab{
	padding:  0 3px 0 210px;
	margin-top: 0;
	border-bottom: 1px solid black;
}
#nav li {
	list-style: none;
	float: left;
	text-align:center;
	margin-right: 5px;
	padding-right: 5%;
	padding-left: 5%;
}

#nav a {
	text-decoration:none;
	color:white;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
.wrapper {
	position:relative;
	min-height:100%;
	margin-top:0;
	width:100%;
	overflow:hidden;
	border:hidden;
}
.clearfix {
    display: block;
    visibility: hidden;
    height: 20px;
    font-size: 1px;
    clear: both;
    width:100%;
}
.clearfix:after {
    content: ".";
}
.footer {
	clear: both;
	font-family: Sans-Serif;
	text-align: center;
	height:20px;
	padding-top: 5px;
	font-size:9pt;
	color: #fff;
	background-color:#000077;
	position:absolute;
	display:block;
	bottom:0;
	width:100%;
	border-top: solid black 1px;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
getaway {
	display: block;
	width: 100%;
}
.getaway {
	font-size: 9pt;
	font-family: Sans-Serif;
	background-color:#FFFFFF;
	border: 1px solid black;
	width: 316px;
	padding: 7px;
	margin: 0 7px 7px 0;
	display: inline-block;
	vertical-align: top;
}
.title {
	font-size: 12pt;
}
.title a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.details {
	overflow-y: auto;
	max-height:100px;
	margin-right:-7px;
}
.details a {
	color: #000;
	text-decoration: none;
}
/*************************************************************************************
SMALL SCREEN SIZE - WHOLE MENU DOESN'T FIT WIDTH - DISPLAY DROP DOWN
*************************************************************************************/
@media screen and (max-width: 700px) {
	#nav-tab, #menu-tab:hover {
		cursor: pointer
	}
	#nav {
		background: #246CA9;
		position: absolute;
		display: none; /* visibility will be toggled with jquery */
	}
	#nav li {
		clear: both;
		float: none;
		margin: 5px 0 5px 0;
	}
	#nav a, 
	#nav ul a {
		background: none;
		border: none;
		text-decoration: none;
	}
	#nav a:hover, 
	#nav ul a:hover {
		background: none;
		color: #fff;
	}
	
	/* dropdown */
	#nav ul {
		border: none;
		background: inherit;
	}
	#nav ul li {
		float:left;
	}
	.main, .shop {
		position:relative;
		float:left;
		top:140px;
		width:800px;
		margin-left: 0px;
	}

}
@media screen and (min-width: 701px) {
	/* ensure #nav is visible on desktop version */
	#nav {
		display: block !important;
	}
	#nav-wrap {
		float:left;
	}
	#menu-tab{
		display: none;
	}
	#searchbox {
		width:300px;
	}
	.main {
		position:relative;
		top:70px;
		width:100%;
		padding-left: 225px;
		margin-bottom:50px;
	}
	.shop {
		position:relative;
		top:60px;
		width:800px;
		margin-left: 150px;
	}

}