/* --------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
---- GLOBAL STYLES (unless contradicted  ---
----------- in @media designations below ---
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
----------------------------*/


/* --------------------------
RE: @media Rule Media Query Breakpoints

ONLY USING MOBILE, TABLET & LAPTOP FOR THIS PROJECT

Mobile: 0px - 480px wide
Large Mobile (Phablet): 481px - 768px wide
Tablet: 769px - 1365px wide
Laptop: 1366px wide
Desktop: 1920px wide
----------------------------*/


/* -------------
---- CSS RESET ------
------------------*/

* {
	margin: 0;
	padding: 0;
}

/* --------------------------
---- HTML5 SEMANTIC TAGS ----
----------------------------*/

html {
  scroll-behavior: smooth;
}

img {
	max-width:100%;
}

/* --------------------------
---- FONTS ----
----------------------------*/

h1 /*--Subhead--*/ {
	font-family: rig-shaded-bold-face, sans-serif; font-weight: 700; font-style: normal; font-size: 2vh; color: #22205f; line-height: 80%;
}

#announcement h1 /*--Home Announcement--*/ {
	font-size: 4vh; color: #ffffff; line-height: 0.8; padding-top: 0; padding-bottom: 0; text-align: right;
}

#cocktails h1 /*--Home sub--*/ {
	color: #ffffff; line-height: 100%; padding-top: 0; padding-bottom: 0; text-align: right;
}

#happy-hour h1 /*--Home sub--*/ {
	font-size: 1.5vh; color: #ffffff; line-height: 150%; padding-top: 0; padding-bottom: 0; text-align: right;
}

#nine h1 /*--menu categories--*/ {
	font-family: rig-shaded-bold-face, sans-serif; font-weight: 700; font-style: normal; font-size: 3vh; color: #ffcc33; line-height: 80%; text-align: center;
}


footer h1 /*--footer location, hours--*/ {
	font-size: 3.5vh; color: #ffffff; line-height: 80%;
}

h2 /*--Head (larger 2nd word)--*/ {
	font-family: komu-a, sans-serif; font-weight: 400; font-style: normal; font-size: 14vh; line-height: 80%; color: #22205f; text-align: center;
}

h3 /*--Head (smaller 1st word)--*/ {
	font-family: komu-a, sans-serif; font-weight: 400; font-style: normal; font-size: 10vh; color: #22205f; text-align: center;
}

h4 /*--menue items--*/ {
	font-family: rig-shaded-bold-face, sans-serif; font-weight: 700; font-style: normal; font-size: 2vh; line-height: 150%; margin-top: 4vw;  color: #22205f; text-align: center;
}


h5 /*--location, hours--*/ {
	font-family: Nunito, sans-serif; font-weight: 200; font-style: normal; font-size: 2.5vw; color: #22205f; margin-top: 2vw;
}

.topnav h5 /*--topnav links--*/ {
	font-family: Nunito, sans-serif; font-weight: 200; font-size: 2vh; color: #22205f; 
}

.storytext h5 /*--story text--*/ {
	font-size: 3.5vw; text-align: center;
}

#thanks h5 /*--story text--*/ {
	font-size: 3.5vw; text-align: center;
}

#contact-blurb h5 /*--story text--*/ {
	font-size: 3.5vw; text-align: center;
}

footer h5 /*--location, hours--*/ {
	font-size: 3.5vw; margin-top: 2vw; color: #ffffff;
}

h6 /*--menu prices--*/ {
	font-family: rig-shaded-light-face, sans-serif; font-weight: 300; font-style: normal; font-size: 2vh; color: #22205f; text-align: center;
}

strong /*--menu prices (for single line with h4) --*/{
	font-family: rig-shaded-light-face, sans-serif; font-weight: 300; font-style: normal; font-size: 2vh; color: #22205f;

}

.menunav h6 /*--menu subnavigation--*/ {
	font-size: 2vh; color: #22205f; text-align: center;
	margin-right: 5vw;
	display: inline-block;
	text-decoration: none;
}

	.menunav h6:hover {
		text-decoration: underline;
		cursor: pointer;
	}

p /*--menu text--*/ {
	font-family: Nunito,sans-serif; font-weight: 200; font-size: 2vh; color: #22205f; text-align: center; opacity: 0.5;
}


/* --------------------------
---- NAVIGATION ----
----------------------------*/


button#hamburger-icon {
	position: fixed;
	font-size: 2.5em;
	color: #22205f;
	line-height: 0;
	border: none;
	top: 18px;
	left: 10px;
	z-index: 100;
	cursor: pointer;
	background-color: transparent;
}

	button#hamburger-icon:hover {
		color: #ffcc33;
	}

.hamburger-nav {
	position: fixed;
	width: 100vw;
	height: 500vw;
	padding: 10vw 0 0 0;
	margin-top: 10.5vw;
	text-align: center;
	background-color: rgba(34, 32, 95, 0.9);
		transition: transform .7s;
		transform: translateX(-200vw);
}

	.after-click {
		transform: translateX(0);
	}

	.hamburger-nav ul {
		list-style-type: none;
	}

	.hamburger-nav li {
		display: block;
	}

		.hamburger-nav ul li a {
			text-decoration: none;
			list-style-type: none;
			font-family: rig-shaded-bold-face, sans-serif; 
			font-weight: 700; 
			font-style: normal; 
			font-size: 4vh; 
			color: #ffffff; 
			line-height: 200%; 
		}

			.hamburger-nav ul li a:hover {
				color: #ffcc33;
			}


