body {
  background-color: #faf6ea;
  font-family: ff-basic-gothic-pro, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.7em;
  text-align: center;
}

a {
  padding-bottom: 3px;
  color: #000;
  text-decoration: none;
}

a:hover {
  border-bottom-color: #820d28;
  color: #820d28;
}

a.w--current {
  color: #000;
  text-decoration: none;
}

.section.vh100 {
  background-color: #faf6ea;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/interior-temp.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/interior-temp.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
  text-transform: uppercase;
}

.text-block {
  font-family: ff-basic-gothic-pro, sans-serif;
  color: #820d28;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.selling-line-wrapper {
  padding: 50px 25px;
}

.brand-wrapper {
  width: 33%;
  margin-bottom: 50px;
}

.sign-up-wrapper {
  position: absolute;
  top: -152px;
  right: 25px;
  width: 50%;
  padding: 35px;
  background-color: #820d28;
  box-shadow: 0 15px 37px 0 rgba(0, 0, 0, .22);
  color: #fff;
  text-align: left;
}

.sign-up-wrapper.hide {
  display: none;
}

.sing-up-heading {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 25px;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-2 {
  color: hsla(0, 0%, 100%, .5);
  line-height: 1.2em;
  text-transform: none;
}

.sign-up-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  color: #b67373;
}

.text-field {
  height: 40px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px none #000;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: hsla(0, 0%, 100%, .22);
  color: #fff;
  font-weight: 400;
}

.submit-button {
  height: 40px;
  padding-right: 25px;
  padding-left: 25px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  color: #820d28;
}

.form-block {
  margin-bottom: 0px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 59px;
  line-height: 1.1em;
  font-weight: 700;
  text-shadow: 0 1px 50px #000;
}

.coming-soon-text {
  padding: 5px 10px 5px 25px;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  line-height: 6.1em;
  font-weight: 700;
  letter-spacing: 10px;
  text-shadow: none;
}

.text-field-2 {
  color: #fff;
}

.success-message {
  margin-top: 25px;
  padding: 10px;
  border: 1px dotted #fff;
  background-color: transparent;
}

.error-message {
  margin-top: 25px;
  border: 1px dotted #000;
  background-color: #000;
}

.map-wrapper {
  position: absolute;
  left: 25px;
  bottom: -152px;
  width: 50%;
  padding: 0px;
  background-color: #820d28;
  box-shadow: 0 15px 37px 0 rgba(0, 0, 0, .22);
  color: #fff;
  text-align: left;
}

.map-wrapper.hide {
  display: none;
}

.map {
  height: 500px;
}

