html,
body {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
figure {
  margin: 2em auto;
  padding: 0 30px;
}
figure img {
  display: block;
  margin: 0 auto;
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.6);
  border-radius: 4px;
}
a img {
  display: block;
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.6);
}
#lv0 {
  background: white;
}
@media (min-width: 1440px) {
  body {
    background: url(2880x1920-lerouge-backround.jpg) 50% 0;
    background-attachment: fixed;
  }
  #lv0 {
    max-width: 1440px;
    left: 50%;
    margin-left: -720px;
  }
}
#lv1 {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 60px;
  background: url(white.png);
}
#lv2 {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.brand-header {
  background: url(2880x500-lerouge-header.jpg) 50% 0;
  background-size: cover;
  width: 100%;
  height: 500px;
  max-height: 500px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.brand-header .logo {
  display: block;
  margin: 100px auto 30px;
  max-height: 60%;
  max-width: 75%;
}
@media (max-height: 620px) {
  .brand-header .logo {
    margin-top: 40px;
  }
}
@media (min-width: 1440px) {
  .brand-header {
    max-width: 1440px;
    left: 50%;
    margin-left: -720px;
  }
}
#lv0 {
  position: relative;
  margin-top: 499px;
  z-index: 2;
}
#main-nav {
  line-height: 62px;
  position: relative;
}
#main-nav,
#main-nav #main-nav-pos {
  background: #bdac81;
  border-top: 1px solid #81754e;
  border-bottom: 1px solid #decda2;
  height: 60px;
  position: absolute;
  width: 100%;
  top: -1px;
}
#main-nav #main-nav-pos {
  text-align: center;
  z-index: 1000;
}
#main-nav #main-nav-pos.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#main-nav a {
  padding: 0 10px;
  color: black;
  text-decoration: none;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
}
#main-nav .hamburger,
#main-nav .close,
#main-nav .share,
#main-nav img {
  display: none;
}
@media (max-width: 699px) {
  #main-nav a,
  #main-nav.active .hamburger {
    display: none;
  }
  #main-nav .hamburger {
    display: block;
    float: right;
    margin-right: 10px;
  }
  #main-nav.active .share {
    display: block;
  }
}
#main-nav.active #main-nav-pos {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  line-height: 40px;
}
#main-nav.active a {
  display: block;
  border-bottom: 1px solid #800;
  color: black;
}
#main-nav.active a:last-child {
  border-bottom: none;
}
#main-nav.active img {
  display: block;
  margin: 30px auto 10px;
  max-height: 85px;
}
@media (max-height: 420px) {
  #main-nav.active img {
    margin-bottom: 30px;
  }
  #main-nav.active a,
  #main-nav.active .share {
    display: inline;
    padding: 0 20px;
    border-bottom: none;
    line-height: 50px;
  }
}
.nav {
  position: relative;
  top: -70px;
}
#top-img {
  background: black;
}
#top-img img {
  opacity: 0;
  transition: opacity 3s;
  display: block;
}
div.menu {
  padding: 0 30px;
}
a.menu {
  margin: 0 auto 55px;
  display: block;
  width: 350px;
  max-width: 100%;
}
.hours {
  width: 300px;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
}
.hours label {
  display: inline-block;
  width: 120px;
}
hr {
  background: url(../images/hr.png) 50% 50% no-repeat;
  border: none;
  width: 277px;
  max-width: 50%;
  height: 56px;
  background-size: contain;
  margin-top: 45px;
}
.puff {
  width: 23%;
  margin: 1%;
  float: left;
  position: relative;
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.puff img {
  display: block;
  width: 100%;
  border-radius: 4px;
}
.puff .active {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s;
}
.puff:hover .active {
  opacity: 1;
}
@media (max-width: 600px) {
  .puff {
    width: 48%;
  }
}
html,
body,
p {
  font-size: 20px;
  line-height: 26px;
  font-family: "BaskervilleMTW01-Roman";
}
h1,
h2,
h3,
h4,
.content-margins {
  margin-left: 10px;
  margin-right: 10px;
}
p {
  margin-left: 15px;
  margin-right: 8px;
}
.dropcap {
  float: left;
  font-size: 74px;
  position: relative;
  top: 11px;
  margin-bottom: 20px;
}
em,
i {
  font-family: "Baskerville MT W01 It";
  font-style: normal;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
  color: #4C4C4C;
  margin-top: 1em;
  margin-bottom: 20px;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p {
  margin-top: 0;
}
h1 {
  font-family: "CopperplateDecoW01-Plai";
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}
h2 {
  font-family: "Caslon Graphique W01 D";
  font-size: 38px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 10px;
}
h3 {
  font-family: "FrysBaskervilleBTW01-Ro";
  font-size: 40px;
  line-height: 41px;
  width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -1px;
  word-spacing: -1px;
}
h4 {
  font-family: "CopperplateDecoW01-Plai";
  font-size: 38px;
  line-height: 42px;
  text-align: center;
}
a {
  color: #33b;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
blockquote {
  margin: 1.5em 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 0.75em 0;
  text-align: center;
}
blockquote p {
  font-family: 'Baskerville MT W01 It';
  font-size: 25px;
  line-height: 30px;
  margin: 0 auto;
  max-width: 80%;
}
blockquote .signature {
  font-size: 18px;
  line-height: 25px;
  margin-top: 5px;
  text-align: right;
}
@media (min-width: 700px) {
  h1 {
    font-size: 55px;
    line-height: 67px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  h2 {
    font-size: 47px;
    line-height: 50px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  h3 {
    font-size: 50px;
    line-height: 51px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  p {
    font-size: 22px;
    line-height: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .dropcap {
    font-size: 88px;
  }
  blockquote p {
    font-size: 28px;
    line-height: 33px;
    max-width: 70%;
  }
  blockquote .signature {
    font-size: 22px;
    line-height: 30px;
  }
}
.image-selector .display {
  margin-bottom: 1em;
}
.image-selector .display div {
  width: 436px;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.6);
  position: relative;
}
.image-selector .display img {
  width: 100%;
}
.image-selector .picker {
  padding-bottom: 25%;
  position: relative;
}
.image-selector .picker div {
  position: absolute;
  top: 1%;
  width: 23%;
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.6);
}
.image-selector .picker img {
  display: block;
  cursor: pointer;
  border-radius: 3px;
}