html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
.testimonial {
  font-family: "Gentium Book Basic", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 3.2rem;
}

p {
  font-family: "Gentium Book Basic", serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.85rem;
  margin: 1rem 0;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
}

body {
  margin: 0;
  color: #1a1d24;
  background-color: #f2efe0;
}

@media (max-width: 1350px) {
  .about, .menus, .people, .gallery, .contact {
    margin: auto;
  }
}
.head {
  position: relative;
  margin-bottom: -4px;
}
.head .headImage {
  width: 100%;
  height: auto;
}
.head h2 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  position: absolute;
  margin: 0;
  bottom: 6%;
  width: 100%;
}

h1 {
  margin-bottom: 200px;
  text-indent: -99999px;
  margin: 0;
  display: none;
}

.nav {
  width: 100%;
  text-align: center;
}
.nav ul {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  border-top: 1px solid #1a1d24;
  border-bottom: 1px solid #1a1d24;
  background-color: white;
}
.nav ul li {
  display: inline-block;
  padding: 1.5rem 1rem;
}
.nav ul li span {
  padding-right: 1.5rem;
}
.nav ul a {
  color: #1a1d24;
}
.nav ul a:hover {
  color: #4c7831;
}

div#undefined-sticky-wrapper {
  height: 100%;
}

@media (max-width: 905px) {
  .header .head h2 {
    margin: 0 auto;
    font-size: 1.2rem;
  }
  .header .nav ul li {
    padding: 0.5rem;
    font-size: 0.8rem;
  }
  .header div#undefined-sticky-wrapper {
    height: 100%;
  }
}
@media (max-width: 708px) {
  .header .head h2 {
    position: static;
    background: white;
    width: 100%;
    margin: -1% 0;
    padding: 4% 0;
  }
  .header .nav ul {
    padding: 0;
  }
  .header .nav ul li {
    padding: 0.5rem;
    font-size: 1rem;
    display: block;
  }
  .header .nav ul li span {
    display: none;
  }
  .header .nav ul a {
    text-decoration: none;
  }
}
@media (max-width: 466px) {
  .header .nav ul li {
    padding: 0.5rem;
    font-size: 1rem;
  }
  .header .nav ul a {
    text-decoration: none;
  }
}
@media (max-width: 383px) {
  .header .head h2 {
    font-size: 1.1rem;
  }
  .header .nav ul li {
    padding: 0.5rem;
    font-size: 1rem;
  }
  .header .nav ul a {
    text-decoration: none;
  }
}
.about {
  max-width: 1350px;
  margin: auto;
}
.about .testimonial {
  text-align: center;
  padding: 0 7%;
  max-width: 84%;
  margin: 3rem auto 4rem auto;
}
.about .aboutCopy p, .about h3 {
  float: right;
  width: 54%;
  margin-right: 4%;
}
.about .aboutCopy h3 {
  margin-bottom: 0px;
}
.about .aboutImage {
  float: left;
  width: 38%;
}
.about p.highlight {
  font-style: italic;
  font-size: 2.5rem;
  line-height: 3.2rem;
}