.text-block-3 {
  margin-top: 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.1em;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.language-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #820d28;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}

.text-block-4 {
  font-weight: 700;
}

.link {
  font-weight: 700;
}

.text-span {
  font-weight: 400;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/DSC00554.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block-5 {
  color: #fff;
  font-size: 4em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 0 39px #000;
}

.heading-2 {
  color: #fff;
  font-size: 1.3em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.scroll-down-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 5%;
  text-align: center;
}

.main-nav {
  padding-top: 30px;
  padding-bottom: 51px;
}

.about {
  margin-bottom: 10px;
}

.about-text-wrapper {
  position: absolute;
  top: 0px;
  right: 25px;
  z-index: 1000;
  width: 45%;
  margin-top: -25px;
  padding: 25px;
  background-color: #820d28;
  color: #fff;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  font-size: 2em;
  line-height: 2em;
  font-weight: 400;
  text-transform: uppercase;
}

.seperator-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.seperator-wrapper.half-margin {
  margin-top: 7px;
  margin-bottom: 7px;
}

.seperator-wrapper.vertical {
  -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;
}

.circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}

.line {
  width: 80px;
  height: 2px;
  background-color: #fff;
}

.line.vertical {
  width: 2px;
  height: 200px;
}

.div-block {
  position: relative;
  width: 100%;
}

.product-category-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 287px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 30%;
  -webkit-flex: 30%;
  -ms-flex: 30%;
  flex: 30%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/kafe.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/kafe.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.product-category-wrapper.last {
  margin-right: 0px;
}

.product-category-wrapper.coffee {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/kafe.png');
  background-image: linear-gradient(180deg, null, null), url('../images/kafe.png');
  background-position: 0px 0px, 50% 50%;
}

.product-category-wrapper.desserts {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/6.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/6.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.product-category-wrapper.sandwiches.third {
  margin-right: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/3.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/3.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.product-category-wrapper.breakfast {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/egg-1454394-LR.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/egg-1454394-LR.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.product-category-wrapper.breakfast.second {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/egg-1454394-LR.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/egg-1454394-LR.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.product-category-wrapper.salads {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/salad-791891-LR.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/salad-791891-LR.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.product-category-wrapper.cocktails.last {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/drinks-2578446-LR.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/drinks-2578446-LR.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.product-category-wrapper.cocktails.third {
  margin-right: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/drinks-2578446-LR.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/drinks-2578446-LR.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading-4 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 16px #000;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.selling-line {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-6 {
  color: #820d28;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.contact {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #820d28;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.text-block-7 {
  margin-right: 17px;
  margin-left: 4px;
  padding-left: 11px;
  font-size: 1.2em;
  line-height: 1em;
  text-transform: uppercase;
}

.insta-icon {
  position: relative;
  display: inline-block;
  width: 70px;
  margin-right: 12px;
  margin-bottom: 12px;
  margin-left: 11px;
  float: none;
  clear: left;
}

.link-block {
  color: #fff;
  text-align: center;
}

.link-block:hover {
  color: #ee8da3;
}

.map-2 {
  margin-top: 20px;
}

.footer {
  padding: 35px 25px;
  background-color: #333;
  color: #6e6e6e;
  font-size: 12px;
  text-align: center;
}

.link-2 {
  color: #6e6e6e;
}

.link-2:hover {
  color: #c2c2c2;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-spacer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-item {
  margin-left: 25px;
  font-family: ff-basic-gothic-pro, sans-serif;
  color: #820d28;
  font-size: 24px;
  line-height: 43px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.menu-item:hover {
  color: #555;
}

.menu-item.language {
  padding-left: 25px;
  border-left: 2px dotted #820d28;
  color: #555;
}

.menu-item.language:hover {
  color: #820d28;
}

.link-3 {
  color: #fff;
}

.link-3:hover {
  color: #ee8da3;
}

.image-4 {
  width: 100%;
}

.text-block-8 {
  display: inline-block;
  margin-top: 46px;
  margin-right: auto;
  margin-left: auto;
  padding: 11px 15px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #820d28;
  color: #fff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

.div-block-9 {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cafe-name {
  color: #faf6ea;
  font-size: 30px;
  text-align: center;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12 {
  width: 100%;
  height: 500px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-2 {
  text-transform: uppercase;
}

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

@media (max-width: 991px) {
  .brand-wrapper {
    width: 40%;
  }
  .sign-up-wrapper {
    top: -143px;
  }
  .submit-button {
    padding-right: 15px;
    padding-left: 15px;
  }
  .map-wrapper {
    top: -143px;
  }
  .product-category-wrapper.sandwiches.third {
    margin-right: 0px;
  }
  .product-category-wrapper.cocktails.third {
    margin-right: 0px;
  }
  .heading-4 {
    font-size: 1.7em;
  }
  .menu-item {
    font-size: 22px;
    line-height: 41px;
  }
  .paragraph {
    font-size: 1em;
    line-height: 1.6em;
  }
  .cafe-name {
    font-size: 27px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section.vh100 {
    height: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .image-wrapper {
    min-height: 400px;
    padding: 75px 25px 95px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .brand-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .sign-up-wrapper {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: -203px;
    width: 90%;
  }
  .heading {
    font-size: 32px;
    line-height: 1.2em;
  }
  .coming-soon-text {
    font-size: 20px;
    letter-spacing: 10px;
  }
  .map-wrapper {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: -203px;
    width: 90%;
  }
  .text-block-5 {
    font-size: 3em;
  }
  .main-nav {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-text-wrapper {
    position: relative;
    left: 5%;
    top: 0px;
    right: 5%;
    width: 90%;
    margin-bottom: 10px;
  }
  .seperator-wrapper.vertical {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .line.vertical {
    width: 200px;
    height: 2px;
  }
  .div-block {
    width: 100%;
  }
  .products {
    padding-right: 30px;
    padding-left: 30px;
  }
  .product-category-wrapper {
    height: 227px;
  }
  .product-category-wrapper.desserts.second {
    margin-right: 0px;
  }
  .product-category-wrapper.sandwiches.third {
    margin-right: 10px;
  }
  .product-category-wrapper.breakfast.second {
    margin-right: 0px;
  }
  .product-category-wrapper.cocktails.third {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .div-block-2 {
    margin-bottom: 0px;
  }
  .selling-line {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .text-block-6 {
    font-size: 1.3em;
  }
  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-4 {
    display: block;
    text-align: center;
  }
  .div-block-4.fb {
    margin-top: 25px;
  }
  .div-block-5 {
    -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;
  }
  .div-block-6 {
    display: block;
    margin-top: 20px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-spacer {
    display: none;
  }
  .menu-item.language {
    margin-right: 25px;
  }
  .div-block-12 {
    height: 400px;
  }
}

@media (max-width: 479px) {
  .section.vh100 {
    height: 100vh;
    padding: 25px 10px;
  }
  .image-wrapper {
    margin-bottom: 12px;
    padding-right: 10px;
    padding-bottom: 150px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .text-block {
    clear: both;
    font-size: 14px;
  }
  .selling-line-wrapper {
    padding: 10px;
  }
  .brand-wrapper {
    width: 50%;
    margin-bottom: 25px;
  }
  .sign-up-wrapper {
    bottom: -103px;
    padding: 25px;
    text-align: left;
  }
  .sing-up-heading {
    font-size: 16px;
  }
  .heading {
    font-size: 26px;
    line-height: 1em;
  }
  .coming-soon-text {
    padding-left: 17px;
    font-size: 12px;
    letter-spacing: 10px;
  }
  .map-wrapper {
    bottom: -103px;
    padding: 25px;
    text-align: left;
  }
  .header {
    -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;
  }
  .hero {
    height: 50vh;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: -37px 100%;
  }
  .text-block-5 {
    font-size: 1.9em;
  }
  .heading-2 {
    line-height: 1.2em;
  }
  .scroll-down-wrapper {
    margin-bottom: 15%;
  }
  .main-nav {
    padding: 30px 10px;
  }
  .products {
    padding-right: 35px;
    padding-left: 35px;
  }
  .product-category-wrapper {
    margin-right: 0px;
    -webkit-flex-basis: 81%;
    -ms-flex-preferred-size: 81%;
    flex-basis: 81%;
  }
  .product-category-wrapper.sandwiches.third {
    margin-right: 0px;
  }
  .heading-4 {
    line-height: 1em;
  }
  .selling-line {
    padding-right: 77px;
    padding-left: 77px;
  }
  .text-block-6 {
    line-height: 1.2em;
  }
  .div-block-6 {
    margin-top: 10px;
  }
  .menu-item {
    display: block;
    margin-left: 0px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  .menu-item.language {
    margin-right: 0px;
    padding-top: 3px;
    padding-left: 0px;
    border-style: dotted none none;
    border-top-width: 1px;
    border-top-color: #820d28;
  }
  .brand {
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-block-7 {
    height: 313px;
    background-image: url('../images/IMG_4985.JPG');
    background-position: 50% 50%;
    background-size: cover;
  }
  .image-2 {
    display: none;
  }
  .link-block-2 {
    display: none;
  }
  .image-3 {
    margin-bottom: 15px;
  }
  .image-4 {
    display: none;
  }
  .text-block-8 {
    font-size: 15px;
  }
  .div-block-12 {
    height: 400px;
  }
}

#w-node-c93d84745e09-013b460d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c93d84745e0e-013b460d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c93d84745e12-013b460d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c93d84745e16-013b460d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c93d84745e20-013b460d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-c93d84745e24-013b460d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-2b9b95601548-013b460d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-13076809b9db-013b460d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c93d84745e33-013b460d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c93d84745e39-013b460d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c93d84745e3d-013b460d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c93d84745e47-013b460d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-c93d84745e4b-013b460d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-aadbe2ee840b-013b460d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

