body{
  background-color:#cccccc;
  background-image: url("../images/leaf-pattern.39714d2a6bb3.png"); /* fall */
  background-image: url("../images/leaf-pattern-green.4caf0eb03584.png"); /* spring/summer */

  /* color: #dddddd; */
  line-height: 1.6;
  font-size: 16pt;
  font-family: 'Questrial', sans-serif;
}
#mobile-opentable {
  display:none
}

#mobile-opentable img{
  margin-bottom: 25px;

}

iframe{
  display:block;
  margin:0 auto 20px auto;
}
#desktop-opentable img{
  display:block;
  margin:0 auto;
  position:relative;
  top: -100px;
}

nav{
  background-color: #c0c0c0; /* light gray */
  background-color: #000; /* gray */

}
.header-addy{
  position: relative;
  top:-55px;
  left:220px;
}
.navbar-nav{
  margin-bottom:2em;
  padding-top:.5em;
}
.nav-holder{
background: rgba(255,255,255, .6);
width: 100%;
}

.nav-item a {
  color:#5D5C61;
  text-transform: uppercase;
}
.styled-link{
  color:#5D5C61;
  text-transform: uppercase;
}

.nav-item a:hover {
  /* color:#ffffff; */
  text-transform: lowercase;
  text-decoration: none;
}
.styled-link:hover{
  color:#3e3e41;
  text-transform: lowercase;
  text-decoration: none;
}

.menu{
  background: #ffffff;
  padding: 3em;
}

.menu-item{
  padding:1em;
}

.description{
  color: #555555;
  font-size: .9em;
}

.upstairs-bg {
  background-image: url("../images/social-distance.968d8410027c.jpg");
  background-size: contain;
  background-attachment: fixed;
}

.home {
  background-image: url("../images/gh-rainbow.be30513dc456.jpg");
  background-size: contain;
  background-attachment: fixed;
}

.fireplace-bg {
  background-image: url("../images/gh-fireplace.7fe72f722049.jpg");
  background-size: contain;
  background-attachment: fixed;
}
.location {
  background-image: url("../images/gh-daytime.4f476d1e52f5.jpg");
  background-size: contain;
  background-attachment: fixed;
}
.social{
  display:block;
  margin:0 auto;
  width:200px;
}
.hours{
  display: block;
  margin:0 auto 25px;
}
.map{
  width:400px;
  display:block;
  margin:0 auto;
  max-width:100%;
  overflow:hidden;
  min-height: 500px;
}
#myMap{
  height:400px;
}
.gallery{
  display: block;
  margin:0 auto;
  max-width:800px;
}
.footer{
  background: rgba(255,255,255, .6);
}

.social img, .social-mobile img{
  display:inline;
  height:40px;
  margin-right:20px;
}
.friends{
  /* display:inline-block; */
}
.main{
  background-size: cover;
  min-height:800px;
  padding-top:100px;
}

#fadein-text {
  background: rgba(255,255,255, .8);
  /* opacity: 0; */
}

.show {
  transition: opacity 800ms;
}
.hide {
  opacity: 0;
}
.social-mobile{
  display:none;
}
.navbar-nav {
  float:none;
  margin:0 auto;
  display: block;
  text-align: center;
}

.navbar-nav > li {
  display: inline-block;
  float:none;
  text-align: center;
}
.nav-item{
  width:180px;
}
.address-cell, .address-divider{
  display:inline;
}

.choice-info{
  color:#555555;
}
@media only screen and (max-width: 1462px) { 
.nav-item{
  width:130px;
}
  
}

@media only screen and (max-width: 1200px) { 
  .nav-item{
    width:100px;
  }
    
  }

@media only screen and (max-width: 991px) { 
  #mobile-opentable{
    display: block;
  }
  #desktop-opentable{
    display: none;
  }

/* } */
/* @media only screen and (max-width: 767px) { */
   #logo img{
     max-width:100%
   }
   .address-cell{
    display: block;
   }
   .address-divider{
     display:none;
   }
   .navbar-nav li{
    display: block;
  }
  }