.topnav {
  position: relative;
  overflow: hidden;
  height: 11vw;
  background-color: white;
}

.topnav a{
  float: left;
  text-align: center;
  padding: 1vw 6vw 0 6vw;
  margin-top: 30;  
  text-decoration: none;
	transition: transform 2s;
 		-moz-transition: transform 2s;		/* MOZILLA FIREFOX */
 		-ms-transition: transform 2s;		/* MICROSOFT INTERNET EXPLORER */
 		-o-transition: transform 2s;		/* OPERA */
 		-webkit-transition: transform 2s;	/* APPLE SAFARI, GOOGLE CHROME */
}

.topnav a:hover {
	transform: scale(1.2);
	 	-moz-transform: scale (1.2);		/* MOZILLA FIREFOX */
	 	-ms-transform: scale (1.2);		/* MICROSOFT INTERNET EXPLORER */
	 	-o-transform: scale (1.2);		/* OPERA */
	 	-webkit-transform: scale (1.2);	/* APPLE SAFARI, GOOGLE CHROME */
}


.topnav-centered a {
  float: none;
  position: absolute;
  margin-top: 2vw;
  margin-left: 25vw;
  transition: none;
}

.topnav-centered a:hover {
  float: none;
  position: absolute;
  margin-top: 2vw;
  margin-left: 25vw;
  transform: none;
}

#logo {
	width: 35vw;
	margin-top: 0;
	margin-left: 1vw;
	position: absolute;
	max-width: none;
}

.topnav-right {
	float: right;
	margin-right: 1vw;
}

li {
	display: inline-block;
}


.button1 {
	display: inline-block;
	float: right;
	margin: 1.8vw 9vw 0vw 0;
	width: 30vw;
	height: 7vw;
}

a.button1 {
	display: inline-block;
	float: right;
	padding: 0.35em .75em;
	background-color: #ffcc33;
	border-radius: 0.24em;
	box-sizing: border-box;
	text-decoration: none;
	font-family: 'rig-shaded-bold-face', sans-serif;
	font-size: 3.5vw; 
	font-weight: 700;
	font-style: normal;
	color: #22205f;
	text-align: center;
	transition: transform 2s;
 		-moz-transition: transform 2s;		/* MOZILLA FIREFOX */
 		-ms-transition: transform 2s;		/* MICROSOFT INTERNET EXPLORER */
 		-o-transition: transform 2s;		/* OPERA */
 		-webkit-transition: transform 2s;	/* APPLE SAFARI, GOOGLE CHROME */	
}

a.button1:hover {
	color: #22205f;
	background-color: #ffffff;
	transform: scale(1.2);
	 	-moz-transform: scale (1.2);		/* MOZILLA FIREFOX */
	 	-ms-transform: scale (1.2);		/* MICROSOFT INTERNET EXPLORER */
	 	-o-transform: scale (1.2);		/* OPERA */
	 	-webkit-transform: scale (1.2);	/* APPLE SAFARI, GOOGLE CHROME */
}

@media all and (max-width:30em){
	a.button1{
		display:block;
		margin:0.4em auto;
 	}
}

.menunav {
	display: inline-block;
	float: left;
	overflow: hidden;
	height: 7vw;
	width: 90.5vw;
	margin: 5vw 0 3vw 4vw;
	text-align: center;
}

#flocation a {
	color: #ffcc33;
}

/* --------------------------
---- CSS TRANSITIONS---------
----------------------------*/

#transition-one {
 	transition: transform 5s;
 		-moz-transition: transform 5s;	/* MOZILLA FIREFOX */
 		-ms-transition: transform 5s;	/* MICROSOFT INTERNET EXPLORER */
 		-o-transition: transform 5s;	/* OPERA */
 		-webkit-transition: transform 5s;	/* APPLE SAFARI, GOOGLE CHROME */
 }
 	#transition-one:hover {
 		transform: translateY(100vw);
 			-moz-transform: translateY(100vw);	/* MOZILLA FIREFOX */
 			-ms-transform: translateY(100vw);	/* MICROSOFT INTERNET EXPLORER */
 			-o-transform: translateY(100vw);	/* OPERA */
 			-webkit-transform: translateY(100vw);	/* APPLE SAFARI, GOOGLE CHROME */
 	}


/*-- SECTIONS-----*/

section {
	width: 100vw;
	height: 100vh;
	background-repeat: no-repeat;
}

#one {
	height: 42vw;
}

#two {
	position: -webkit-sticky;
  	position: sticky;
  	top: -.5vw;
	height: 0vw;
  }

#three /*--for thanks page after submit contact form --*/ {
	height: 40vw;
	margin-top: 12vw;
  }

#four {
	height: 65vw;
	margin-bottom: 0;
	background-image: url("../img/skyline-beach.jpg");
	background-color: #ffffff;
	background-size: cover;
}

