.navbar-column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.navbar-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.navbar-column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.flex-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-button {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.order-button:hover {
  background-color: #bd8203;
  color: #fff;
}

.brand {
  width: auto;
  height: auto;
}

.menu-button {
  padding: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 60px;
}

.menu-button._2 {
  color: #754a1c;
}

.logo-image {
  width: 70px;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  background-color: transparent;
  text-align: center;
}

.container.top {
  background-color: transparent;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: transparent;
}

.navbar._2 {
  position: relative;
  background-color: #fff;
}

.slider {
  height: 100vh;
}

.slider.page {
  height: 300px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slide {
  padding-top: 60px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/Honey-Buffalo-Wings-feat.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide.page {
  margin-top: 0px;
  padding-top: 0px;
  background-image: url('../images/philly-grill-chicken-wings-p-1600.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.inside-slide-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.big-logo-link {
  width: 30%;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
}

.div-header {
  margin-top: 40px;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
}

.heading-2 {
  margin-top: 10px;
  font-size: 22px;
  text-transform: uppercase;
}

.heading-2._3 {
  margin-bottom: 40px;
}

.text-block {
  padding-top: 0px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.time-flex-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.time-div {
  width: 400px;
  margin: 25px 10px 10px;
  padding: 15px 30px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d3d3d3;
  border-radius: 5px;
}

.heading-3 {
  margin-top: 0px;
  font-size: 15px;
}

.list-item {
  margin-bottom: 7px;
}

.list-item.last {
  margin-bottom: 0px;
}

.column {
  text-align: left;
}

.column-2 {
  text-align: right;
}

.text-block-2 {
  color: #362a1e;
  font-size: 15px;
}

.map-div {
  display: inline-block;
  width: 900px;
  height: 400px;
  margin: 20px auto;
}

.html-embed {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.footer-textblock {
  color: #362a1e;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.nav-menu {
  width: 50%;
  padding-top: 50px;
  background-color: #fff;
}

.cross-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #554638;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #362a1e;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #e7e7e7;
}

.nav-link.w--current {
  color: #362a1e;
}

.nav-link.colored {
  background-color: transparent;
  color: #bd8203;
}

.nav-link.colored:hover {
  background-color: #ebebeb;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 20px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #362a1e;
  text-transform: uppercase;
}

.page-box {
  padding-bottom: 15px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
}

.div-block {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.paragraph {
  line-height: 26px;
  text-align: left;
}

.section-order {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ws-vs1 {
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
}

.icon {
  color: #fff;
}

.body {
  background-color: transparent;
}

.bold-text-3 {
  color: #362a1e;
  text-decoration: none;
}

.bold-text-3:hover {
  color: #f3e9e9;
}

.bold-text-4 {
  font-weight: 400;
}

.h1 {
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 30px;
}

.h1._2 {
  font-size: 22px;
  line-height: 24px;
}

.columns-2 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none #000;
  border-radius: 5px;
  background-color: #362a1e;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-5 {
  font-size: 15px;
}

.icon-2 {
  color: #000;
}

.image-2 {
  width: 100%;
}

.phone {
  color: #d11;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .big-logo-link {
    width: 35%;
  }

  .section._2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-2 {
    margin-top: 0px;
  }

  .text-block {
    padding-top: 0px;
    font-size: 14px;
    font-weight: 700;
  }

  .time-div {
    margin-right: 5px;
    margin-left: 5px;
    padding: 15px 10px;
  }

  .map-div {
    width: 98%;
  }

  .footer-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-textblock {
    font-size: 14px;
  }

  .nav-link {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-4 {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block {
    width: 90%;
  }

  .paragraph {
    line-height: 24px;
  }

  .h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .columns-2 {
    width: 95%;
  }

  .div-block-2 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-column-1 {
    position: absolute;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navbar-column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-column-3 {
    width: auto;
  }

  .flex-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .order-button {
    margin-top: 5px;
    margin-right: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu-button {
    font-size: 52px;
  }

  .logo-image {
    width: 55px;
  }

  .container.top {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider.page {
    height: 250px;
  }

  .big-logo-link {
    width: 40%;
  }

  .heading-2 {
    margin-top: 0px;
  }

  .time-flex-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .time-div {
    width: 380px;
  }

  .map-div {
    width: 100%;
    height: 320px;
  }

  .footer-textblock {
    font-size: 14px;
  }

  .nav-link {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-4 {
    font-size: 30px;
  }

  .div-block {
    width: 100%;
  }

  .columns-2 {
    width: 80%;
  }

  .div-block-2 {
    margin-bottom: 5px;
  }

  .text-block-5 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-column-2 {
    margin-left: 65px;
  }

  .order-button {
    padding: 12px 10px;
  }

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

  .container.top {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider.page {
    height: 200px;
  }

  .big-logo-link {
    width: 75%;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2 {
    font-size: 15px;
  }

  .heading-2 {
    margin-top: 0px;
    font-size: 20px;
    line-height: 26px;
  }

  .text-block._2 {
    font-size: 14px;
  }

  .time-div {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
  }

  .heading-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .text-block-2.time {
    font-size: 13px;
  }

  .map-div {
    height: 290px;
  }

  .footer-textblock {
    font-size: 13px;
  }

  .heading-4 {
    padding: 10px 15px;
    font-size: 28px;
    line-height: 36px;
  }

  .page-box {
    padding-bottom: 10px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .h1 {
    font-size: 22px;
    line-height: 26px;
  }

  .columns-2 {
    width: 100%;
  }

  .div-block-2 {
    width: 80px;
    height: 80px;
    font-size: 15px;
  }

  .text-block-5 {
    font-size: 14px;
  }
}