@media (max-width: 1350px) {
  .about {
    margin: auto;
  }
}
@media (max-width: 1125px) {
  .about p.highlight {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
@media (max-width: 997px) {
  .about .aboutCopy p, .about .aboutCopy h3 {
    width: 58%;
    margin-right: 2%;
  }
  .about .aboutCopy p.highlight {
    width: 92%;
    clear: both;
    max-width: 870px;
    font-size: 2.5rem;
    line-height: 3.2rem;
    margin: 5% 3.5% 0 0;
  }
  .about .aboutImage {
    float: left;
    width: 38%;
  }
}
@media (max-width: 753px) {
  .about .aboutCopy p, .about .aboutCopy h3 {
    width: 70%;
  }
  .about .aboutCopy h3 {
    margin-top: 2%;
  }
  .about .aboutCopy p.desire {
    clear: both;
    width: 93%;
  }
  .about .aboutImage {
    width: 22%;
  }
}
@media (max-width: 678px) {
  .about .aboutCopy h3 {
    margin-top: 0;
  }
}
@media (max-width: 642px) {
  .about .aboutCopy .aboutImage {
    float: none;
    margin: 0 18% 4% 18%;
    width: 65%;
  }
  .about .aboutCopy p, .about .aboutCopy h3 {
    width: 93%;
  }
  .about .aboutCopy h3 {
    padding-top: 3%;
  }
}
.menus {
  max-width: 1350px;
  clear: both;
  margin: 4%;
  padding-top: 60px;
}
.menus .menuTitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding-left: 0;
  margin-bottom: -1px;
  color: #9d9a91;
}
.menus .menuTitle button {
  background: #F2EFE0;
  box-shadow: none;
  padding: 20px 25px;
  text-transform: uppercase;
  border: none;
  border: none;
  border-bottom: 1px solid #9D9A91;
}
.menus .menuTitle button:focus {
  outline: none;
}
.menus .menuTitle .receptionTitle {
  color: #4c7831;
  border: 1px solid #9D9A91;
  border-bottom: 1px solid #F2EFE0;
}
.menus h3 {
  margin-bottom: 1rem;
}
.menus .menuCopy {
  border: 1px solid #9D9A91;
  padding: 3% 3% 1% 3%;
}
.menus .menuCopy ul {
  text-transform: none;
  padding-left: 0;
  list-style-type: circle;
}
.menus .menuCopy ul li {
  display: block;
  padding-left: 0;
  border: none;
  font-family: "Gentium Book Basic", serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2rem;
}

.ultimateMenu, .hotEntrees {
  display: none;
}

@media (min-width: 1350px) {
  .menus {
    margin: auto;
  }
}
@media (max-width: 872px) {
  .menus .menuTitle button {
    display: block;
    width: 100%;
    border: 1px solid #9D9A91;
    border-bottom: none;
  }
}
.people {
  max-width: 1350px;
  margin: auto;
}

.peopleFeature .testimonial {
  float: left;
  width: 39%;
  margin: 4% 4% 10% 4%;
}
.peopleFeature .peopleFeatureImage {
  float: right;
  width: 53%;
  height: auto;
  margin-bottom: 4%;
}

.meetOurPeople {
  margin: 4%;
}
.meetOurPeople h3 {
  clear: both;
}
.meetOurPeople h4 {
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 4%;
  margin-bottom: 0;
}
.meetOurPeople p {
  margin: 1rem 4% 1rem 0;
}
.meetOurPeople p:first-child {
  margin-top: 0.5rem;
}
.meetOurPeople .haeYoung .haeYoungImage {
  float: left;
  width: 33%;
  padding: 0 4% 0 0;
}

.staff {
  clear: both;
}
.staff h4, .staff p {
  margin-left: 0;
}
.staff h4.alexei {
  padding-top: 3%;
}

@media (max-width: 950px) {
  .peopleFeature h4.testimonial {
    margin: 3% 4% 10% 4%;
  }
}
@media (max-width: 915px) {
  .peopleFeature h4.testimonial {
    margin: 1% 4% 10% 4%;
  }
}
@media (max-width: 874px) {
  .peopleFeature h4.testimonial {
    margin: 0 4% 10% 4%;
  }
}
@media (max-width: 735px) {
  .peopleFeature h4.testimonial {
    margin: 1% 4% 10% 4%;
  }
}
@media (max-width: 867px) {
  .peopleFeature h4.testimonial, .peopleFeature .peopleFeatureImage {
    float: none;
    width: 100%;
  }
  .peopleFeature h4.testimonial {
    margin: auto;
    padding: 6% 0px;
    max-width: 84%;
    text-align: center;
  }
}
@media (min-width: 1350px) {
  .people, .meetOurPeople {
    margin: 4% auto;
  }
}
.gallery {
  max-width: 1350px;
  margin: 4%;
}
.gallery .testimonial {
  text-align: center;
  max-width: 84%;
  margin: 0 auto 5% auto;
}

.galleryPhotos {
  line-height: 0;
  -webkit-column-count: 3;
  -webkit-column-gap: 0;
  -moz-column-count: 3;
  -moz-column-gap: 0;
  column-count: 3;
  column-gap: 0;
}
.galleryPhotos img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 10px;
  padding: 10px;
}

@media (max-width: 500px) {
  .galleryPhotos {
    -webkit-column-count: 2;
    column-count: 2;
    moz-column-count: 2;
  }
}
@media (max-width: 400px) {
  .gallery .testimonial {
    text-align: left;
  }
}
@media (min-width: 1350px) {
  .gallery {
    margin: auto;
  }
}
.contact {
  max-width: 1350px;
  margin: 4%;
  padding-top: 40px;
}
.contact .testimonial {
  text-align: center;
}
.contact label {
  display: none;
}
.contact input, .contact textarea {
  display: inline-block;
  width: 100%;
  padding: 1.2rem;
  border: none;
  margin: 0.5rem 0;
  font-family: "Gentium Book Basic", serif;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.04rem;
}
.contact input:focus, .contact textarea:focus {
  outline: none;
  background: #E6E8E7;
  color: #1a1d24;
}
.contact input[type="submit"] {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: white;
  background: #1a1d24;
}
.contact input[type="submit"]:hover {
  background: #9d9a91;
}
.contact .formInstruction {
  font-family: "Gentium Book Basic", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2rem;
  margin: 0.5rem 0;
}

p.success {
  text-align: center;
  font-size: 2rem;
  background: #4C7831;
  padding: 24px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 2.5rem;
}

@media (max-width: 500px) {
  .contact .testimonial {
    text-align: left;
  }
}
@media (min-width: 1350px) {
  .contact {
    margin: auto;
  }
}
.divider {
  width: 92%;
  max-width: 1350px;
  border-top: 1px solid black;
  margin: auto;
}