#five {
	height: 59.5vw;
	margin-top: 0;
	background-image: url("../img/home-image-screened.png");
	background-size: contain;
	background-position: center;
}

#six {
	position: relative;
	height: 47vw;
	/*---background-image: url("../img/airplane-wing-tilted.png");
	background-size: contain;
	background-position: center;---*/
}

		/*-------UNUSED BUT CODE IS THERE JUST IN CASE WANT TO USE ROUNDEL DECORATION 
				#six {
					height: 18vw;
				}
		--------------*/

#seven {
	height: 72vw;
}

#eight {
	height: 110vw;
}

#nine {
	height: 115vw;
}

#ten {
	height: 210vw;
	margin-top: 10vw;
}


/*----FIGURES, ARTICLES, ETC.----*/

.img-fit {
	object-fit: cover;
	overflow: hidden;
	}


figure {
	
}

hr {
	display: block;
	float: left;
	width: 90vw;
	height: .2vw;
	background-color: #ffcc33;
	border: 0 none;
	margin: 1vw 0 1vw 4vw;
	opacity: .4;
}

.responsive {
	width: 100%;
	height: auto;
}

#lcontact {
	display: inline-block;
	float: left;
	width: 15vw;
	height: 5vw;
	margin: 4vw 0 0 4vw;

}

#rcontact {
	display: inline-block;
	float: right;
	width: 10vw;
	height: 5vw;
	margin-top: 4vw;
	margin-right: 4vw;

}

#splane {
	width: 10vw;
	height: 5vw;
	position: fixed;
	background-image: url("../img/airplane-spitfire-bw.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;

}

#cloud1 {
	width: 5vw;
	height: 5vw;
	position: fixed;

}

#cloud2 {
	width: 5vw;
	height: 5vw;
	position: fixed;

}

#home {
	height: 59.7vw;
}

#announcement {
	display: inline-block;
	float: left;
	width: 87vw;
	height: 20vw;
	margin-left: 4vw;
	margin-top: 6vw;
}

#cocktails {
	display: inline-block;
	float: left;
	width: 87vw;
	height: 3vw;
	margin-left: 4vw;
	margin-top: 4vw;
}

#happy-hour {
	display: inline-block;
	float: left;
	width: 21vw;
	height: 5vw;
	margin-left: 69.6vw;
	margin-top: 4vw;
}

#plane-wing {
	position: absolute;
	top: 0;
	left: 0;
}

.location {
	position: absolute;
	float: left;
	width: 27.5vw;
	height: 18vw;
	left: 35.5vw;
	top: 8vw;
}

.hours {
	position: absolute;
	float: left;
	width: 27.5vw;
	height: 18vw;
	margin-left: 67vw;
	margin-top: 8vw;
}

.headings {
	display: block;
	width: 90.5vw;
	height: 35vw;
	margin-left: 4vw;
	padding-top: 5vw;
	margin-bottom: 0;
}

.storyimage-1 {
	display: inline-block;
	float: left;
	width: 91vw;
	height: 91vw;
	margin-left: 4vw;
	margin-top: 4vw;
}

.image-hover:hover {
	opacity:0.7;
}

.storyimage-others {
	display: none;
	float: left;
	width: 27.5vw;
	height: 27.5vw;
	margin-left: 4vw;
	margin-top: 0;
}

.storyimage-others:hover {
	opacity:0.3;
}

.storytext {
	display: inline-block;
	float: left;
	width: 91vw;
	height: 40vw;
	margin: 2vw 0 3vw 4vw;

}

.gallery-col1 {
	display: inline-block;
	float: left;
	width: 91vw;
	height: 201vw;
	margin-left: 4vw;
	margin-top: 4vw;
}

.himage-small {
	display: inline-block;
	float: left;
	width: 44.9vw;
	height: 27.59vw;
	margin: .3vw;
}

.himage-medium {
	display: inline-block;
	float: left;
	width: 90.4vw;
	height: 58.36vw;
	margin: .3vw;
}

.vimage-large {
	display: inline-block;
	float: left;
	width: 90.4vw;
	height: 113vw;
	margin: .3vw;
}

.gallery-col2 {
	display: inline-block;
	float: left;
	width: 91vw;
	height: 177.2vw;
	margin-left: 4vw;
	margin-bottom: 6vw;
	margin-top: 0;
}

.himage-large {
	display: inline-block;
	float: left;
	width: 90.4vw;
	height: 58.36vw;
	margin: .3vw;
}

.vimage-medium {
	display: none;
	float: left;
	width: 16.3vw;
	height: 23.5vw;
	margin: .3vw;
}

/*-----MENU-------*/

.start-hidden {
	display: none;
}

/*----BREAKFAST LUNCH----*/

#breakfast-sub-menu {
	display: inline-block;
	float: left;
	margin: 5vw 0 0 4vw;
	width: 90.5vw;
	height: 573vw;
}

#breakfast1 {
	display: inline-block;
	float: left;
	margin: 0;
	width: 90vw;
	height: 232vw;
}

#breakfast2 {
	display: inline-block;
	float: left;
	margin: 0;
	width: 90vw;
	height: 163vw;
}

