a {
  text-decoration: underline;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  display: block;
  height: auto;
  padding: 20px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
  background-color: rgba(29, 29, 27, 0.98);
  opacity: 1;
  color: #333;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.nav-logo {
  width: auto;
  height: 62px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  font-family: Exo, sans-serif;
  color: #bd9a00;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  text-decoration: underline;
}

.body {
  height: 100%;
  background-color: #1d1d1b;
  background-image: url('../images/restaurant-2618315_1920.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slider {
  width: 100%;
  height: 100%;
}

.slide {
  width: 100%;
  height: 100%;
  background-image: url('../images/restaurant-690569_1920.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.slider-2 {
  width: 100%;
  height: 80%;
}

.mask {
  height: 100%;
}

.text-block {
  margin-left: 20px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 31px;
  line-height: 42px;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.section {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 125px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(29, 29, 27, 0.95);
}

.encart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 400px;
  margin-top: 100px;
  margin-right: 50px;
  float: right;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #bd9a00;
  border-radius: 10px;
  background-color: rgba(29, 29, 27, 0.95);
  opacity: 1;
  color: rgba(29, 29, 27, 0.95);
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Great Vibes', cursive;
  color: hsla(60, 0%, 100%, 0.95);
  font-size: 55px;
  line-height: 70px;
  font-weight: 400;
}

.image {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 3px;
}

.paragraph {
  margin-bottom: -1px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Great Vibes', cursive;
  color: #bd9a00;
  font-size: 34px;
  line-height: 32px;
  font-weight: 400;
}

.link {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 35px;
  font-weight: 500;
  text-decoration: underline;
}

.paragraph-2 {
  width: 200px;
  margin-left: 20px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
}

.image-2 {
  height: 101px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.ling-2 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .sticky-nav {
    padding-right: 10px;
    padding-left: 40px;
  }
  .nav-logo-link {
    -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-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;
    font-size: 19px;
  }
  .text-block {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
    padding-left: 10px;
  }
  .nav-grid {
    -ms-grid-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
    -ms-grid-columns: max-content max-content max-content;
    grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content max-content;
    text-align: center;
  }
  .nav-logo {
    display: none;
  }
  .nav-link {
    font-size: 14px;
  }
  .section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .div-block {
    margin-top: 10px;
  }
  .list-item {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    height: auto;
    padding: 0px;
  }
  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }
  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }
  .nav-logo {
    display: block;
    overflow: visible;
    border: 1px none #000;
  }
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }
  .text-block {
    display: none;
  }
  .list-item {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

#w-node-d4afb7409888-3b512c34 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-d4afb7409888-3b512c34 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}