body {
  color: #666;
  background-color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7em;
}

a {
  color: #000;
}

a:hover {
  color: #000;
}

/*font awesome icons*/
[class*="fa-"] {
  color: #000;
}

.site-header {
  position: sticky;
  position: -webkit-sticky;
  top: -112px; /* required */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
  padding: 0 40px;
  background-color: #fff;
  border-bottom: 3px solid #8be2ff;
}

.site-menu {
  position: fixed;
  left: -300px;
  z-index: 999999;
  width: 300px;
  height:100vh;
  background-color: #fff;
  transition: left .15s;
  border-right: 1px solid #000;
}

.site-menu.show {
  left: 0px;
}

.site-header .menu-button {
  position: fixed;
  top: 4px;
  left: 8px;
  cursor: pointer;
}

.site-menu .menu-button {
  position: absolute;
  right: 8px;
  top: 4px;
  cursor: pointer;
}

.menu-button .btn {
  height: 38px;
  width: 45px;
  padding-top: 7px;
  line-height: 1.3;
  border: none;
}

.site-nav {
  padding-top: 20px;
}

.site-nav  ul {
  list-style: none;
  padding: 20px;
}

.site-nav  li {
  margin-top: 20px; 
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.site-nav  li .fa {
  display: inline-block;
  width: 30px;
  margin-right: 16px;
  text-align: center;
}

a.header-fonts-styles {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1em;
}

.site-logo {
  width: 170px;
  margin: 0 0 0 0;
}

.site-header-info {
  display: flex;
  align-items: center;
}

.current-page a {
  display: none;
}

.current-page a {
  color: #8be2ff;
}

.phone {
}

.address {
}

.email {
}

.wheelchair {
}

.facebook {
}

.fa-facebook-f {
  color: #265999;
  font-size: 20px;
}

.fa-yelp {
  color: #c42026;
  font-size: 20px;
}

.btn {
  font-size: 12px;
  border: none;
}

.btn-info {
  font-weight: 700;
  background-color: #8be2ff;
}

.btn-info:hover {
  background-color: #6fb4cc;
}

section {
  border-bottom: 3px solid #8be2ff;
}

section.intro {
  /*background-image: url(../images/MelSpade-2-C5b.png);*/
  /*background-position: center, center;*/
 /*background-size: 100% auto; */
  /*background-size: 100% cover;*/
  /*background-repeat: no-repeat;*/
}

section.food,
section.drink,
section.welcome {
  background-color: #25242c;
  color: #fff;
}

section.welcome .banner {
  padding: 50px;
  margin-bottom: 30px;
  text-align: center;
}

section.welcome h1 {
  color: #fff;
  font-weight: 700;
}

section.welcome .content {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.welcome-img {
  width: 485px;
  margin-right: 60px;
  border: 2px solid #8be2ff;
}

.blurb-container {
  display: flex;
  width: 535px;
  /*margin-left: 60px;*/
}

.blurb-container .column2 {
  padding-left: 80px;
}

.blurb {
  display: flex;
  max-width: 245px;
  margin-bottom: 30px;
}

/*.blurb img {
  flex-shrink: 0;
  width: 32px;
}*/

.blurb .icon,
.blurb figure {
  flex-shrink: 0;
  width: 32px;
  margin-right: 16px;
  text-align: center;
}

.blurb .icon i {
  color: #56a3d3;
  font-size: 30px;
}

.blurb h4 {
  font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}

.blurb .message {
  font-family: helvetica, arial, sans-serif;
  font-size: 14pt;
  color: #fff;
}



section.hours {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

section.hours .panel-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 320px;
  margin-top: 60px;
}

section.hours .panel-info .figure {
  width: 50px;
}

section.hours .panel-info h4 {
  color: #56a3d3;
  font-weight: 700;
}

section.hours .panel-info .info {
  text-align: center;
  font-size: 18px;
}

section.hours .panel-img .figure {
  margin: 0;
  box-shadow: 0 0 20px 1px rgba(0,0,0,.2);
}

section.hours .panel-img .figure img {
  max-width: 320px;
  margin-bottom: 0;
}

section.hours .panel-img,
section.hours .panel-info:last-child {
  margin-left: 100px;
}



section.numbers {
  height: 355px;
  background-position: center, center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/poolroom-shot1.jpeg);
}

section.numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
}

section.numbers .panel {
  max-width: 345px;
  text-align: center;
}

section.numbers .panel:not(:first-child) {
  margin-left: 140px;
}

section.numbers .panel .count {
  margin-bottom: 30px;
  color: #fff;
  font-size: 72px;
}

section.numbers .panel .title {
  color: #fff;
  font-weight: 700;
}

section.food,
section.drink {
  height: 600px;
  text-align: center;
}

section.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  font-size: 20px;
  background-color: #8be2ff;
}

section.contact .panel {
  margin-bottom: 30px;
}

section.contact .phone,
section.contact .address {
  font-size: 16px;
}

.copyright {
  font-size: 12px;
}

@media (min-width: 599px) {
  .current-page {
    display: block;
  }
}

@media (max-width: 1400px) {
  section.numbers .panel:not(:first-child) {
    margin-left: 60px;
  }
}

@media (max-width: 1200px) {
  .welcome-img {
    display: none;
  }
}

@media (max-width: 1100px) {
  section.numbers .panel:not(:first-child) {
    margin-left: 30px;
  }
}

@media (max-width: 1000px) {
  .site-header-info .address {
    display: none;
  }
  .hours-img {
    display: none;
  }
}

@media (max-width: 900px) {
  section.numbers .panel .title,
  section.numbers .panel .count {
    margin-bottom: 8px;
    font-size: 26px;
  }
}

@media (max-width: 650px) {
  .welcome h1 {
    font-size: 24px;
  }
  .hours,
  .blurb-container {
    flex-direction: column;
    align-items: center;
  }
  .blurb-container .column1,
  .blurb-container .column2 {
    padding-left: 0;
  }
  .hours {
    padding-top: 0 !important;
  }
  .hours .panel-info {
    margin-left: 0 !important;
  }

  .numbers {
    flex-direction: column;
  }

  section.numbers .panel .title,
  section.numbers .panel .count {
    margin-bottom: 8px;
    font-size: 26px;
  }

  section.numbers .panel {
    margin-left: 0 !important;
  }

}

@media (max-width: 600px) {
  .site-header-info .address,
  .news-and-events {
    display: none;
  }
}

@media (max-width: 500px) {
  .site-header-info .phone {
    margin-right: 20px;
  }
  .site-header-info .wheelchair {
    display: none;
  }
}


