.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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-bottom: 1px solid #ff2b00;
  background-image: url('../images/panasian_menu_background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.navbar {
  background-color: #000;
}

.nav-menu {
  background-color: rgba(0, 0, 0, 0.8);
}

.navigation-link {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.navigation-link:hover {
  color: #ff3700;
}

.navigation-link.w--current {
  color: #ff3700;
  text-align: center;
  text-decoration: overline;
}

.menu-button.w--open {
  background-color: #000;
}

.icon {
  color: #fff;
}

.social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  margin-right: 10px;
  margin-left: 10px;
}

.page-title {
  padding-bottom: 50px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.standard-text-centre {
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  -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;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40%;
  padding-top: 40px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  padding-top: 20px;
}

.tab-link-tab-1 {
  background-color: hsla(0, 0%, 78.4%, 0.44);
}

.tab-link-tab-1.w--current {
  background-color: rgba(0, 0, 0, 0.2);
}

.sml-title {
  padding-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.container-3 {
  padding-bottom: 50px;
}

.section-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ff2b00;
  background-image: url('../images/panasian_menu_mains_background.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.very-sml-title {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.menu-text-addition {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.section-3 {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ff2b00;
  background-image: url('../images/panasian_other_dishes.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-4 {
  padding-bottom: 50px;
}

.container-5 {
  padding-bottom: 0px;
}

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

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-2 {
  padding-top: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.homepage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
  border-bottom: 1px solid #ff2b00;
  background-image: url('../images/homepage_baobun_pic.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.drink-name {
  padding-top: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
}

.drink-price {
  padding-top: 10px;
}

.section-4 {
  padding-bottom: 50px;
  border-bottom: 1px solid #ff2b00;
  background-image: url('../images/drinks_background.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-7 {
  padding-top: 50px;
  padding-bottom: 20px;
}

.section-5 {
  padding-top: 50px;
  padding-bottom: 100px;
  background-image: url('../images/wine_background.jpg');
  background-position: 50% 100%;
  background-size: auto;
}

.section-6 {
  border-bottom: 1px solid #ff2b00;
  background-image: url('../images/baoe_buns_backupBackground.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.large-text-centre {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.link-block {
  margin-top: 50px;
}

.button {
  border: 1px solid #ff2b00;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 3px;
}

.section-7 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #000), to(transparent));
  background-image: linear-gradient(0deg, #000 10%, transparent);
  -o-object-fit: fill;
  object-fit: fill;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.red-link {
  color: #ff2b00;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .navbar {
    background-color: #000;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .navigation-link {
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
  }

  .menu-button {
    background-color: #000;
  }

  .icon {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
}