/* Text Elements */

a.link-text.nav-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #3b0000;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  font-family: 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
}

/* Layout Elements */

.container.header-nav {
  padding-right: 0;
  padding-left: 0;
  max-width: none;
  background-color: #dbcaca;

  grid-template-columns: 1fr 60px 1fr;
  grid-template-rows: repeat(2 , auto);
  grid-template-areas: 'nav1 . nav2' 'nav3 nav-image nav4';
}

.container.nav-link1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;

  grid-area: nav1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.nav2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;

  grid-area: nav2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.nav-image {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  border-bottom: .0625rem solid #3b0000;
  border-radius: 50px;
  background-color: transparent;

  grid-area: nav-image;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.nav3 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;

  grid-area: nav3;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.nav4 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;

  grid-area: nav4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

div.responsive-picture.gourmet-logo {
  border-radius: 0;
}

ul.list-container.orbit-container {
  height: auto;
}

div.responsive-picture.orbit-image {
  max-width: none;
}

@media screen and (min-width: 12.5rem) {
  /* Text Elements */

  h1.h1-overlay1 {
    padding-right: 8px;
    padding-left: 8px;
    max-width: 650px;
    width: auto;
    color: #dbcaca;
    text-align: center;
    text-shadow: #3b0000 1px 1px 2px;
    font-style: italic;
    font-variant: small-caps;
    font-size: 23px;
    font-family: 'Cinzel Decorative', cursive;

    -webkit-text-stroke-width: .02rem;
  }

  h1.hungry-kitten-h1 {
    padding-right: 8px;
    padding-left: 8px;
    max-width: 650px;
    width: auto;
    color: #dbcaca;
    text-align: center;
    text-shadow: #3b0000 1px 1px 2px;
    font-style: italic;
    font-variant: small-caps;
    font-size: 23px;
    font-family: 'Cinzel Decorative', cursive;

    -webkit-text-stroke-width: .02rem;
  }

  h2.indo-intro {
    background-color: #3b0000;
    color: #dbcaca;
    text-align: center;
    text-shadow: #000 0 1px 1px;
    font-weight: 600;
    font-family: mine2, Arial, sans-serif;
  }

  h2.fade-in.featured-restaurant {
    color: #3b0000;
    text-align: center;
    font-weight: 600;
    font-family: mine3, Arial, sans-serif;
  }

  h3.fade-in.recommended-h3 {
    color: #3b0000;
    font-weight: 600;
    font-family: mine2, Arial, sans-serif;
  }

  p.paragraph.hero-para-overlay {
    margin-right: auto;
    margin-left: auto;
    padding: 8px 18px;
    max-width: 650px;
    width: auto;
    color: #dbcaca;
    font-weight: 600;
    font-size: 17px;
    font-family: 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
    -webkit-transform: translateY(-29px);
       -moz-transform: translateY(-29px);
         -o-transform: translateY(-29px);
            transform: translateY(-29px);
  }

  p.paragraph.fade-in.indo-intro-para {
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    max-width: 1000px;
    width: 90%;
    color: #000;
    text-transform: lowercase;
    text-shadow: #000 0 1px 1px;
    font-weight: 600;
    font-variant: normal;
    font-size: 15px;
    font-family: mine2, Arial, sans-serif;

    -webkit-text-stroke-width: .01rem;
  }

  p.paragraph span.paragraph-text-1 {
    text-transform: lowercase;
  }

  a.link-text.nav-link {
    padding-left: .05rem;
    background-color: #3b0000;
    color: #ffb4b4;
  }

  a.link-text.text-link-1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 8px;
    max-width: 300px;
    width: 90%;
    background-color: #3b0000;
    color: #dbcaca;
    text-align: center;

    grid-area: four;
  }

  a.link-text.regina.text-link-1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 8px;
    max-width: 300px;
    width: 90%;
    background-color: #3b0000;
    color: #dbcaca;
    text-align: center;
  }

  a.link-text.hingry-kitten.text-link-1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 8px;
    max-width: 300px;
    width: 90%;
    background-color: #3b0000;
    color: #dbcaca;
    text-align: center;
  }

  a.link-text.sushi-teh.text-link-1 {
    margin-right: auto;
    margin-left: auto;
    padding: 8px;
    max-width: 300px;
    width: 90%;
    height: auto;
    background-color: #3b0000;
    color: #dbcaca;
    text-align: center;
  }

  /* Layout Elements */

  body.FadeInPages {
    background-color: #c6c6c6;
  }

  body.FadeInPages.home-intro.mainbody {
    background-color: #000;
  }

  .container.header-nav {
    background-color: #000;

    grid-template-areas: 'nav1' 'nav2' 'nav-image' 'nav3' 'nav4';
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5 , auto);
  }

  .container.nav-link1 {
    padding-right: .05rem;
    border-right: 0 solid #dbcaca;
    background-color: transparent;
  }

  .container.nav-image {
    width: 100%;
    border-bottom-width: 0;
  }

  .container.header-nav.hiddenbyme {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;

    grid-template-areas: 'nav1 , nav2' '. nav-image .' 'nav3 . nav4.';
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: repeat(3 , auto);
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.nav2 {
    border-left: 0 solid #dbcaca;
  }

  .container.nav3 {
    padding-right: .05rem;
    border-right: 0 solid #dbcaca;
    border-left: 0 solid #dbcaca;
  }

  .container.nav4 {
    margin-left: .05rem;
    border-left: 0 solid #dbcaca;
  }

  .container.hero-vid-wrapper {
    position: relative;
    height: 83vh;
  }

  .container.hero-image-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    height: 100%;
    background-image: url('../images/main-pages/chef-portrait-small.webp');
    background-attachment: scroll;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    background-blend-mode: normal;
  }

  .container.hero-image-overlay.hiddenbyme {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .46) 3%, rgba(0, 0, 0, .7) 100%), url('../images/main-pages/chef-portrait-small.webp');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .46) 3%, rgba(0, 0, 0, .7) 100%), url('../images/main-pages/chef-portrait-small.webp');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .46) 3%, rgba(0, 0, 0, .7) 100%), url('../images/main-pages/chef-portrait-small.webp');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, .46) 3%, rgba(0, 0, 0, .7) 100%), url('../images/main-pages/chef-portrait-small.webp');
    background-attachment: scroll, scroll;
    background-position: left top, center top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: repeat, no-repeat;

    background-blend-mode: normal, normal;
  }

  .container.fade-in.main-page-sections-wrapper {
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    background-color: #dbcaca;

    grid-template-areas: 'malang-intro' 'one';
    grid-template-columns: minmax(100%, auto);
    grid-template-rows: auto minmax(auto, auto);
    grid-row-gap: 8px;
  }

  .container.fade-in.malang-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;
    background-color: #dbcaca;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.item.item4 {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
    width: 98%;
    height: 100px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.item.item5 {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
    width: 98%;
    height: 100px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.item.item2 {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    max-width: 300px;
    width: 99%;
    height: 100px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.wrapper {
    position: relative;
    top: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    max-width: 1536px;
    width: 93.3%;
    background-color: #dbcaca;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.item.item1 {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 300px;
    height: 100px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.item.item3 {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    max-width: 300px;
    width: 99%;
    height: 100px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.fade-in.la-regina-intro {
    grid-template-columns: auto;
    grid-template-rows: repeat(2 , auto);
  }

  div.responsive-picture.gourmet-logo {
    max-width: 80px;
    width: 50%;
    border-bottom-width: .0625rem;
    border-bottom-style: solid;
    border-bottom-right-radius: 500px;
    border-bottom-left-radius: 500px;
  }
}

@media screen and (min-width: 14.1875rem) {
  /* Text Elements */

  a.link-text.nav-link {
    color: #ffb4b4;
  }

  /* Layout Elements */

  .container.header-nav {
    background-color: #000;

    grid-template-areas: 'nav1' 'nav2' 'nav-image' 'nav3' 'nav4';
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5 , auto);
  }

  .container.nav-link1 {
    background-color: transparent;
  }

  .container.nav-image {
    border-bottom-width: 0;
  }
}

@media screen and (min-width: 22.5rem) {
  /* Text Elements */

  h1.h1-overlay1 {
    width: 218px;
  }

  h1.hungry-kitten-h1 {
    width: 218px;
  }

  p.paragraph.hero-para-overlay {
    padding-right: 10px;
    padding-left: 10px;
    width: 312px;
    font-size: 18px;
  }

  a.link-text.nav-link {
    background-color: #000;
    font-size: 18px;
  }

  div.responsive-picture.gourmet-logo {
    max-width: 90px;
  }
}

@media screen and (min-width: 32.125rem) {
  /* Text Elements */

  h1.h1-overlay1 {
    width: 300px;
    font-size: 35px;
  }

  h1.hungry-kitten-h1 {
    width: 300px;
    font-size: 35px;
  }

  p.paragraph.hero-para-overlay {
    width: 400px;
    font-size: 20px;
  }

  a.link-text.nav-link {
    padding: 5px;
    background-color: transparent;
    font-size: 16px;
  }

  /* Layout Elements */

  .container.header-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;

    grid-template-areas: 'nav1 nav2 nav-image. nav3 nav4';
    grid-template-columns: repeat(5 , 1fr);
    grid-template-rows: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.nav-image {
    position: relative;
    z-index: 100;
    width: auto;
  }

  .container.hero-vid-wrapper {
    height: 94vh;
  }

  div.responsive-picture.gourmet-logo {
    max-width: 126px;
    background-color: #000;
    -webkit-transform: translateY(11px);
       -moz-transform: translateY(11px);
         -o-transform: translateY(11px);
            transform: translateY(11px);
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.vid2-overlay {
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
    max-width: 700px;
    color: #dbcaca;
    text-shadow: #000 0 1px 1px;
    font-weight: 700;
    font-size: 27px;
    font-family: mine2, Arial, sans-serif;

    -webkit-text-stroke-width: .02rem;
    -webkit-text-stroke-color: #000;
  }

  h1 span.cinzel {
    font-family: 'Cinzel Decorative', cursive;
  }

  h2.vid-overlay-h2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 60px;
    max-width: 600px;
    color: #c6c6c6;
    text-shadow: #000 0 1px 1px;
    font-weight: 600;
    font-size: 24px;
    font-family: mine3, Arial, sans-serif;

    -webkit-text-stroke-width: .02rem;
  }

  h2.fade-in.indo-intro {
    background-color: transparent;
    color: #3b0000;
    font-size: 25px;
  }

  p.paragraph.fade-in.indo-intro-para {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;
    color: #000;
    text-shadow: #78828c 1px 1px 1px;

    background-blend-mode: normal;
  }

  a.link-text.nav-link {
    background-color: #000;
    font-size: 18px;
  }

  /* Interaction Elements */

  a.link-button.button.scroll {
    background-color: #3b0000;

    grid-area: two;
  }

  /* Layout Elements */

  body.FadeInPages.home-intro.mainbody {
    min-height: auto;
    background-color: #dbcaca;
  }

  body#mainbody {
    position: static;
  }

  .container.header-nav {
    padding-right: 5px;
    padding-left: 5px;

    grid-template-areas: 'nav1 nav2 logo nav3 nav4';
    grid-template-columns: repeat(5 , auto);
    grid-template-rows: auto;
  }

  .container.nav-image {
    max-width: 93px;
    width: auto;
    border-bottom-width: 0;
    -webkit-transform: translateY(18px);
       -moz-transform: translateY(18px);
         -o-transform: translateY(18px);
            transform: translateY(18px);

    grid-area: logo;
  }

  .container.hero-image-overlay.hiddenbyme {
    display: none;
  }

  .container.hero-vid-wrapper {
    height: 90vh;
  }

  .container.bg-content-size-container.show-for-medium {
    height: 90vh;
    background-color: #000;
  }

  .container.vid-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    padding-top: 20px;
    height: 100%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .46) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .46) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .46) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, .46) 0%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    background-blend-mode: normal;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.fade-in.main-page-sections-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    margin-top: 20px;
    padding-right: 0;
    padding-left: 0;
    max-width: none;
    background-color: #dbcaca;

    grid-template-columns: 100%;
    grid-template-rows: repeat(2 , auto);
    grid-template-areas: 'one' 'two';
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.wrapper {
    top: 0;
    height: 100px;
    background-color: #dbcaca;
  }

  .container.fade-in.footer {
    position: relative;
    top: 100px;
    background-color: #000;
  }

  div.responsive-picture.gourmet-logo {
    max-width: 107px;
    width: auto;
    border-bottom-width: .0625rem;
    border-bottom-style: solid;
    border-radius: 0 0 500px 500px;
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  video#BcgVid {
    background-color: transparent;
  }

  .rule.body-rule.fade-in hr {
    border-top-color: transparent;
  }

  .rule.body-rule.fade-in {
    margin-right: auto;
    margin-left: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 80%;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 17%, rgba(59, 0, 0, 1) 50%, rgba(59, 0, 0, 1) 58%, rgba(0, 0, 0, 0) 85%);
    background-image:    -moz-linear-gradient(left, rgba(0, 0, 0, 0) 17%, rgba(59, 0, 0, 1) 50%, rgba(59, 0, 0, 1) 58%, rgba(0, 0, 0, 0) 85%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 17%, rgba(59, 0, 0, 1) 50%, rgba(59, 0, 0, 1) 58%, rgba(0, 0, 0, 0) 85%);
    background-image:         linear-gradient(90deg, rgba(0, 0, 0, 0) 17%, rgba(59, 0, 0, 1) 50%, rgba(59, 0, 0, 1) 58%, rgba(0, 0, 0, 0) 85%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.vid2-overlay {
    font-size: 38px;
  }

  h2.vid-overlay-h2 {
    font-size: 28px;
  }

  h2.outofview {
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media screen and (min-width: 93.125rem) {
  /* Layout Elements */

  .container.container-12 {
    display: grid;

    grid-template-columns: repeat(3 , auto);
    grid-template-rows: repeat(3 , auto);
    grid-template-areas: 'one two three' 'four five six' '. seven .';
    grid-area: auto / auto / auto / auto;
    grid-row-gap: 20px;
    grid-column-gap: 5px;
  }

  a.responsive-picture.picture-link-1 {
    grid-area: one;
  }

  a.responsive-picture.fade-in.gallery4 {
    grid-area: four;
  }

  a.responsive-picture.fade-in.gallery5 {
    grid-area: five;
  }

  a.responsive-picture.fade-in.gallery6 {
    grid-area: six;
  }
}

@media screen and (min-width: 95.125rem) {
  /* Text Elements */

  h1.vid2-overlay {
    font-size: 40px;
  }

  h1#Vid2Overlay {
    -webkit-transform: translateY(41px);
       -moz-transform: translateY(41px);
         -o-transform: translateY(41px);
            transform: translateY(41px);
  }

  h1.hungry-kitten-h1 {
    margin-right: auto;
    margin-left: auto;
    width: 500px;
    text-indent: 0;
    word-spacing: -10px;
    font-style: normal;
    font-family: 'Andale Mono', AndaleMono, monospace;
  }

  h2.vid-overlay-h2 {
    max-width: 750px;
    font-size: 30px;

    -webkit-text-stroke-color: #000;
  }

  h2#VidOverlayH2 {
    -webkit-transform: translateY(13px);
       -moz-transform: translateY(13px);
         -o-transform: translateY(13px);
            transform: translateY(13px);
  }

  h2.indo-intro {
    color: #dbcaca;
  }

  h2#heading-1 {
    font-size: 29px;
  }

  h2.fade-in.indo-intro {
    background-color: transparent;
    color: #3b0000;
    font-weight: 300;
  }

  h2.fade-in.featured-restaurant {
    font-size: 26px;
    font-family: mine3, Arial, sans-serif;
  }

  h2.article-header-h2.fade-in {
    margin: 10px 12px;
    padding-top: 0;
    padding-bottom: 10px;
    color: #3b0000;
    text-align: center;
    text-shadow: #3b0000 1px 1px 1px;
    font-weight: 600;
    font-size: 1.5rem;
    font-family: mine3, Arial, sans-serif;

    -webkit-text-stroke-width: .01rem;
  }

  h2.article-title.fade-in.left {
    margin: 10px 12px;
    background-color: #3b0000;
    color: #dbcaca;
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    font-family: mine2, Arial, sans-serif;
  }

  h2 span.chinzel {
    font-size: 1.875rem;
    font-family: 'Cinzel Decorative', cursive;
  }

  h2 span.normal {
    font-size: 1.875rem;
    font-family: mine3, Arial, sans-serif;
  }

  h3.fade-in.recommended-h3 {
    color: #3b0000;
    font-size: 25px;
    font-family: mine3, Arial, sans-serif;
  }

  h3.article-title.fade-in {
    color: #3b0000;
    text-align: center;
    font-weight: 500;
    font-size: 1.25rem;
    font-family: mine3, Arial, sans-serif;

    -webkit-text-stroke-width: .05rem;
  }

  h3.fade-in.la-regina-review {
    color: #dbcaca;
    font-weight: 600;
    font-size: 18px;
    font-family: mine2, Arial, sans-serif;
  }

  p.paragraph.fade-in.indo-intro-para {
    color: #3b0000;
    text-transform: capitalize;
    font-size: 18px;
    font-family: 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  p.paragraph span.paragraph-text-2 {
    text-transform: lowercase;
  }

  p.paragraph span.paragraph-text-3 {
    text-transform: lowercase;
  }

  p.paragraph span.paragraph-text-4 {
    text-transform: lowercase;
  }

  p.paragraph span.paragraph-text-5 {
    text-transform: lowercase;
  }

  p.paragraph span.caps {
    text-transform: uppercase;
  }

  p.paragraph.fade-in.la-regina {
    padding-top: 30px;
    color: #3b0000;
    font-weight: 600;
    font-size: 19px;
    font-family: 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;

    -webkit-text-stroke-width: .01rem;
  }

  p.paragraph strong.mine {
    font-size: 1.375rem;
  }

  p.paragraph span.chinzel.mine {
    font-size: 1.5625rem;
    font-family: 'Cinzel Decorative', cursive;
  }

  p.paragraph.paragraph-1 {
    clear: none;
    color: #dbcaca;
  }

  span.text-element.fade-in {
    font-weight: 600;
    font-size: 15px;
    font-family: mine3, Arial, sans-serif;

    -webkit-text-stroke-width: .02rem;
  }

  span.text-element.fade-in.list-item-text {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }

  span.text-element span.text-text-1 {
    font-size: 1.5625rem;
  }

  a.link-text.nav-link {
    margin-right: 8px;
    margin-left: 8px;
    max-width: none;
    max-height: 600px;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;
    font-size: 23px;

    background-blend-mode: normal;
  }

  a.link-text#Indonesian {
    max-width: 40px;
    max-height: 40px;
    background-image: -webkit-linear-gradient(top, rgba(255, 0, 1, 1) 50%, rgba(198, 198, 198, 1) 50%);
    background-image:    -moz-linear-gradient(top, rgba(255, 0, 1, 1) 50%, rgba(198, 198, 198, 1) 50%);
    background-image:      -o-linear-gradient(top, rgba(255, 0, 1, 1) 50%, rgba(198, 198, 198, 1) 50%);
    background-image:         linear-gradient(180deg, rgba(255, 0, 1, 1) 50%, rgba(198, 198, 198, 1) 50%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;
    color: #3b0000;

    background-blend-mode: normal;
  }

  a.link-text#eng {
    max-width: 40px;
    max-height: 40px;
    background-image: url('../images/main-pages/en-flag.webp');
    background-attachment: scroll;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: repeat;
    color: transparent;

    background-blend-mode: normal;
  }

  a.link-text.text-link-1 {
    margin-right: auto;
    margin-left: auto;
    padding: 8px 10px;
    width: 90%;
    height: auto;
    background-color: #3b0000;
    color: #dbcaca;
    text-align: center;
    font-size: 1.22rem;
    font-family: mine2, Arial, sans-serif;
  }

  a.link-text.regina.text-link-1 {
    width: 90%;
    font-weight: 600;
    font-family: mine2, Arial, sans-serif;
  }

  a.link-text.hingry-kitten.text-link-1 {
    width: 90%;
    text-transform: uppercase;
    font-size: 1.22rem;
    font-family: mine2, Arial, sans-serif;

    grid-area: four;
  }

  a.link-text.sushi-teh.text-link-1 {
    width: 90%;
    text-transform: uppercase;
    font-weight: 600;
    font-family: mine2, Arial, sans-serif;
  }

  a.link-text span.smaller {
    font-size: .9375rem;
  }

  /* Interaction Elements */

  a.link-button.button.scroll {
    background-color: #3b0000;
  }

  a.link-button.button {
    width: auto;
    color: #dbcaca;
  }

  a.link-button.button.fade-in.redbck {
    margin-right: auto;
    margin-left: auto;
    background-color: #3b0000;
    text-transform: uppercase;
    font-family: mine3, Arial, sans-serif;
  }

  a.link-button.button.fade-in.gallery-cta {
    background-color: #3b0000;
    font-family: 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;

    grid-area: seven;
  }

  a.link-button.button.webpage {
    background-color: #3b0000;
    font-variant: small-caps;
    font-size: 18px;
  }

  a.link-button span.chinzel {
    font-size: 1.25rem;
    font-family: 'Cinzel Decorative', cursive;
  }

  a.link-button span.button-link-text-1 {
    font-size: 1.25rem;
  }

  /* Layout Elements */

  body.FadeInPages.mainbody {
    background-color: #000;
  }

  body.FadeInPages.home-intro.mainbody {
    background-color: #000;
  }

  .container.header-nav {
    background-color: #000;

    grid-template-columns: repeat(2 , 1fr) auto repeat(2 , 1fr);
  }

  .container.nav-image {
    position: relative;
    top: 0;
    z-index: 100;
    max-width: 153px;
    border-bottom-color: #000;
    border-radius: 500px;
    background-color: transparent;
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
         -o-transform: translateY(4px);
            transform: translateY(4px);
  }

  .container.header-nav.hiddenbyme {
    padding-right: 0;
    padding-left: 0;
    max-width: 1200px;

    grid-area: two;
  }

  .container.hero-vid-wrapper {
    height: 89vh;
  }

  .container.nav-link1 {
    left: 19px;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container#language {
    position: absolute;
    right: auto;
    left: 26px;
    margin-right: 0;
    margin-left: 0;
    width: 120px;
  }

  .container.bg-content-size-container {
    height: 88vh;
  }

  .container.vid-overlay {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .32) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .32) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .32) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, .32) 0%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.main-page-sections-wrapper {
    margin-top: 20px;
    max-width: none;
    background-color: #dbcaca;

    grid-template-columns: 100%;
    grid-template-rows: repeat(2 , auto);
    grid-template-areas: 'one' 'two';
    grid-column-gap: 0;
    grid-row-gap: 5px;
  }

  .container.bg-content-size-container.show-for-medium {
    background-color: transparent;
  }

  .container.container-1 {
    background-image: -webkit-linear-gradient(left, rgba(47, 47, 47, 1) 17%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 58%, rgba(59, 0, 0, 1) 85%);
    background-image:    -moz-linear-gradient(left, rgba(47, 47, 47, 1) 17%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 58%, rgba(59, 0, 0, 1) 85%);
    background-image:      -o-linear-gradient(left, rgba(47, 47, 47, 1) 17%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 58%, rgba(59, 0, 0, 1) 85%);
    background-image:         linear-gradient(90deg, rgba(47, 47, 47, 1) 17%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 58%, rgba(59, 0, 0, 1) 85%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.fade-in.main-page-sections-wrapper {
    padding-top: 20px;
    height: auto;
    background-color: #dbcaca;

    grid-template-areas: 'one' 'two' 'three' 'four';
    grid-template-rows: repeat(4 , auto);
  }

  .container.wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    max-width: 1536px;
    width: 90%;
    height: 100px;
    background-color: #dbcaca;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.item.item1 {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    max-width: 300px;
    width: 300px;
    height: 100px;
    background-color: #dbcaca;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.item {
    position: static;
  }

  .container.item.item2 {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 300px;
    height: 100px;
    background-color: #dbcaca;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.item.item3 {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 300px;
    height: 100px;
    background-color: #dbcaca;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.item.item4 {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 300px;
    height: 100px;
    background-color: #dbcaca;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.item.item5 {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 300px;
    height: 100px;
    background-color: #dbcaca;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.fade-in.malang-intro {
    background-color: #dbcaca;
  }

  .container.fade-in.featured {
    position: static;
    top: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;
    padding-top: 20px;
    max-width: 1350px;
    width: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.fade-in.la-regina-intro {
    padding-right: 0;
    padding-left: 0;
    max-width: 1350px;
    width: 100%;

    grid-template-columns: repeat(2 , 1fr);
    grid-template-rows: auto;
    grid-template-areas: 'one two';
    grid-column-gap: 10px;
  }

  .container.container-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
  }

  .container.fade-in.laregina-left {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #dbcaca;
  }

  .container.la-regina-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    padding-top: 10px;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.fade-in.orbit.regina-reviews {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding: 8px;
    max-width: 700px;
    background-color: #3b0000;
  }

  .container.next-prev-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-3 {
    position: relative;
    height: 100%;
  }

  .container.container-12 {
    background-color: #dbcaca;
  }

  .container.orbit-outer {
    position: static;
    top: 100px;
    margin-bottom: 30px;
    padding: 20px 5px 1px;
    width: 100%;
    background-color: #dbcaca;
  }

  .container.fade-in.four-cls-main {
    padding-right: 0;
    padding-left: 0;
    max-width: none;

    grid-template-columns: auto;
    grid-template-rows: repeat(4 , auto);
  }

  .container.hungry-kitten-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
    height: 85vh;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  div.responsive-picture.gourmet-logo {
    position: relative;
    z-index: 1000;
    min-height: auto;
    max-width: 106px;
    width: auto;
    height: auto;
    border-bottom-color: transparent;
    border-radius: 500px;
    background-color: transparent;
    -webkit-transform: translateY(-6px);
       -moz-transform: translateY(-6px);
         -o-transform: translateY(-6px);
            transform: translateY(-6px);
  }

  div.responsive-picture#logo {
    border-bottom-color: #3b0000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #000;
    -webkit-transform: translateY(13px);
       -moz-transform: translateY(13px);
         -o-transform: translateY(13px);
            transform: translateY(13px);
  }

  div.responsive-picture.gourmet-logo > picture {
    height: auto;
  }

  video.content-size-video {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .rule.body-rule.fade-in.margin-bottom {
    margin-bottom: 30px;
  }

  div.responsive-map.fade-in.map {
    margin-bottom: 20px;
    height: 450px;
  }

  ul.list-container.fade-in.la-regina- {
    color: #3b0000;
  }

  li.list-item-container.list-item-container-1 {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 10px;
  }

  li.list-item-container.is-active.orbit-slide {
    display: block;
    height: 100%;
  }

  div.responsive-picture.orbit-image {
    float: left;
    margin-right: 9px;
    max-width: 155px;
    width: 85%;
  }

  ul.list-container.orbit-container {
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
    height: 100%;
  }

  div.responsive-picture.laregina-image1 {
    max-width: none;
  }

  button.button.orbit-next {
    position: relative;
    top: 26px;
    margin-bottom: 0;
    border-color: #dbcaca;
    background-color: #3b0000;
    text-transform: uppercase;
    font-size: 17px;
  }

  div.responsive-picture.hungry-kitten-logo {
    margin-right: auto;
    margin-left: auto;
  }
}


/*Custom Fonts Definitions*/

@font-face {
	font-family: mine2;
	src: url('../custom_fonts/TrajanPro-Bold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: mine3;
	src: url('../custom_fonts/TrajanPro-Bold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
