/* GLOBAL STYLES =======================================  */

/*@import url("https://fonts.googleapis.com/css2?family=Yesteryear&display=swap");*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Yesteryear&display=swap");

/* For galaxy fold ===  */
@media (max-width: 440px) {
  .font-special {
    font-size: 2.5em !important;
  }

  .display-4 {
    font-size: 1.7rem;
  }

  .h1,
  h1,
  .h2,
  h2 {
    font-size: 1.5rem;
  }

  .h3,
  h3,
  .h4,
  h4 {
    font-size: 1.25rem;
  }

  .h5,
  h5 {
    font-size: 1.05rem;
  }

  .lead {
    font-size: 1rem;
  }
}

@media (min-width: 441px) and (max-width: 812px) {
  h1,
  .h1 {
    font-size: 1.85rem;
  }

  h2,
  .h2 {
    font-size: 1.5rem;
  }

  h3,
  .h3 {
    font-size: 1.25rem;
  }

  .display-4 {
    font-size: 2.25em;
  }
}

section:not(.page-home) .title {
  padding-top: 3em;
  padding-bottom: 2em;
  margin-bottom: 3em;
  background: url("https://apihoard.webit.com/api/v1/Image/602924F544A430F7D73DD751EAB32AEF/602924F544A430F7D73DD751EAB32AEF.jpg?size=800x600") no-repeat center 73% / cover;
}

.title-heading:not(.page-home) {
  text-align: center;
  color: #f4b500;
  font-family: "Yesteryear", cursive !important;
  font-weight: 400 !important;
  font-size: 4.25em;
}

@media (min-width: 812px) {
  section:not(.page-home) .title {
    padding-top: 5em;
    padding-bottom: 5em;
    margin-bottom: 3em;
    background: url("https://apihoard.webit.com/api/v1/Image/602924F544A430F7D73DD751EAB32AEF/602924F544A430F7D73DD751EAB32AEF.jpg?size=1920x1440") no-repeat center 66% / cover;
  }

  .title-heading:not(.page-home) {
    font-size: 7em;
  }
}

.bg-yellow {
  background: #f4b500;
}

.text-yellow {
  color: #f4b500;
}

.bg-green {
  background: #1b7217;
}

.font-special {
  font-family: "Yesteryear", cursive !important;
  font-weight: 400 !important;
  font-size: 4.25em;
}

.pepper {
  width: 11px;
}

.fa-circle,
.fa-heart {
  color: #c0001f;
}

/* HEADER  =============================================  */

.header-info {
  background: url("https://apihoard.webit.com/api/v1/Image/84C9E7A1B24E33BCA3FBD761AF1975E3/84C9E7A1B24E33BCA3FBD761AF1975E3.jpg?size=1920x1440") no-repeat center center;
}

.header-social {
  display: flex;
  align-items: center;
  margin: 0.5em 0 0 0;
  justify-content: center;
}

.header .wb__head-banner p {
  font-size: 1.3rem;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 6px auto;
  line-height: 1.3em;
  letter-spacing: -0.04em;
}

.header .wb__head-banner div[class^="col"]:nth-of-type(odd) p {
  color: #fff;
}

.header .wb__head-banner div[class^="col"]:nth-of-type(even) p {
  color: #5dd7d3;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .header .wb__head-banner p {
    font-size: 1.5rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
  .header-social {
    display: block;
    margin: 0.5em 0 0 0;
  }

  .header .wb__head-banner p {
    font-size: 1.6rem;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .header .wb__head-banner p {
    font-size: 1.9rem;
  }
}

/* Nav ===  */

.header .navbar,
.header .navbar.bg-primary {
  background: linear-gradient(-180deg, #a10a00, #ce6700, #feca00) !important;
}

.navbar-nav .nav-item {
  text-transform: uppercase;
}

/* HOME PAGE ===========================================  */

/* Parallax ===  */

.webit__parallax {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
}

/* Chinese page ========================================  */

.page-chinese .title-heading .title-heading-container span {
  letter-spacing: normal;
}

/* MENUS ===============================================  */

.border-right {
  border-right-width: 0 !important;
}

@media (min-width: 992px) {
  .border-right {
    border-right-width: 1px !important;
  }
}

.three-col-list {
  column-count: 1;
  -webkit-column-count: 1;
  -moz-column-count: 1;
}

@media (min-width: 568px) and (max-width: 700px) {
  .three-col-list {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
}

@media (min-width: 701px) {
  .three-col-list {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
  }
}

.page-chinese .list-unstyled {
  margin-top: 1rem;
}

.list-unstyled li {
  margin-bottom: .5em
}

.list-unstyled lh {
  display: none!important;
}

.page-vietnamese-pho-soup-bun h3+.font-weight-bold {
  display: none
}

/* Chinese Menu - 2nd Summary List Section ===  */

.page-chinese section:nth-of-type(8).list {
  padding-top: 2em;
}

/* hiding image */
.page-chinese section:nth-of-type(8).list .list-img-wrap {
  display: none;
}

/* FOOTER ==============================================  */

.footer-social {
  padding: 10px;
  background-color: #fffaf0;
  border-radius: 10px;
  border: 7px double #08121a;
  margin: 10px 0 0;
  text-align: center;
  display: flex;
  align-items: center;
}

.footer-fb,
.footer-fb:hover {
  width: 46px;
  height: 46px;
  margin: 0.5em;
}

.footer-fb {
  background: url("https://apihoard.webit.com/api/v1/Image/9543C06549233B65D054A6C649476AF1/9543C06549233B65D054A6C649476AF1.png?size=Original") no-repeat;
  transition: ease all 0.4s;
  display: inline-block;
}

.footer-fb:hover {
  background: url("https://apihoard.webit.com/api/v1/Image/458D7AA68DD2ACFF742141A08684CB08/458D7AA68DD2ACFF742141A08684CB08.png?size=Original") no-repeat center center/contain;
}
