@charset "UTF-8";
/* CSS Document */

/* import tags must appear first in CSS files */
@import url('https://fonts.googleapis.com/css?family=Questrial');
@import url('https://fonts.googleapis.com/css?family=Neuton');

html {
	box-sizing: content-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
/*
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
 
.cf:before, .cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.cf:after {
	clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
 *zoom: 1;
}

#skiptocontent a {
	padding: 6px;
	position: absolute;
	top: -40px;
	left: 0px;
	color: white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-bottom-right-radius: 8px;
	background: transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
}
#skiptocontent a:focus {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #BF1722;
	outline: 0;
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
}
a.mainAnchorOffset {
	display: block;
	position: relative;
	top: -110px;
	visibility: hidden;
}
#maincontent {
	min-width: 1200px;
	/* [disabled]margin-top: 50px; */
	margin-right: auto;
	/*margin-bottom: 50px; */
	margin-left: auto;
	position: relative;
	display: table;
}

body, td, th {
	font-family: Questrial, Helvetica, Arial;
	font-size: 12px;
	color: white;
}
body {
	background-color: rgba(255,255,255,1);
	margin: 0px;
	height: 100%;
}
#wrap {
	margin: 0 auto;
	min-width: 1200px; /* Determines minimum width for entire site. If changed, you need to tweak the 'menu-wrapper li' and '#reservation a' font sizes */
	width: 100%;
}
nav {
	top: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	/*	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px)
*/	height: 92px;
	margin-top: -92px;
	position: sticky;
	position: -webkit-sticky;
	z-index: 1000;
	background: #ffd20e;
}
#logo {
	margin-right: 32px;
	margin-left: 30px;
	height: 92px;
	position: relative;
}
#logo img {
	/* [disabled]max-width: 281px; */
	/* [disabled]min-width: 193px; */
	top: 50%;
	transform: translateY(-50%);
	position: relative;
	height: 50%;
}
.menu-wrapper {
	display: table;
	height: 92px;
	margin-right: 36px;
}
.menu-wrapper ul {
	vertical-align: middle;
	display: table-cell;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
.menu-wrapper li {
	display: inline-block;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding: 0px;
	font-size:1.3vw;
	transition:font-size 300ms ease;
}
.menu-wrapper li:first-of-type {
	margin-left: 0px;
}
.menu-wrapper li:last-of-type {
	margin-right: 0px;
}
.menu-wrapper a {
	color: #000000;
	text-decoration: none;
	border-bottom: 2px solid #ffd20e;
	padding-bottom: 2px;
	transition: all 300ms ease;
}
.menu-wrapper a:visited {
	color: #000000;
}
.menu-wrapper a:hover {
	color: rgba(237,35,37,1);
	border-bottom-color: rgba(237,35,37,1);
}

footer {
	background-color: #3c4349;
	position: relative;
	/* [disabled]height: 60px; */
	width: 100%;
	font-family: Questrial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	/* [disabled]line-height: 60px; */
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #aeb9c4;
	text-align: center;
	display: block;
	letter-spacing: 0.07em;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer a {
	text-decoration: none;
	color: inherit;
}
footer a:hover {
	text-decoration: underline;
}

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

nav .menu-wrapper li, #reservations a {
	font-size: 18px;
}
}

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

nav .menu-wrapper li, #reservations a {
	font-size: 15.74px;
}
}
.content p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