#breakfast3 {
	display: inline-block;
	float: left;
	margin: 0;
	width: 90vw;
	height: 145vw;
}

#breakfast-hor1 {
	display: inline-block;
	float: left;
	margin: 0;
	width: 90vw;
	height: 20vw;
}

#breakfast-hor2 {
	display: inline-block;
	float: left;
	margin: 0;
	width: 90vw;
	height: 8vw;
}

#breakfast-hor3 {
	display: inline-block;
	float: left;
	margin: 0 4vw 0 0;
	width: 90vw;
	height: 8vw;	
}

.breakfast-vert1 {
	display: inline-block;
	float: left;
	margin: -1vw 0 0 0;
	width: 90vw;
	height: 75vw;
}

.breakfast-vert2 {
	display: inline-block;
	float: left;
	margin: -1vw 0 0 0;
	width: 90vw;
	height: 50vw;
}

.breakfast-vert3 {
	display: inline-block;
	float: left;
	margin: -1vw 0 0 0;
	width: 90vw;
	height: 50vw;
}


/*----lunch menu----*/

#nine hr {
	width: 40vw;
	background-color: #22205f;
	margin: 0 0 15vw 25vw;
}

#lunch-sub-menu {
	display: inline-block;
	float: left;
	margin: 5vw 0 0 4vw;
	width: 90.5vw;
	height: 540vw;
}

#lunch1 {
	display: inline-block;
	float: left;
	margin: 0;
	width: 90vw;
	height: 130vw;
}

#lunch2 {
	display: inline-block;
	float: left;
	margin: 0;
	width: 90vw;
	height: 223vw;
}

#lunch3 {
	display: inline-block;
	float: left;
	margin: 0;
	width: 90vw;
	height: 150vw;
}

#lunch-hor1 {
	display: inline-block;
	float: left;
	margin: 0;
	width: 90vw;
	height: 10vw;
}

#lunch-hor2 {
	display: inline-block;
	float: left;
	margin: 0;
	width: 90vw;
	height: 25vw;
}

#lunch-hor3 {
	display: inline-block;
	float: left;
	margin: 0 4vw 0 0;
	width: 90vw;
	height: 26vw;	
}

.lunch-vert1 {
	display: inline-block;
	float: left;
	margin: -1vw 0 0 0;
	width: 90vw;
	height: 35vw;
}

.lunch-vert2 {
	display: inline-block;
	float: left;
	margin: -1vw 0 0 0;
	width: 90vw;
	height: 70vw;
}

.lunch-vert3 {
	display: inline-block;
	float: left;
	margin: -1vw 0 0 0;
	width: 90vw;
	height: 40vw;
}

/*----drinks menu----*/

#drinks-sub-menu {
	display: inline-block;
	float: left;
	margin: 5vw 0 0 4vw;
	width: 90.5vw;
	height: 410vw;
}

#drinks1 {
	display: inline-block;
	float: left;
	margin: 0;
	width: 90vw;
	height: 150vw;
}

#drinks2 {
	display: inline-block;
	float: left;
	margin: 0;
	width: 90vw;
	height: 103vw;
}

#drinks3 {
	display: inline-block;
	float: left;
	margin: 0;
	width: 90vw;
	height: 120vw;
}

#drinks-hor1 {
	display: inline-block;
	float: left;
	margin: 0;
	width: 90vw;
	height: 20vw;
}

#drinks-hor2 {
	display: inline-block;
	float: left;
	margin: 0;
	width: 90vw;
	height: 8vw;
}

#drinks-hor3 {
	display: inline-block;
	float: left;
	margin: 0 4vw 0 0;
	width: 90vw;
	height: 8vw;	
}

.drinks-vert1 {
	display: inline-block;
	float: left;
	margin: -1vw 0 0 0;
	width: 90vw;
	height: 37vw;
}

.drinks-vert2 {
	display: inline-block;
	float: left;
	margin: -1vw 0 0 0;
	width: 90vw;
	height: 43vw;
}

.drinks-vert3 {
	display: inline-block;
	float: left;
	margin: -1vw 0 0 0;
	width: 90vw;
	height: 38vw;
}

/*----FOOTER----*/

footer {
	display: block;
	float: left;
	width: 100vw;
	height: 150vw;
	margin-left: 0;
}

#social-bar {
	height: 10vw;
	width: 100vw;
	margin-top: 0;
}

#social-media {
	height: 8vw;
	width: 40vw;
	margin: 1vw 0 0 29.5vw;
}

.s-icons {
	display: inline-block;
	float: left;
	height: 8vw;
	padding: 0 2.5vw 0 2.5vw;
}

#map {
	position: inline-block;
	float: left;
	width: 91vw;
	height: 40vw;
	margin: 5vw 0 0 4vw;
}

#flocation {
	position: inline-block;
	float: left;
	width: 91vw;
	height: 30vw;
	margin: 8vw 0 0 4vw;
	text-align: center;
}

#fhours {
	display: inline-block;
	float: left;
	width: 91vw;
	height: 35vw;
	margin: 8vw 0 0 4vw;
	text-align: center;
}

/*----CONTACT FORM----*/

#contact-blurb {
	display: inline-block;
	float: left;
	width: 91vw;
	height: 20vw;
	margin: 7vw 0 0 4vw;
}

