@charset "UTF-8";

/* Highlight the appropriate item (i.e. "PARKING/VALET") in the toolbar */
.menu li:nth-child(6) a {
	color: #e89354;
	border-color: #e89354;
}
.menu:hover li:nth-child(6) a {
	color: #fff;
	border-color: transparent;
	cursor:default;
}
#banner {
	position: relative;
	margin-top: 79px;
	font-size: 1.825em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-align: center;
	line-height: normal;
	margin-bottom: 34px;
	padding-top: 132px;
}
#reserve {
	display: none;
}
#bio {
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	margin-top: 56px;
	margin-right: 60px;
	margin-bottom: 60px;
	margin-left: 60px;
	justify-content:center;
}
#bio h2  {
	font-size: 20px;
	line-height: 23px;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	color: #444;
	margin-top: 30px;
	margin-bottom: 0px;
}
#bio p, li  {
	font-size: 15px;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
}
#headshot   {
	flex-shrink:0;
	margin-left:60px;
	margin-top: 4px;
	opacity:0;
	transition: opacity 500ms ease;
}
#bio .biotext {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	max-width: 1180px
}
.biotext p a {
	color: #dd823e;
	text-decoration: none;
}
/*.biotext p a:hover {
	text-decoration:underline;
}*/
i.fa.fa-map-marker.marker   {
	font-size: 18px;
	transition: font-size 200ms ease;
}
.biotext p a:hover i.fa.fa-map-marker.marker   {
	font-size: 22px;
}
.biotext p a:hover {
	text-decoration:underline;
}
.closed {
	position:absolute;
	left:0;
	background-color:rgba(255,255,255,.9);
	overflow:hidden;
	height:100%;
	width:100%;
	text-align:center;
	z-index:999;
	font-size:1.5em;
}
