.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.heading {
  color: #fff;
  text-align: center;
  font-size: 2em;
  line-height: 2em;
}

.text-block {
  color: #fffefe;
  font-size: 1.5em;
  line-height: 1.5em;
}

.div-block {
  width: 500px;
  margin-top: 0;
  padding-top: 40px;
  padding-left: 40px;
  position: absolute;
  top: 50px;
  left: 50px;
}

.section {
  z-index: 0;
  text-align: center;
  background-color: #000;
  width: 100vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.image {
  margin-top: 20px;
  margin-left: 20px;
}

.image-2 {
  display: inline-block;
  position: static;
}

.section-2 {
  background-color: #000;
  height: auto;
}

.div-block-2 {
  z-index: 100;
  float: right;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  width: 500px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 40px;
  text-decoration: none;
  display: block;
  position: relative;
  inset: 40px 0% 0% -45px;
}

.image-3 {
  position: absolute;
}

.section-3 {
  height: 100vh;
}

.hourssection {
  z-index: 20;
  background-color: #000;
  justify-content: center;
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
}

.div-block-3 {
  text-decoration: none;
}

.grid {
  grid-template-rows: auto;
}

.heading-2 {
  color: #ad1e1e;
  text-align: center;
  font-family: Great Vibes, cursive;
  font-size: 3em;
  text-decoration: none;
}

.div-block-4 {
  text-align: center;
  border: 2px solid #fff;
  border-radius: 6px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.link-block {
  text-align: center;
}

.text-block-2 {
  color: #ad1e1e;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Great Vibes, cursive;
  font-size: 4em;
}

.daytext {
  color: #ad1e1e;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Great Vibes, cursive;
  font-size: 3em;
}

.describespecials {
  margin-bottom: 20px;
  font-size: 1.25em;
  line-height: 1.25em;
}

.describespecials2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.25em;
  line-height: 1.25em;
}

.grid-2 {
  grid-template-rows: auto;
}

.section-4 {
  background-color: #dbdada;
}

.sepcialsblock {
  text-align: center;
  border: 2px solid #fff;
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-4 {
  width: 100vw;
}

.image-5 {
  z-index: 1;
  width: 100vw;
  max-width: none;
  display: block;
  position: static;
}

.div-block-5 {
  position: static;
  inset: auto 0% 0% auto;
}

.image-6 {
  display: block;
  position: static;
  inset: auto auto 0% 0%;
}

.barphotosection {
  z-index: 20;
  background-color: #000;
  width: 100vw;
  height: auto;
  display: block;
  position: relative;
  top: 0;
}

.specialsheadingtext {
  color: #ad1e1e;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Great Vibes, cursive;
  font-size: 4em;
}

.facebooktext {
  color: #2600ce;
  text-align: center;
  font-size: 2em;
}

.image-7 {
  text-align: center;
  width: 350px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-6 {
  text-align: center;
}

.italic-text {
  color: #3b5a9b;
}

.image-8 {
  width: 90vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  height: 100vh;
  display: block;
}

@media screen and (max-width: 991px) {
  .div-block {
    width: 350px;
    padding-top: 0;
    padding-left: 0;
    top: 10px;
    left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.25em;
  }

  .div-block {
    width: 150px;
    padding-top: 0;
    padding-left: 0;
    top: 10px;
    left: 10px;
  }

  .section {
    background-size: cover;
    height: auto;
  }

  .image {
    margin-top: 10px;
    margin-left: 10px;
  }

  .section-2 {
    background-size: contain;
    width: 100vw;
    height: auto;
  }

  .div-block-2 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 200px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
    top: 135px;
    left: 0;
  }

  .hourssection {
    height: auto;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2em;
    line-height: 2em;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-6 {
    max-width: none;
  }

  .barphotosection {
    background-image: none;
    width: 100vw;
    height: auto;
    position: relative;
  }

  .italic-text {
    font-size: 1em;
    line-height: 1em;
  }

  .container-2 {
    height: auto;
  }
}

#w-node-_1d6635d2-533b-8480-a978-5f6c373461c8-32eae17e {
  align-self: auto;
}

#w-node-f0e6f24d-c31f-4b7a-6917-b868b275505f-32eae17e {
  align-self: center;
}