.contact {
	display: inline-block;
	float: left;
	width: 91vw;
	height: 135vw;
	margin: 5vw 0 0 4vw;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #ffcc33;
    color: #22205f;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #22205f;
	color: #ffffff;
}

/*----bullseye icon with wordmark fade-in animation----*/

#bullseye {
	width: 35vw;
	height: 35vw;
	margin-top: 1vw;
	margin-left: 30vw;
	position: fixed;
}

#bullyellow {
	width: 35vw;
	height: 35vw;
	border: 3vw solid #ffcc33;
	border-radius: 50%;
	background-color: white;
}

#bullblue {
	width: 19vw;
	height: 19vw;
	margin-top: 0vw;
	margin-left: 0vw;
	border: 8vw solid #22205f;
	border-radius: 50%;
	background-color: white;
}

#bullred {
	width: 2vw;
	height: 2vw;
	margin-top: 3vw;
	margin-left: 3vw;
	border: 5.5vw solid #981b1e;
	border-radius: 50%;
	background-color: #981b1e;
}

.roundel {
	display: inline-block;
	float: left;
	width: 17vw;
	height: 17vw;
	margin: 0 4vw 0 4vw;
}



/* ------------------------------------
---- THANKS PAGE FOR SUBMIT FORM ------
-------------------------------------*/


#thanks {
	display: inline-block;
	float: left;
	width: 91vw;
	height: 20vw;
	margin: 5vw 0 3vw 4vw;
}




/* --------------------------
---- CSS COLOR CLASSES ------
----------------------------*/

.white {
	background-color: white;
}

.red {
	background-color: red;
}

.orange {
	background-color: orange;
}

.yellow {
	background-color: #ffcc33;
}

.green {
	background-color: green;
}

.cyan {
	background-color: cyan;
}

.blue {
	background-color: #22205f;
}

.purple {
	background-color: purple;
}

.magenta {
	background-color: magenta;
}

.black {
	background-color: #101010;
}


/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-=-=-= CSS FONT COLOR CLASSES -=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.font-opacity {
	opacity: 1; text-align: center; margin-top: 2vw; 
}
.font-yellow {
	color: #ffcc33;
}


/* --------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
---- MOBILE DISPLAY (1-479px WIDE, 
tablet starts at 767 though) ------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
----------------------------*/


@media screen and (max-width: 767px) {


	.mobile-hide {
		display: none;
	}

	.laptop-hide {
		display: show;
	}

} /*---- !!!---end mobile--*/






/* --------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
---- TABLET DISPLAY (769-1365px WIDE) ------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
----------------------------*/

@media screen and (min-width: 768px) and (max-width: 1365px) {

	.mobile-hide {
		display: none;
	}


/* --------------------------
---- HTML5 SEMANTIC TAGS ----
----------------------------*/



/* --------------------------
---- FONTS ----
----------------------------*/
h1 /*--Subhead--*/ {
	font-size: 2.5vh;
}

footer h1 /*--footer location, hours--*/ {
	font-size: 3vh;
}

#announcement h1 /*--Home Announcement--*/ {
	font-size: 7.95vh; line-height: 80%;
}


#cocktails h1 /*--Home sub--*/ {
	font-size: 3.25vh; line-height: 100%; 
}

#happy-hour h1 /*--Home sub--*/ {
	font-size: 2vh; line-height: 150%; 
}

#nine h1 /*--menu categories--*/ {
font-size: 3vh; text-align: center;
}

h4 /*--menu items--*/ {
font-size: 1.9vh; line-height: 150%; margin-top: 2vw; text-align: left;
}

h5 /*--location, hours--*/ {
font-size: 2vw;
}

.topnav h5 /*--topnav links--*/ {
	font-size: 1.8vh; 
}

.storytext h5 /*--story text--*/ {
font-size: 2.5vw; margin-top: 4vw;
}

#contact-blurb h5 /*--story text--*/ {
	font-size: 2.5vw; text-align: center;
}

footer h5 /*--location, hours--*/ {
font-size: 1.7vw; margin-top: 2vw;
}

h6 /*--menu prices--*/ {
font-size: 1.6vh; text-align: left;
}

strong /*--menu prices (for single line with h4) --*/{
font-size: 1.6vh; text-align: left;

}

.menunav h6 /*--menu subnavigation--*/ {
font-size: 2vh; text-align: left;
margin-right: 3vw;
}

p /*--menu text--*/ {
font-size: 2vh; text-align: left; 
}

/* --------------------------
---- NAVIGATION ----
----------------------------*/

button#hamburger-icon {
	font-size: 4em;
	top: 37px;
	left: 15px;
	z-index: 100;
}

.hamburger-nav {
	width: 100vw;
	height: 300vw;
	padding: 5vw 0 0 0;
	margin-top: 10.5vw;
}

		.hamburger-nav ul li a {
			font-size: 5.5vh; 
			line-height: 200%; 
		}




.topnav-right {
  margin-right: 0;
}

.topnav a{
  padding: 0 4vw 0 4vw;
  margin-top: 2vw;
}

.topnav-centered a {
  margin-top: 3.4vw;
  margin-left: 29vw;
}

