body {
  width: 100%;
  zoom: 1; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

/* grid */
/* breakpoints */
/* other stuff */
/* ---variables--- */
/* light gray */
/* medium gray */
/* darker medium gray */
/* dark gray */
/* darker gray */
/* very dark gray */
/* gold */
/* ---background color/texture--- */
body, #scroll {
  background: #1B1E21; }

#navbar {
  background: #020508; }

.grid {
  max-width: 1300px; }

#footer {
  background: none; }

@media screen and (max-width: 1024px) {
  #billboard {
    background-position: right center; }

  body.index #billboard {
    background-position: center center; } }
@media screen and (max-width: 667px) {
  #scroll {
    padding-bottom: 200px;
    /* probably too much, adjust later */ }

  body.index #billboard {
    background-position: right center;
    background-size: 200%; } }
/* typography defaults */
body, p, h1 {
  font-family: "adobe-caslon-pro", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.55em;
  text-transform: none;
  letter-spacing: 0;
  color: #BBBAAF; }

p {
  margin-bottom: 1em; }

@media screen and (max-width: 1024px) {
  body, p {
    font-size: 22px;
    line-height: 1.4em; } }
@media screen and (max-width: 667px) {
  body, p {
    font-size: 19px; } }
.blurb p:last-of-type {
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #464542; }

@media screen and (max-width: 667px) {
  .blurb p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 1.5em; } }
h2, form label, .ajax label, .dresscode-title {
  font-family: "azo-sans-web", sans-serif;
  font-size: 0.65em;
  text-transform: capitalize;
  text-align: left;
  font-weight: 400;
  line-height: 1.4em;
  color: #96803E;
  margin-bottom: 0.5em;
  margin-top: 0;
  letter-spacing: 0;
  padding: 0; }

.employee .title, .hours .hours {
  font-family: "azo-sans-web", sans-serif;
  font-size: 0.6em;
  text-transform: capitalize;
  text-align: left;
  font-weight: 400;
  line-height: 1.8em; }

@media screen and (max-width: 667px) {
  .employee .title, .hours .hours, h2 {
    font-size: 0.8em; } }
.employees {
  margin-top: 0; }

a, a:hover, a:focus {
  color: #BBBAAF;
  border-bottom: none;
  font-style: italic; }

a:hover, a:focus {
  border-bottom: none;
  color: #96803E; }

.fine-print {
  font-size: 0.8em;
  line-height: 1.3em; }

.dresscode {
  font-size: 0.85em;
  line-height: 1.5em; }

/* layout */
.blurb {
  text-align: left;
  margin-top: 2em;
  padding: 0; }

@media screen and (max-width: 667px) {
  .blurb {
    margin-top: 1em; } }
#footer p {
  font-size: 0.75em;
  color: #7B7973;
  margin-bottom: 0.5em;
  color: #BBBAAF; }

/*custom back arrow */
@media screen and (max-width: 667px) {
  #back img {
    display: none; }

  #back {
    background-image: url("/images/back_cream.png"); } }
/* not mobile */
@media screen and (max-width: 667px) {
  .not-mobile {
    display: none; } }
/* navigation - layout */
@media screen and (min-width: 668px) {
  #logo img {
    max-height: 100%;
    max-width: 100%; } }
/*@media screen and (min-width: 900px) {
  #logo img {
    max-width: 70%;
  }
}*/
/* change percentage widths of logo and nav */
@media screen and (min-width: 1024px) {
  #logo {
    display: inline;
    float: left;
    width: 21.2264150943%;
    margin: 0 1.8867924528%; }

  #navbar .nav ul {
    display: inline;
    float: left;
    width: 71.2264150943%;
    margin: 0 1.8867924528%; } }
/* wrap navigation to two lines */
@media screen and (max-width: 876px) {
  #navbar .nav ul {
    padding-top: 10.8333333333px;
    height: 18.5714285714px;
    line-height: 18.5714285714px; }
    #navbar .nav ul li {
      line-height: 18.5714285714px; } }
/* navigation - typography */
@media screen and (min-width: 668px) {
  #navbar .nav ul li a {
    font-family: "azo-sans-web", sans-serif;
    color: #BBBAAF;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 0.55em;
    letter-spacing: 0.02em; }

  #navbar .nav ul li a.selected {
    color: #96803E; }

  #navbar .nav ul li a:hover, #navbar .nav ul li a:focus {
    color: #96803E; } }
