nav.overlay-menu .btn {
  background: #a88364 !important;
  color: #fff;
  /* padding: 10px !important; */
  width: 240px;
  margin: initial;
}

.mobile-request-btn .btn  {
  display: none;
}
.fs-menu a {
  color: #fff;
  font-size: 40px;
  margin-right: 8px;
  margin-left: 8px;
}
.fs-menu {
  margin-top: 32px;
}
span.menu-script {
  font-size: 40px;
  font-family: 'miller-banner',serif;
  font-weight: 100;
  font-style: italic;
  color: #ffffff;
  display: block;
  margin-top: 64px;
}
.button_container {
  position: fixed;
  top: 32px;
  right: 20px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
  background: #9a7e52;
  border-radius: 900px;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
  /*background: #FFF;*/
}
.button_container.active .middle {
  opacity: 0;
  /*background: #FFF;*/
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  /*background: #FFF;*/
}
.button_container span {
  background: #000000;
  border: none;
  height: 3px;
  width: 60%;
  position: absolute;
  top: 10px;
  left: 8px;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 21px;
}
.button_container span:nth-of-type(3) {
  top: 32px;
}
.overlay hr {
  width: 20%;
  border-color: #9b7d4d;
}
.overlay {
  position: fixed;
  /*background: #1d1d2e;*/
  background-position: bottom left !important;
  background: #000000;
  /*background: linear-gradient(90deg,#faf7f0b3,#faf7f0e0,#faf7f0), url();*/
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s,visibility .35s,height .35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
/*.overlay.open li {
-webkit-animation: fadeInRight .5s ease forwards;
animation: fadeInRight .5s ease forwards;
-webkit-animation-delay: .35s;
animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
.overlay.open li:nth-of-type(3) {
-webkit-animation-delay: .75s;
animation-delay: .75s;
}
.overlay.open li:nth-of-type(4) {
-webkit-animation-delay: .90s;
animation-delay: .90s;
}
.overlay.open li:nth-of-type(5) {
-webkit-animation-delay: 1.1s;
animation-delay: 1.1s;
}
.overlay.open li:nth-of-type(6) {
-webkit-animation-delay: 1.3s;
animation-delay: 1.3s;
}*/
.overlay nav {
  /* position: relative; */
  /* height: 70%; */
  /* top: 50%; */
  -webkit-transform: translateX(0%, 16%);
  transform: translate(0%, 16%);
  font-size: 50px;
  /* margin-top: 40px !important; */
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  /*display: inline-block;*/
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 32px;
  position: relative;
}
.overlay ul li a {
  color: #888888;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.16px;
}
.overlay ul li a:hover {
  /*margin-left: 5px;*/
  color: #ffffff;
}
/*.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
width: 100%;
}
.overlay ul li a:after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
height: 3px;
background: #FFF;
transition: .35s;
}*/

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@media (max-width: 1980px) {
  .overlay nav {
    -webkit-transform: translateX(0%, 6%);
    transform: translate(0%, 6%);
  }
}
@media (max-width: 600px) {
  .overlay nav {
    -webkit-transform: translateX(0, 4%);
    transform: translate(0%, 4%);
    font-size: 50px;
    text-align: center;
  }
  span.menu-script:nth-of-type(2) {
    margin-top: 20px;
  }
  span.menu-script {
    font-size: 24px;
  }
  .fs-menu a {
    font-size: 24px;
    margin-right: 8px;
  }
  .fs-menu a:hover {
    color: #9a7f53;
  }
  .fs-menu {
    margin-top: -10px;
  }
  a.top-bar-promo {
    font-size: 13px;
  }
  .mobile-request-btn .btn {
    position: absolute;
    top: 60px;
    right: 0px;
    font-size: 10px;
    line-height: 12px;
    background: #a88364 !important;
    max-width: 100px;
    color: #fff;
    font-family: 'futura-pt', sans-serif;
    letter-spacing: 1px !important;
    padding: 10px;
    display: block;
  }
  nav.overlay-menu .btn {
    padding: 10px !important;
    margin: 0 auto;
  }
}