.topnav-centered a:hover {
  margin-top: 3.4vw;
  margin-left: 29vw;
}

.button1 {
	margin: .7vw 4.6vw -2vw 0;
	width: 22vw;
	height: 5vw;
}

a.button1 {
	font-size: 2.5vw; 
}

.menunav {
  height: 5.5vw;
  margin: -14vw 0 0 4vw;
  text-align: center;
}


/* --------------------------
---- CSS TRANSITIONS---------
----------------------------*/



/*-- SECTIONS-----*/

#four {
	height: 35vw;
	margin-bottom: 0;
}

#five {
	height: 59.7vw;
	margin-top: 0;
}

#three {
	height: 30vw;
}

#eight {
	height: 110vw;
}



#ten {
	height: 120vw;
	margin-top: 10vw;
}


/*----FIGURES, ARTICLES, ETC.----*/

#announcement {
	margin-top: 9vw;
}

.storyimage-1 {
	width: 27.5vw;
	height: 27.5vw;
	margin-top: -12vw;
}

.storyimage-others {
	display: inline-block;
	margin-top: -12vw;
}

.storytext {
	margin: 0 0 2vw 4vw;
	height: 32vw;
}

.gallery-col1 {
	width: 37vw;
	height: 82vw;
	margin-top: -12vw;
}

.himage-small {
	width: 17.9vw;
	height: 11vw;
}

.himage-medium {
	width: 36.4vw;
	height: 23.5vw;
}

.vimage-large {
	width: 36.4vw;
	height: 45.5vw;
}

.gallery-col2 {
	width: 53.9vw;
	height: 82vw;
	margin-left: 0;
	margin-top: -12vw;
}

.himage-large {
	width: 53.3vw;
	height: 33vw;
}

.vimage-medium {
	display: inline-block;
}

/*-----MENU-------*/

/*----MENU BREAKFAST----*/

#nine hr {
	width: 35vw;
	margin: 5vw 0 7vw 28vw;
}

#breakfast-sub-menu {
	margin: -5vw 0 0 4vw;
	height: 170vw;
}

#breakfast1 {
	height: 61vw;
}

#breakfast2 {
	height: 47vw;
}

#breakfast3 {
	height: 32vw;
}

#breakfast-hor1 {
	height: 8vw;
}

#breakfast-hor2 {
	margin: 0 4vw 0 0;
	height: 4vw;
}

#breakfast-hor3 {
	margin: 0 4vw 0 0;
	height: 4vw;	
}

.breakfast-vert1 {
	margin: 0 4vw 10vw 0;
	width: 26vw;
	height: 53vw;
}

.breakfast-vert2 {
	margin: 0 4vw 10vw 0;
	width: 26vw;
	height: 40vw;
}

.breakfast-vert3 {
	margin: 0 4vw 0 0;
	width: 26vw;
	height: 27vw;
}

/*----MENU LUNCH----*/

#lunch-sub-menu {
	margin: -5vw 0 0 4vw;
	height: 160vw;
}

#lunch1 {
	height: 24vw;
}

#lunch2 {
	height: 64vw;
}

#lunch3 {
	height: 45vw;
}

#lunch-hor1 {
	height: 4vw;
}

#lunch-hor2 {
	margin: 0 4vw 0 0;
	height: 12vw;
}

#lunch-hor3 {
	margin: 0 4vw 0 0;
	height: 12vw;	
}

.lunch-vert1 {
	margin: 0 4vw 10vw 0;
	width: 26vw;
	height: 20vw;
}

.lunch-vert2 {
	margin: 0 4vw 10vw 0;
	width: 26vw;
	height: 50vw;
}

.lunch-vert3 {
	margin: 0 4vw 0 0;
	width: 26vw;
	height: 33vw;
}

/*----MENU drinks----*/

#drinks-sub-menu {
	margin: -5vw 0 0 4vw;
	height: 135vw;
}

#drinks1 {
	height: 43vw;
}

#drinks2 {
	height: 27vw;
}

#drinks3 {
	height: 32vw;
}

#drinks-hor1 {
	height: 8vw;
}

#drinks-hor2 {
	margin: 0 4vw 0 0;
	height: 4vw;
}

#drinks-hor3 {
	margin: 0 4vw 0 0;
	height: 4vw;	
}

.drinks-vert1 {
	margin: 0 4vw 10vw 0;
	width: 26vw;
	height: 35vw;
}

.drinks-vert2 {
	margin: 0 4vw 10vw 0;
	width: 26vw;
	height: 23vw;
}

.drinks-vert3 {
	margin: 0 4vw 0 0;
	width: 26vw;
	height: 27vw;lor: green;
}


/*----FOOTER----*/

footer {
	height: 90vw;
}

#social-bar {
	height: 6vw;
}

#social-media {
	height: 5.5vw;
	width: 35vw;
	margin: .5vw 0 0 34vw;
}

.s-icons {
	height: 5vw;
	padding: 0 2.5vw 0 2.5vw;
}

footer {
	height: 35vw;
}

#map {
	width: 40vw;
	height: 20vw;
	margin: 2vw 0 0 4vw;
}

#flocation {
	width: 25vw;
	height: 10vw;
	margin: 4vw 0 0 0;
	text-align: right;
}

