.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.body.location {
  background-color: #ffdd0e;
}

.footer-section {
  z-index: 999;
  background-color: #000;
  border-top: 1px solid gray;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-copyright {
  color: #929292;
  margin-left: 1rem;
  padding-left: 10px;
}

.footer-copyright.main {
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
}

.footer-contact {
  margin-right: 1rem;
  display: flex;
}

.icon-phone {
  padding-bottom: 2px;
}

.phone {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 9px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
  text-decoration: none;
}

.contact-phone {
  align-self: center;
}

.contact-email {
  align-self: center;
  margin-right: 16px;
}

.icon-email {
  padding-bottom: 2px;
}

.email {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
  padding-right: 10px;
}

.home-columns {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gangnam-coloumn {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/main_Gangnma_bg-copy.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.coco-column {
  height: 100vh;
  background-image: linear-gradient(rgba(255, 221, 14, .55), rgba(255, 221, 14, .55)), url('../images/main_Coco_bg.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.logo-section {
  height: 100vh;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-logo {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-logo {
  justify-content: center;
  align-items: center;
  padding-bottom: 5%;
  display: block;
}

.gangnam-symbol {
  width: 70%;
  margin-right: 5px;
}

.coco-symbol {
  width: 70%;
  margin-left: 5px;
}

.div-symbol {
  width: 20vw;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-text-logo {
  width: 40vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  display: block;
  position: relative;
}

.logo-sub {
  width: 70%;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "About gallery online Menu Location"
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: baseline;
  display: grid;
  position: fixed;
  top: auto;
  bottom: 53px;
  left: 1rem;
  right: 1rem;
}

.grid.red {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid.main {
  display: none;
}

.homemenu {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.homemenu.right {
  width: 100%;
  height: 100%;
  color: #000;
  text-transform: uppercase;
  padding-top: 16px;
  font-size: 1.6vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.homemenu.right:hover {
  color: #ffdd0e;
}

.homemenu.left {
  width: 100%;
  height: 100%;
  color: #ffdd0e;
  text-transform: uppercase;
  padding-top: 16px;
  font-size: 1.6vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.homemenu.left:hover {
  color: #000;
}

.order-btn {
  text-align: center;
  background-color: #e23b14;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.6vw;
  font-weight: 700;
}

.order-btn:hover {
  color: #000;
  background-color: #fff;
}

.hover-block {
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-text-fill-color: inherit;
  background-color: #ffdd0e;
  background-clip: border-box;
  display: block;
  position: absolute;
}

.hover-block.right {
  background-color: #000;
}

.text-block {
  z-index: -1;
  width: 100%;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(0, 0, 0, .34);
  padding-top: 16px;
  font-size: 3vw;
  font-weight: 700;
  position: absolute;
  bottom: 54px;
}

.navbar {
  height: 90px;
  background-color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.home {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.home-nav-menu {
  justify-content: center;
  display: flex;
}

.home-nav-menu.home {
  display: none;
}

.menu-logo {
  width: 130px;
  position: absolute;
}

.menu-text {
  color: #fff;
  margin-top: 8px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.menu-text.w--current {
  color: #ffdd0e;
}

.menu-text.left {
  margin-right: 237px;
}

.menu-text.online {
  display: none;
}

.menu-text.online.page {
  color: #fff;
  text-shadow: 1px 1px #000, 1px 1px 6px #000;
  background-color: #ffdd0e;
  background-image: url('../images/10percent.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  margin-top: 15px;
  margin-right: 2rem;
  font-weight: 700;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.menu-text.online.page:hover {
  color: #fff;
  text-shadow: 1px 1px 8px #000, 1px 1px 16px #000;
  background-color: #e23b14;
  background-image: url('../images/10percent.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.menu-text.online.page.edmonton {
  width: auto;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.menu-text.online.page.hidden {
  display: none;
}

.menu-text.other {
  background-color: #e23b14;
  margin-top: 20px;
  margin-left: 2rem;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-text.other.yellow {
  color: #000;
  background-color: #ffdd0e;
}

.menu-text.home {
  display: none;
}

.container {
  justify-content: center;
  display: flex;
}

.closebtn {
  transform-style: preserve-3d;
}

.logo {
  width: 130px;
  display: none;
  position: absolute;
}

.section {
  min-height: 50vh;
  align-items: center;
  padding: 50px;
  display: flex;
}

.section.yellow {
  background-color: #ffdd0e;
  padding-top: 50px;
}

.title-block {
  z-index: 1;
  height: 2.5rem;
  background-color: #e23b14;
  margin-top: 90px;
  font-family: Roboto, sans-serif;
  position: relative;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1.3rem;
}

.about-block {
  max-width: 1200px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-block.coco {
  margin-top: 0;
}

.about-logo {
  width: 15%;
}

.about-logo.coco.mobile {
  display: none;
}

.about-p {
  width: 80%;
  color: #fff;
  margin-bottom: 0;
  padding-left: 3rem;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.about-p.right {
  color: #000;
  padding-left: 0;
  padding-right: 3rem;
}

.slider-section {
  max-width: 1500px;
  min-height: 60vh;
  border-bottom: 1px solid #4e4e4e;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
  padding-bottom: 5%;
}

.slider-section.coco {
  max-width: none;
  background-color: #ffdd0e;
}

.slider-section.interior {
  max-width: none;
  background-color: #1a1a1a;
  display: none;
}

.slider {
  max-width: 1500px;
  min-height: 600px;
  background-color: rgba(0, 0, 0, 0);
  margin: -98px auto;
}

.pork-cutlet {
  width: 33.33%;
  background-image: url('../images/Ham-Sausage-Ramen2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 85%;
}

.slider-mask {
  max-width: 1200px;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.slider-menutitle {
  width: 85%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 2px #000, 0 0 6px #000;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Nunito, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-title {
  color: #e6e6e6;
  text-align: center;
  margin-top: 10%;
  font-family: Nunito, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.ham-sausage-ramen {
  width: 33.33%;
  background-image: url('../images/Ham-Sausage-Ramen_12x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 85%;
}

.slide-nav {
  display: none;
}

.rice-bowl {
  width: 33.33%;
  background-image: url('../images/Rice-Bowl2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 85%;
}

.soy-garlic {
  width: 33.33%;
  background-image: url('../images/soy-garlic2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 85%;
}

.creamy-onion {
  width: 33.33%;
  background-image: url('../images/creamy-onion2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 85%;
}

.original-purio {
  width: 33.33%;
  background-image: url('../images/original-purio2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 85%;
}

.menu-section {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.location-section {
  height: 100vh;
  background-color: #ffdd0e;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.location-info-wrapper {
  width: 500px;
  height: 450px;
  background-color: #000;
}

.crossover {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 6px #000;
  background-color: #e23b14;
  background-image: url('../images/k-foods.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Nunito, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 37px;
}

.text-span-location {
  font-size: 28px;
  font-weight: 400;
}

.paragraph {
  text-align: center;
  margin-bottom: 0;
  padding: 1.3rem 1rem .5rem;
  font-size: 18px;
  line-height: 31px;
}

.div-block {
  width: 60%;
  border: 1px solid #424242;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.image {
  width: 25px;
}

.hours {
  text-align: left;
  text-transform: uppercase;
  padding-right: 5px;
  font-size: 19px;
  font-weight: 300;
}

.hours-box {
  width: 60%;
  border: 1px solid #424242;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
  display: flex;
}

.menu-image-1 {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-image-2 {
  width: 100%;
  max-width: 1500px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.mobile-menu {
  display: none;
}

.original-crispy {
  width: 33.33%;
  background-image: url('../images/original-crispy2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 85%;
}

.yangyum {
  width: 33.33%;
  background-image: url('../images/yang-yum2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 85%;
}

.bulgogi-dosirak {
  width: 33.33%;
  background-image: url('../images/Bulgogi-Dosirak2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 85%;
}

.pork-cutlet-ramen {
  width: 33.33%;
  background-image: url('../images/Pork-Cutlet-Ramen2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 85%;
}

.spicy-pork-dosirak {
  width: 33.33%;
  background-image: url('../images/Spicy-Pork-Dosirak2x-copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 85%;
}

.fries-sides {
  width: 33.33%;
  background-image: url('../images/fries-sides2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 85%;
}

.interior1 {
  width: 100%;
  background-image: url('../images/interior.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 43px;
}

.exterior1 {
  width: 100%;
  background-image: url('../images/exterior.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 43px;
}

.delivery {
  width: 70%;
  background-color: #ffdd0e;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.delivery-icon {
  width: 40%;
  padding-left: 20px;
  padding-right: 11px;
}

.delivery-icon.uber {
  width: 40%;
}

.delivery-icon.doordash {
  padding-left: 0;
  padding-right: 0;
}

.popup-wrapper {
  z-index: 5;
  height: 100vh;
  background-color: rgba(0, 0, 0, .81);
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.popup-wrapper.hidden {
  display: none;
}

.popup-image {
  height: 60vh;
  display: block;
  position: relative;
}

.close-x {
  z-index: 1;
  float: right;
  cursor: pointer;
  border: 1px solid #fff;
  margin-bottom: -44px;
  padding: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(-5px, 5px);
}

.click-the-below {
  width: 70%;
  background-color: #000;
  border: 1px #fff;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px;
  display: block;
}

.clickthebelow-text {
  width: auto;
  color: #c4c4c4;
  text-align: center;
  background-color: #000;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  font-size: 20px;
  font-weight: 300;
}

.location-btn {
  width: 70%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.edmonton {
  width: 100%;
  color: #000;
  text-align: center;
  background-color: #ffdd0e;
  margin-top: 10px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.edmonton:hover {
  color: #fff;
}

.reddeer {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #e23b14;
  margin-top: 10px;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.reddeer:hover {
  color: #000;
}

.html-embed {
  width: 100%;
  height: 100%;
  text-align: center;
}

.html-embed.order-btn {
  cursor: pointer;
}

.html-embed-2.text-online.mobile-out {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.top-location-div {
  z-index: 1;
  width: 250px;
  background-color: #ffdd0e;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 11px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 8px 8px 1px rgba(0, 0, 0, .25);
}

.top-location-div.red {
  background-color: #e23b14;
}

.top-location-text {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}

.top-location-text.red {
  color: #fff;
}

.mobile-menu-location {
  display: none;
}

.goto {
  margin-right: 6px;
  display: inline-block;
}

.hidden-on-desk {
  display: none;
}

.menu-image-3 {
  width: 100%;
  max-width: 1500px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: block;
}

.html-embed-3 {
  flex: 0 auto;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 991px) {
  .footer-section {
    z-index: 999;
  }

  .footer-contact {
    display: block;
  }

  .phone {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .email {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-symbol {
    width: 34vw;
  }

  .div-text-logo {
    width: 70vw;
  }

  .order-btn {
    font-size: 3vw;
  }

  .text-block {
    font-size: 4vw;
  }

  .copyright-hide {
    display: none;
  }

  .menu-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .menu-text.left {
    margin-right: 161px;
  }

  .menu-text.online.page {
    margin-right: 1rem;
    padding: 10px 20px;
    display: block;
  }

  .menu-text.online.page.edmonton {
    width: 119px;
    margin-top: 14px;
  }

  .menu-text.other {
    margin-left: 1rem;
  }

  .menu-text.other.yellow {
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-order {
    text-align: center;
    margin-left: -6px;
    display: block;
  }

  .about-logo {
    width: 25%;
  }

  .about-p {
    width: 75%;
    font-size: 18px;
    line-height: 25px;
  }

  .slider-section {
    padding-top: 5%;
  }

  .slider {
    min-height: 370px;
    margin-top: 0;
    margin-bottom: -30px;
  }

  .slider-mask {
    min-height: 0;
  }

  .slider-menutitle {
    margin-top: 0;
    font-size: 1rem;
    bottom: 18%;
  }

  .slider-title {
    margin-top: 7%;
  }

  .location-section {
    height: auto;
    padding-top: 30px;
    padding-bottom: 110px;
    display: block;
    position: relative;
  }

  .map {
    width: 80%;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .location-info-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-image-2 {
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
  }

  .mobile-menu {
    display: none;
  }

  .interior1, .exterior1 {
    background-image: url('../images/interior.jpg');
  }

  .click-the-below {
    width: 70%;
    border-style: none;
    margin-top: 6px;
    padding: 6px;
  }

  .clickthebelow-text {
    width: auto;
    margin-top: 0;
    padding-top: 7px;
  }

  .html-embed-2.text-online {
    font-size: 18px;
  }

  .top-location-div {
    width: 210px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .top-location-text {
    font-size: 24px;
  }

  .mobile-menu-location {
    display: none;
  }

  .goto {
    margin-right: 4px;
    display: block;
  }

  .menu-image-3 {
    margin-bottom: 125px;
    padding-bottom: 60px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .footer-section {
    display: block;
  }

  .footer-copyright {
    z-index: -1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0 9px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footer-copyright.main {
    background-color: #000;
  }

  .footer-contact {
    justify-content: space-between;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .icon-phone {
    width: 25px;
  }

  .phone {
    display: none;
  }

  .phone.location {
    display: block;
  }

  .contact-email {
    margin-right: 0;
  }

  .icon-email {
    width: 25px;
  }

  .email {
    display: none;
  }

  .wrapper-logo {
    display: flex;
    bottom: 13%;
  }

  .div-symbol {
    width: 44vw;
  }

  .div-text-logo {
    width: 92vw;
  }

  .grid {
    justify-content: center;
    justify-items: center;
  }

  .homemenu.right, .homemenu.left {
    display: none;
  }

  .order-btn {
    width: 130%;
    margin-left: 0;
    margin-right: 0;
    font-size: 4vw;
  }

  .hover-block {
    display: none;
  }

  .text-block {
    width: 130%;
    font-size: 9vw;
    font-weight: 400;
    line-height: 12vw;
    bottom: 80px;
  }

  .copyright-hide {
    display: none;
  }

  .home-nav-menu {
    width: 100%;
    height: 100vh;
    background-color: #000;
    justify-content: center;
    padding-top: 40px;
    display: block;
    overflow: hidden;
  }

  .home-nav-menu.home {
    display: none;
  }

  .icon {
    color: #fff;
    text-shadow: 0 4px 7px rgba(87, 56, 0, .68);
    font-size: 50px;
  }

  .menu-logo {
    width: 200px;
    margin: 2vh auto 0;
    text-decoration: none;
    display: block;
    position: static;
    top: 10%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-logo.close-menu {
    width: 170px;
    float: left;
    margin-top: 5px;
    margin-bottom: auto;
  }

  .menu-text {
    color: #fff;
    text-align: center;
    margin-top: 0%;
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-family: Roboto, sans-serif;
    font-size: 2.2vh;
    font-weight: 700;
    line-height: 2vh;
    display: block;
  }

  .menu-text.left {
    margin-right: 0;
  }

  .menu-text.online {
    background-color: #e23b14;
    display: block;
    position: absolute;
    top: auto;
    bottom: 6%;
    left: 0%;
    right: 0%;
  }

  .menu-text.online.page {
    width: 70%;
    height: 46px;
    background-size: auto 80%;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    top: 40px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-text.online.page.closedmenu {
    width: 25%;
    background-size: contain;
    justify-content: center;
    margin-top: 17px;
    margin-right: 90px;
    padding: 1rem 14px;
    display: flex;
    position: absolute;
    top: 15px;
  }

  .menu-text.online.page.edmonton {
    width: 200px;
    height: 43px;
    margin-top: 0;
    margin-right: 80px;
    padding-top: 12px;
    padding-bottom: 15px;
    top: 20px;
  }

  .menu-text.online.page.hidden {
    height: 50px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .menu-text.other {
    background-color: #e23b14;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    font-size: 2vh;
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden;
    transform: translate(0, 81px);
  }

  .menu-text.other.yellow {
    color: #000;
    background-color: #ffdd0e;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }

  .menu-text.home {
    display: block;
  }

  .menu-button {
    z-index: 1;
  }

  .menu-button.w--open {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
  }

  .container {
    display: block;
  }

  .closebtn {
    opacity: 1;
    color: #dadada;
    font-family: Roboto, sans-serif;
    font-size: 25px;
    font-weight: 300;
    display: block;
    position: absolute;
    top: 34px;
    left: 35px;
    transform: scale3d(1.4, 1, 1);
  }

  .text-order {
    margin-left: 0;
    display: inline-block;
  }

  .text-order.clsedmenutext {
    font-size: 3vw;
  }

  .logo {
    width: 120px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 10%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section {
    min-height: 42vh;
    padding: 20px;
  }

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

  .about-block {
    display: block;
  }

  .about-logo {
    width: 24%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about-logo.coco {
    display: none;
  }

  .about-logo.coco.mobile {
    display: block;
  }

  .about-p {
    width: 90%;
    text-align: left;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .about-p.right {
    padding-right: 0;
  }

  .text-online.closedmenutext {
    font-size: 3vw;
  }

  .slider-section {
    padding-top: 0%;
  }

  .slider-section.coco {
    padding-bottom: 15%;
  }

  .slider {
    min-height: 350px;
    margin-bottom: -70px;
  }

  .pork-cutlet {
    width: 50%;
  }

  .slider-menutitle {
    bottom: 16%;
  }

  .slider-title {
    text-shadow: 0 0 2px #000;
    margin-top: 16%;
    font-size: 1.5rem;
  }

  .ham-sausage-ramen, .rice-bowl, .soy-garlic, .creamy-onion, .original-purio {
    width: 50%;
  }

  .location-section {
    height: auto;
    padding-bottom: 76px;
    padding-right: 0;
  }

  .map, .location-info-wrapper {
    width: 90%;
  }

  .menu-image-1 {
    display: block;
  }

  .menu-image-2 {
    margin-bottom: auto;
    padding-bottom: 0;
    display: block;
  }

  .mobile-menu {
    display: none;
  }

  .mobile-menu._5 {
    padding-bottom: 40px;
  }

  .navarrow {
    opacity: .45;
    margin-top: 2%;
  }

  .original-crispy, .yangyum, .bulgogi-dosirak, .pork-cutlet-ramen, .spicy-pork-dosirak, .fries-sides {
    width: 50%;
  }

  .interior1, .exterior1 {
    width: 100%;
    margin-top: 30px;
  }

  .popup-modal {
    padding: 25px;
  }

  .popup-image {
    height: auto;
  }

  .click-the-below {
    padding: 7px;
  }

  .clickthebelow-text {
    padding: 0;
  }

  .edmonton {
    margin-right: 10px;
  }

  .reddeer {
    margin-left: 10px;
  }

  .html-embed.order-btn {
    min-width: 200px;
  }

  .html-embed-2 {
    width: 100%;
    height: 100%;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .html-embed-2.text-online {
    height: auto;
    flex: 1;
    align-self: center;
    position: static;
  }

  .top-location-div {
    width: 160px;
    padding: 5px;
    font-size: 14px;
  }

  .top-location-text {
    font-size: 16px;
  }

  .mobile-menu-location {
    color: #fff;
    margin-bottom: 4vh;
    text-decoration: none;
    display: block;
  }

  .goto {
    font-size: 2vh;
    font-weight: 400;
    display: inline-block;
  }

  .hidden-on-desk {
    margin-left: 3px;
    display: inline-block;
  }

  .menu-image-3 {
    margin-bottom: auto;
    padding-bottom: 150px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .footer-section {
    object-fit: contain;
    overflow: hidden;
  }

  .footer-copyright {
    padding-bottom: 12px;
  }

  .footer-copyright.main {
    z-index: 9999;
    display: block;
    position: fixed;
  }

  .footer-contact {
    padding-bottom: 9px;
  }

  .grid {
    bottom: 68px;
  }

  .order-btn {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transform: translate(-15%);
  }

  .text-block {
    bottom: 70px;
  }

  .home-nav-menu {
    display: block;
  }

  .menu-text {
    font-size: 2.2vh;
  }

  .menu-text.online.page {
    height: 46px;
  }

  .menu-text.online.page.closedmenu {
    height: 58%;
    background-size: 90%;
    margin-top: 8px;
    margin-right: 80px;
    padding: .5rem 0;
    display: block;
  }

  .menu-text.online.page.edmonton {
    width: 85px;
    height: 45px;
    background-size: contain;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    margin-right: 73px;
    padding: 0 10px;
    display: flex;
    position: absolute;
    top: 10px;
  }

  .menu-text.other {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    display: block;
  }

  .menu-text.home {
    font-size: 2.2vh;
    line-height: 14px;
  }

  .text-order.clsedmenutext, .text-online.closedmenutext {
    margin-left: auto;
    margin-right: auto;
    font-size: 4vw;
    display: block;
  }

  .slider-section {
    min-height: 50vh;
    margin-top: -40px;
    padding-bottom: 0%;
  }

  .slider-section.coco {
    margin-top: 0;
  }

  .slider {
    margin-bottom: -48px;
  }

  .slider-mask {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider-title {
    margin-top: 11%;
  }

  .div-block {
    width: 90%;
  }

  .hours {
    font-size: 17px;
  }

  .hours-box {
    width: 90%;
  }

  .navarrow {
    opacity: .45;
    margin-top: 19%;
  }

  .interior1, .exterior1 {
    background-size: contain;
    margin-top: 30px;
  }

  .delivery-icon {
    width: 33%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .delivery-icon.uber {
    width: 33%;
    padding-left: 5px;
  }

  .delivery-icon.doordash {
    width: 33%;
  }

  .popup-wrapper {
    height: auto;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .popup-modal {
    width: 100%;
    align-self: center;
    padding: 13px;
  }

  .popup-image {
    width: 100%;
    height: 100%;
  }

  .click-the-below {
    padding: 3px;
  }

  .clickthebelow-text {
    width: auto;
    margin-top: 4px;
    padding-top: 0;
    padding-bottom: 3px;
    font-size: 14px;
  }

  .location-btn {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }

  .edmonton {
    width: 100%;
    margin-right: 5px;
    padding: 10px;
    font-size: 14px;
  }

  .reddeer {
    width: 100%;
    margin-left: 5px;
    padding: 10px;
    font-size: 14px;
  }

  .html-embed.order-btn {
    width: 130%;
    min-width: 150px;
    margin-left: 0;
    margin-right: 0;
    transform: none;
  }

  .html-embed-2.text-online {
    margin-top: 0;
  }

  .html-embed-2.text-online.mobile-out {
    flex: 1;
    margin-top: 0;
    display: block;
    position: static;
  }

  .mobile-menu-location {
    display: block;
  }
}

#w-node-c67aa307-07f4-0102-4861-748050fb7b0a-b1482199, #w-node-_9e11f900-a1a0-9750-537a-bbf6b00022a7-b1482199 {
  grid-area: About;
}

#w-node-_6e994fc2-4215-8d97-1407-492f25ee288a-b1482199, #w-node-_37c8a948-2e6a-f9b8-e4d3-8f4dbcc21931-b1482199 {
  grid-area: gallery;
}

#w-node-_816679d3-306e-9daf-c004-49895f52fa0b-b1482199, #w-node-_60c22ead-9533-a66c-3c0b-ed3a6f377af8-b1482199 {
  grid-area: online;
}

#w-node-_6bb4a9f1-df67-7a4b-3c27-5a04d7a7d811-b1482199, #w-node-d364a726-40dc-1d83-1723-41ae595f5d79-b1482199 {
  grid-area: Menu;
}

#w-node-d811a49d-703a-1ab7-6270-78a31b106dcb-b1482199, #w-node-_41dfd69d-7871-4560-b27e-5b001d6b7926-b1482199 {
  grid-area: Location;
}

#w-node-c67aa307-07f4-0102-4861-748050fb7b0a-70fad696, #w-node-_9e11f900-a1a0-9750-537a-bbf6b00022a7-70fad696 {
  grid-area: About;
}

#w-node-_6e994fc2-4215-8d97-1407-492f25ee288a-70fad696, #w-node-_37c8a948-2e6a-f9b8-e4d3-8f4dbcc21931-70fad696 {
  grid-area: gallery;
}

#w-node-_816679d3-306e-9daf-c004-49895f52fa0b-70fad696, #w-node-_60c22ead-9533-a66c-3c0b-ed3a6f377af8-70fad696 {
  grid-area: online;
}

#w-node-_6bb4a9f1-df67-7a4b-3c27-5a04d7a7d811-70fad696, #w-node-d364a726-40dc-1d83-1723-41ae595f5d79-70fad696 {
  grid-area: Menu;
}

#w-node-d811a49d-703a-1ab7-6270-78a31b106dcb-70fad696, #w-node-_41dfd69d-7871-4560-b27e-5b001d6b7926-70fad696 {
  grid-area: Location;
}

#w-node-c67aa307-07f4-0102-4861-748050fb7b0a-872f22b9, #w-node-_9e11f900-a1a0-9750-537a-bbf6b00022a7-872f22b9 {
  grid-area: About;
}

#w-node-_6e994fc2-4215-8d97-1407-492f25ee288a-872f22b9, #w-node-_37c8a948-2e6a-f9b8-e4d3-8f4dbcc21931-872f22b9 {
  grid-area: gallery;
}

#w-node-_816679d3-306e-9daf-c004-49895f52fa0b-872f22b9 {
  grid-area: online;
}

#w-node-d306bc6d-5e8d-6e2a-33cf-37533cc74715-872f22b9 {
  grid-area: online;
  align-self: center;
  justify-self: center;
}

#w-node-_6bb4a9f1-df67-7a4b-3c27-5a04d7a7d811-872f22b9, #w-node-d364a726-40dc-1d83-1723-41ae595f5d79-872f22b9 {
  grid-area: Menu;
}

#w-node-d811a49d-703a-1ab7-6270-78a31b106dcb-872f22b9, #w-node-_41dfd69d-7871-4560-b27e-5b001d6b7926-872f22b9 {
  grid-area: Location;
}

@media screen and (max-width: 767px) {
  #w-node-_816679d3-306e-9daf-c004-49895f52fa0b-b1482199, #w-node-_60c22ead-9533-a66c-3c0b-ed3a6f377af8-b1482199, #w-node-_816679d3-306e-9daf-c004-49895f52fa0b-70fad696, #w-node-_60c22ead-9533-a66c-3c0b-ed3a6f377af8-70fad696, #w-node-_816679d3-306e-9daf-c004-49895f52fa0b-872f22b9 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_60c22ead-9533-a66c-3c0b-ed3a6f377af8-b1482199, #w-node-_60c22ead-9533-a66c-3c0b-ed3a6f377af8-70fad696 {
    grid-area: online;
    justify-self: center;
  }
}