/* mobile nav */
.nav ul.buttons {
  margin: 0;
  width: 100%;
  border: none; }
  .nav ul.buttons li {
    border: none;
    border-bottom: 1px solid #464542;
    background: none;
    text-transform: capitalize; }
    .nav ul.buttons li a, .nav ul.buttons li a:focus, .nav ul.buttons li a:hover {
      padding: 1.2em 0 0.9em;
      font-size: 1.1em;
      line-height: 1em;
      color: #EAE7DB; }
    .nav ul.buttons li a:focus, .nav ul.buttons li a:hover {
      background: #96803E; }

/* buttons */
a.button, a.button:hover, a.button:focus, ul.buttons li, form input.button[type="submit"], form input.button[type="submit"]:hover, form input.button[type="submit"]:focus, button, button:hover, button:focus {
  font-family: "adobe-caslon-pro", serif;
  background: none;
  border: none;
  color: #EAE7DB;
  font-size: 1.1em;
  line-height: 1em;
  letter-spacing: 0;
  padding: 0;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 400;
  border-radius: 0;
  margin-right: 0.75em; }

@media screen and (min-width: 668px) {
  form input.button[type="submit"]:hover, form input.button[type="submit"]:focus, a.button:hover, a.button:focus, button:hover, button:focus {
    color: #96803E; } }
@media screen and (min-width: 668px) {
  ul.gc-links li {
    display: inline-block; } }
ul.menus li::after, ul.gc-links li::after {
  content: "/";
  margin-right: 0.5em;
  font-style: italic;
  color: #BBBAAF; }

ul.menus li:last-of-type::after,
ul.gc-links li:last-of-type::after {
  content: ""; }

@media screen and (max-width: 667px) {
  a.button, a.button:hover, a.button:focus {
    padding: 1.2em 0 0.9em;
    margin: 0;
    border-bottom: 1px solid #464542; }

  a.button:hover, a.button:focus {
    background: #96803E; }

  ul.menus li::after, ul.gc-links li::after {
    display: none; } }
#priority-nav {
  padding: 1em 0 0.75em;
  color: #020508;
  background: #96803E;
  font-style: normal;
  font-size: 1.2em; }

/* ---page specific changes--- */
/* index page */
@media screen and (min-width: 668px) {
  body.index #container > #about {
    background: #1B1E21;
    opacity: 1;
    display: inline;
    float: left;
    width: 46.2264150943%;
    margin: 0 1.8867924528%;
    margin-right: 51.8867924528%;
    background: none;
    border: none;
    padding: 0;
    padding-right: 2em;
    margin-top: 4em; } }
/* contact */
.contact-right, .contact-left {
  width: 50%;
  float: left;
  padding-right: 1em; }
  .contact-right p, .contact-left p {
    margin-bottom: 0.5em; }
  .contact-right p:last-of-type, .contact-left p:last-of-type {
    border: none;
    padding: 0; }

@media screen and (max-width: 667px) {
  .contact-right, .contact-left {
    width: 100%; }

  .contact-left {
    margin-top: 1em;
    margin-bottom: 1.5em; } }
div.hours {
  margin-top: 0; }

/* gallery */
.gallery {
  padding-top: 1em; }
  .gallery a {
    margin-bottom: 1em; }
  .gallery img {
    border: 1px solid #020508; }

/* gc form */
form, .ajax {
  margin-top: 1em; }

#balance.lbox {
  background: #1B1E21;
  padding: 2em; }

/* social */
ul.social {
  margin-top: 0;
  margin-bottom: 1em; }
  ul.social li a {
    width: 30px;
    height: 30px; }

.instagram a {
  background-image: url("/images/shared/instagram-icon-light.png"); }

.yelp a {
  background-image: url("/images/shared/yelp-icon-light.png"); }

.facebook a {
  background-image: url("/images/shared/facebook-icon-light.png"); }

.tripadvisor a {
  background-image: url("/images/shared/tripadvisor-icon-light.png"); }

ul.social li a:hover {
  opacity: 0.9; }