#fhours {
	float: left;
	width: 25vw;
	height: 15vw;
	margin: 4vw 0 0 4vw;
	text-align: left;
}


/*----CONTACT FORM----*/

#contact-blurb {
	display: inline-block;
	float: left;
	width: 91vw;
	height: 15vw;
	margin: -12vw 0 0 4vw;
}

.contact {
	display: inline-block;
	float: left;
	width: 91vw;
	height: 70vw;
	margin: 2vw 0 0 4vw;
}


/*----bullseye icon with wordmark fade-in animation----*/

/* ------------------------------------
---- THANKS PAGE FOR SUBMIT FORM ------
-------------------------------------*/


#thanks {
	height: 20vw;
	margin: -11vw 0 3vw 4vw;
}



/* --------------------------
---- CSS COLOR CLASSES ------
----------------------------*/


/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-=-=-= CSS FONT COLOR CLASSES -=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.font-opacity {
	margin-top: 2vw; 
}

} /* ---end tablet--*/







/* --------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
---- LAPTOP DISPLAY (1366-1919px WIDE) ------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
--------------------------------------------
----------------------------*/

@media screen and (min-width: 1366px) {


	.mobile-hide {
		display: inline-block;
	}

	.laptop-hide {
		display: none;
	}


/* --------------------------
---- HTML5 SEMANTIC TAGS ----
----------------------------*/



/* --------------------------
---- FONTS ----
----------------------------*/

h1 /*--Subhead--*/ {
	font-size: 3.5vh;
}

#announcement h1 /*--Home Announcement--*/ {
	font-size: 14vh; line-height: 80%;
}

#cocktails h1 /*--Home sub--*/ {
	font-size: 4.5vh;
}

#happy-hour h1 /*--Home sub--*/ {
	font-size: 2.5vh;
}

#nine h1 /*--menu categories--*/ {
font-size: 3.5vh; text-align: left;
}

footer h1 /*--footer location, hours--*/ {
	font-size: 3.5vh;
}

h2 /*--Head (larger 2nd word)--*/ {
	font-size: 18vh; line-height: 80%; text-align: left;
}

h3 /*--Head (smaller 1st word)--*/ {
	font-size: 14vh; text-align: left;	
}

h4 /*--menu items--*/ {
font-size: 2.2vh; line-height: 150%; margin-top: 2vw; text-align: left;
}

h5 /*--location, hours--*/ {
font-size: 1.5vw;
}

footer h5 /*--location, hours--*/ {
font-size: 1.5vw; margin-top: 2vw;
}

.storytext h5 /*--story text--*/ {
font-size: 2vw; margin-top: 3vw; text-align: left;
}

#contact-blurb h5 /*--story text--*/ {
	font-size: 2vw; text-align: left;
}

#thanks h5 /*--story text--*/ {
	font-size: 2vw; text-align: left;
}

h6 /*--menu prices--*/ {
font-size: 2vh; text-align: left;
}

strong /*--menu prices (for single line with h4) --*/{
font-size: 2vh; text-align: left;

}

.menunav h6 /*--menu subnavigation--*/ {
font-size: 2vh; text-align: left;
margin-right: 3vw;
}

p /*--menu text--*/ {
font-size: 2vh; text-align: left; 
}


/* --------------------------
---- NAVIGATION ----
----------------------------*/

.topnav {
  height: 8vw;
}

.topnav-centered a {
  margin-top: 2vw;
  margin-left: 31vw;
  transition: none;
}

.topnav-centered a:hover {
  margin-top: 2vw;
  margin-left: 31vw;
}

#logo {
	width: 25vw;
}

.button1 {
	margin: .5vw 4.7vw -2vw 0;
	width: 20vw;
	height: 4vw;
}

a.button1 {
	font-size: 2vw; 
}

.menunav {
  height: 3.5vw;
  margin: 0 0 0 4vw;
  text-align: left;
}



/* --------------------------
---- CSS TRANSITIONS---------
----------------------------*/



/*-- SECTIONS-----*/

#two {
  	top: -1.5vw;
  }

#three /*--for thanks page after submit contact form --*/ {
	height: 40vw;
	margin-top: 5vw;
  }

#five {
	height: 59.67vw;
	margin-top: 0;
}


#ten {
	height: 73vw;
	margin-top: 5vw;
}


/*----FIGURES, ARTICLES, ETC.----*/

#announcement {
	margin-top: 13vw;
}

#cocktails {
	margin-top: 3vw;
}

#happy-hour {
	margin-top: 4vw;
}

.headings {
	height: 13vw;
	margin-bottom: 3vw;
}

.storyimage-1 {
	width: 27.5vw;
	height: 27.5vw;
	margin-top: 0;
}

.storyimage-others {
	display: inline-block;
}

.storytext {
	margin: 0 0 2vw 4vw;
	height: 22vw;
}


.gallery-col1 {
	width: 37vw;
	height: 82vw;
	margin-top: 0;
}

.himage-small {
	width: 17.9vw;
	height: 11vw;
}

.himage-medium {
	width: 36.4vw;
	height: 23.5vw;
}

.vimage-large {
	width: 36.4vw;
	height: 45.5vw;
}

.gallery-col2 {
	width: 53.9vw;
	height: 82vw;
	margin-left: 0;
	margin-top: 0;
}

.himage-large {
	width: 53.3vw;
	height: 33vw;
}

.vimage-medium {
	display: inline-block;
}

/*-----MENU-------*/

/*----BREAKFAST MENU----*/

#nine hr {
	width: 28vw;
	margin: 5vw 0 5vw 0;
}


#breakfast-sub-menu {
	margin: 2vw 0 0 4vw;
	height: 103vw;
}

#breakfast1 {
	height: 31vw;
}

#breakfast2 {
	height: 23vw;
}

#breakfast3 {
	height: 23vw;
}

#breakfast-hor1 {
	height: 4vw;
}

#breakfast-hor2 {
	margin: 0 4vw 0 0;
	height: 1.5vw;
}

#breakfast-hor3 {
	margin: 0 4vw 0 0;
	height: 1.5vw;	
}

.breakfast-vert1 {
	margin: 0 5vw 10vw 0;
	width: 23.3vw;
	height: 25vw;
}

.breakfast-vert2 {
	margin: 0 5vw 10vw 0;
	width: 23.3vw;
	height: 21vw;
}

.breakfast-vert3 {
	margin: 0 5vw 0 0;
	width: 23.3vw;
	height: 21vw;
}

/*----LUNCH MENU----*/

#lunch-sub-menu {
	margin: 2vw 0 0 4vw;
	height: 95vw;
}

#lunch1 {
	height: 14vw;
}

#lunch2 {
	height: 30vw;
}

#lunch3 {
	height: 23vw;
}

#lunch-hor1 {
	height: 2vw;
}

#lunch-hor2 {
	margin: 0 4vw 0 0;
	height: 5vw;
}

#lunch-hor3 {
	margin: 0 4vw 0 0;
	height: 5vw;	
}

.lunch-vert1 {
	margin: 0 5vw 10vw 0;
	width: 23.3vw;
	height: 15vw;
}

.lunch-vert2 {
	margin: 0 5vw 10vw 0;
	width: 23.3vw;
	height: 25vw;
}

.lunch-vert3 {
	margin: 0 5vw 0 0;
	width: 23.3vw;
	height: 16vw;
}

/*----drinks MENU----*/

#drinks-sub-menu {
	margin: 2vw 0 0 4vw;
	height: 70vw;
}

#drinks1 {
	height: 19vw;
}

#drinks2 {
	height: 14.5vw;
}

#drinks3 {
	height: 13.5vw;
}

#drinks-hor1 {
	height: 4vw;
}

#drinks-hor2 {
	margin: 0 4vw 0 0;
	height: 1.5vw;
}

#drinks-hor3 {
	margin: 0 4vw 0 0;
	height: 1.5vw;	
}

.drinks-vert1 {
	margin: 0 5vw 10vw 0;
	width: 23.3vw;
	height: 15vw;
}

.drinks-vert2 {
	margin: 0 5vw 10vw 0;
	width: 23.3vw;
	height: 13vw;
}

.drinks-vert3 {
	margin: 0 5vw 0 0;
	width: 23.3vw;
	height: 12vw;
}


/*----FOOTER----*/

footer {
	height: 31vw;
}

#social-bar {
	height: 6vw;
}

#social-media {
	height: 5vw;
	width: 20vw;
	margin: .5vw 0 0 42vw;
}

.s-icons {
	height: 4vw;
	padding: .5vw;
}

#map {
	width: 35vw;
	height: 15vw;
	margin: 2vw 0 0 0;
}

#flocation {
	width: 15vw;
	height: 15vw;
	margin: 2vw 5vw 0 12vw;
	text-align: right;
}

#fhours {
	float: left;
	width: 25vw;
	height: 15vw;
	margin: 2vw 0 0 5vw;
	text-align: left;
}


/*----CONTACT FORM----*/

#contact-blurb {
	display: inline-block;
	float: left;
	width: 91vw;
	height: 8vw;
	margin: -1vw 0 0 4vw;
}

.contact {
	display: inline-block;
	float: left;
	width: 91vw;
	height: 39vw;
	margin: 2vw 0 0 4vw;
}


/*----bullseye icon with wordmark fade-in animation----*/

/* ------------------------------------
---- THANKS PAGE FOR SUBMIT FORM ------
-------------------------------------*/


#thanks {
	height: 10vw;
	margin: 0 0 3vw 4vw;
}



/* --------------------------
---- CSS COLOR CLASSES ------
----------------------------*/

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-=-=-= CSS FONT COLOR CLASSES -=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.font-opacity {
	opacity: 1; text-align: left; margin-top: .5vw;
}

/* Contact form computer
__________________________ */

#contactwhole {
	border: 15px solid #FFFFFF;
	margin-top:1%;
}
	

#contact {
	float: left;
	width: 50%;
	margin-left: 39%;
	}	
	
#content button {
	float:left;
	margin-left: 94%;
	margin-top: 1.1%;
}

#sectioncontact {
	margin-top: -9%;
	margin-bottom: 7%;
	margin-right: 50%;
}

} /* ---end laptop--*/

