:root {
  --medium-aquamarine-2: #acdbc3;
  --coral: #f2794c;
  --cornsilk-2: #f9f4db;
  --medium-aquamarine: #8ecfb1;
  --dim-grey: #585858;
  --black: #333;
  --hover: #fffceb;
  --cornsilk: #faf5d7;
  --salmon: #ff7878;
  --dark-grey: #272727;
  --medium-sea-green: #65aa4e;
  --white: white;
  --darker-blk: var(--black);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.image {
  width: 150px;
  margin-top: 0;
}

.slider {
  height: 550px;
}

.navbar {
  background-color: var(--medium-aquamarine-2);
  background-image: url('../images/paper-texture-overlay.png');
  background-position: 0 100%;
  background-size: auto;
  flex-flow: wrap;
  place-content: space-between;
  align-items: stretch;
  height: 85px;
  padding-top: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.slider-sec {
  margin-top: 75px;
}

.slide {
  background-image: url('../images/hepcat-sandwiches-coffee.jpg'), url('../images/image5.jpeg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-2 {
  width: 300px;
  margin-bottom: 20px;
}

.inside-div {
  background-color: #f9f4dba8;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 30px;
  display: flex;
}

.full-size-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.round-slider {
  background-color: #ddd0;
  height: 450px;
}

.heading {
  font-size: 36px;
}

.heading-2 {
  margin-top: 0;
  font-size: 28px;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  padding-left: 40px;
  padding-right: 60px;
  display: flex;
}

.text-block {
  font-size: 22px;
  line-height: 26px;
}

.text-block-2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 600px;
  padding: 20px 0 20px 20px;
  display: flex;
}

.columns {
  background-color: var(--medium-aquamarine-2);
  background-image: url('../images/paper-texture-overlay.png'), linear-gradient(#8ecfb129, #8ecfb129), url('../images/Starburst-2.png');
  background-position: 0 0, 0 0, 100% 90%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 200px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  height: auto;
}

.slide-2 {
  background-image: url('../images/image11.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/image2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mask {
  border-radius: 50px;
}

.section {
  background-image: url('../images/image5.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

.button {
  background-color: var(--coral);
  color: var(--cornsilk-2);
  letter-spacing: 1px;
  border-radius: 10px;
  padding: 15px 35px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 16px;
}

.button:hover {
  background-color: #f49775;
}

.button.green {
  background-color: var(--medium-aquamarine);
}

.button.green:hover {
  background-color: var(--medium-aquamarine-2);
}

.button.tan {
  border: 2px solid var(--cornsilk-2);
  color: var(--cornsilk-2);
  background-color: #0000;
}

.button.tan:hover {
  background-color: var(--cornsilk-2);
  color: var(--dim-grey);
}

.body {
  font-family: Montserrat, sans-serif;
}

.photo-sec {
  background-image: url('../images/hepcat-sandwiches-coffee.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.photo-sec-copy {
  background-image: url('../images/image5.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

.footer-sec {
  background-image: url('../images/breakfast-hepcat.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 0;
}

.image-3 {
  width: 200px;
}

.columns-2 {
  background-color: var(--medium-aquamarine-2);
  background-image: url('../images/paper-texture-overlay.png'), linear-gradient(#acdbc345, #acdbc345), url('../images/Starburst-1.png');
  background-position: 0 0, 0 0, 55% 350%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 250px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.column-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 40px;
  display: flex;
}

.column-4 {
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.column-5 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.link {
  color: var(--black);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.link-block {
  margin-bottom: 10px;
}

.link-block.w--current {
  margin-top: 20px;
  margin-bottom: 0;
}

.text-block-4 {
  font-size: 16px;
  line-height: 22px;
}

.text-block-5 {
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.section-2 {
  background-image: url('../images/hepcat-sandwiches-coffee.jpg');
  background-position: 50% 40%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
}

.nav-link {
  color: var(--cornsilk-2);
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #0000004d;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.nav-link:hover {
  color: var(--hover);
}

.nav-link.w--current {
  color: var(--cornsilk-2);
}

.nav-link.w--current:hover {
  color: var(--hover);
}

.nav-menu {
  margin-right: 25%;
  padding-top: 10px;
}

.menu-sec {
  background-color: var(--cornsilk);
  background-image: url('../images/hepcat-sandwiches-coffee.jpg');
  background-position: 50% 40%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.heading-3 {
  color: var(--cornsilk-2);
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}

.heading-4 {
  text-align: center;
}

.container {
  border: 1px solid #8a8a8a;
  border-radius: 0;
}

.foodtitle {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

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

.heading-5 {
  color: var(--coral);
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.pricetxt {
  line-height: 24px;
}

.pricecols {
  padding-bottom: 10px;
}

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

.container-2 {
  z-index: 5;
  background-color: var(--cornsilk-2);
  border: 1px solid #9c9998;
  margin-bottom: 20px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  box-shadow: 1px 1px 3px #00000080;
}

.heading-6 {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 30px;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
}

.heading-7 {
  color: var(--coral);
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.menudiv {
  padding-bottom: 10px;
}

.menudiv.small {
  padding-bottom: 0;
}

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

.container-3 {
  z-index: 5;
  background-color: var(--cornsilk-2);
  border: 1px solid #9c9998;
  margin-bottom: 20px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  box-shadow: 1px 1px 3px #00000080;
}

.button-div {
  justify-content: center;
  width: 100%;
  display: flex;
}

.div-sec {
  background-color: var(--coral);
  background-image: url('../images/Starburst-1.png'), url('../images/paper-texture-overlay.png');
  background-position: 98% 5%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 200px, auto;
  border-radius: 50px 50px 0 0;
  padding-top: 30px;
  padding-bottom: 10px;
}

.menu-sec2 {
  background-color: var(--cornsilk);
  background-image: url('../images/creampuffs.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.div-sec-copy {
  background-color: var(--coral);
  background-color: var(--coral);
  background-color: var(--coral);
  background-image: url('../images/Starburst-3.png'), url('../images/paper-texture-overlay.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 200px, auto;
  border-radius: 0 0 50px 50px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.photosec {
  background-image: url('../images/breakfast-hepcat.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

.slide-4 {
  background-image: url('../images/image7.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-6 {
  background-image: url('../images/image12.jpeg');
  background-position: 50%;
  background-size: auto;
}

.slide-7 {
  background-image: url('../images/image3.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/image0.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/hepcat-sandwiches.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/creampuffs.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-11 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-12 {
  background-image: url('../images/creampuffs.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/hepcat-sandwiches-coffee-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-6 {
  color: #000;
  padding-top: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
}

.text-block-7 {
  color: #1d1d1d;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.as-seen-sec {
  background-color: #0000;
  background-image: url('../images/creampuffs.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.contentdiv {
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-2, .div-block-3 {
  border-radius: 50px;
}

.div-block-4 {
  background-color: #f9f4db;
}

.div-block-5 {
  border-radius: 0;
}

.div-block-6 {
  border-radius: 1px;
}

.div-block-7 {
  border-radius: 3px;
}

.div-block-8, .div-block-9 {
  border-radius: 0;
}

.div-block-10 {
  background-image: url('../images/paper-texture-overlay.png'), url('../images/Starburst-1.png');
  background-position: 0 0, 5%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 200px;
  border-radius: 50px 50px 0 0;
  padding-top: 40px;
}

.heading-3-copy {
  color: var(--coral);
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}

.text-block-8 {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 22px;
}

.youtube {
  height: 385px;
}

.image-4 {
  border: 1px solid #c5c5c5;
  width: 100%;
  max-width: none;
  height: 385px;
}

.heading-8 {
  color: var(--cornsilk);
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}

.reviewdiv {
  border: 2px solid var(--cornsilk-2);
  background-color: var(--cornsilk-2);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 450px;
  overflow: hidden;
}

.review-button-copy {
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-11 {
  background-color: #0000;
  height: auto;
  padding: 10px;
}

.text-block-35 {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.button-7 {
  color: #c4171d;
  text-align: center;
  background-color: #0000;
  border: 1px solid #c4171d;
  width: 200px;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
}

.button-7:hover {
  color: #fff;
  background-color: #c4171d;
}

.button-7.review {
  border-style: none solid solid;
  border-width: 2px;
  border-color: var(--cornsilk-2);
  background-color: var(--coral);
  color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.button-7.review:hover {
  border-style: none solid solid;
  border-width: 2px;
  border-color: var(--cornsilk-2);
  color: #fff;
  background-color: #fd916a;
}

.columns-7 {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.column-41 {
  padding: 0 10px;
}

.review-button {
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.reviewimg {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  overflow: hidden;
}

.newheader {
  color: var(--coral);
}

.div-block-10-copy {
  background-color: var(--coral);
  background-image: url('../images/paper-texture-overlay.png'), url('../images/Starburst-2.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 200px;
  border-radius: 0 0 50px 50px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-9 {
  padding-left: 10px;
  padding-right: 10px;
}

.photosec2 {
  background-image: url('../images/breakfast-hepcat.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

.photosec3 {
  background-image: url('../images/creampuffs.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

.reviewssec {
  background-color: #0000;
  background-image: url('../images/breakfast-hepcat.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.section-3 {
  margin-top: 75px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.body-2 {
  background-color: var(--cornsilk-2);
  font-family: Montserrat, sans-serif;
}

.section-22 {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 40px;
}

.div-block-22 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.buttondirections {
  color: #fff;
  letter-spacing: 1px;
  background-color: #af0e11;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.hours-2-copy {
  color: var(--black);
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
}

.link-9 {
  color: var(--black);
  text-decoration: none;
}

.column-47 {
  text-align: left;
}

.columns-11 {
  padding-bottom: 10px;
}

.column-51 {
  text-align: left;
}

.divpara-2-copy {
  color: var(--black);
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
}

.hours-2 {
  color: var(--black);
  text-align: left;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 22px;
}

.controw21-2 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.contactheader-copy {
  color: var(--black);
  text-align: left;
  margin-top: 5px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 44px;
}

.head-2 {
  color: var(--coral);
  text-align: left;
  margin-top: 5px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.divpara-2 {
  color: var(--black);
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
}

.socimg {
  width: 35px;
}

.link-block-2 {
  padding: 10px;
}

.head-2-copy {
  color: var(--coral);
  text-align: left;
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.foodtitle-copy {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-23 {
  border: 1px solid var(--salmon);
  background-color: #fffdee;
  padding: 10px;
}

.div-block-24 {
  background-color: var(--coral);
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-36 {
  text-align: center;
  font-weight: 600;
}

.container-5 {
  padding-top: 5px;
}

.section-23 {
  background-image: url('../images/paper-texture-overlay.png'), linear-gradient(to bottom, var(--coral), var(--coral));
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-10 {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-2-copy {
  text-align: center;
  color: var(--dark-grey);
  text-align: center;
  padding-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.div-block-25 {
  border: 2px solid var(--cornsilk);
  border-radius: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 20px 0;
}

.text-block-4y {
  text-align: center;
  padding: 20px 100px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

@media screen and (min-width: 1280px) {
  .slider {
    height: 600px;
  }

  .round-slider {
    height: 550px;
  }

  .column {
    height: 650px;
    padding-left: 60px;
    padding-right: 100px;
  }

  .column-2 {
    height: 650px;
    padding-left: 30px;
  }

  .columns {
    background-position: 98% 90%, 0 0;
  }

  .button {
    color: var(--cornsilk-2);
  }

  .button.tan {
    border: 2px solid var(--cornsilk-2);
    color: var(--cornsilk-2);
    -webkit-text-stroke-color: var(--cornsilk-2);
    background-color: #0000;
  }

  .button.tan:hover {
    background-color: var(--cornsilk-2);
    color: var(--dim-grey);
  }

  .columns-2 {
    background-image: url('../images/paper-texture-overlay.png'), linear-gradient(#8ecfb133, #8ecfb133), url('../images/Starburst-1.png');
    background-position: 0 0, 0 0, 55% 300%;
    background-size: auto, auto, 230px;
  }

  .menu-sec {
    padding-bottom: 0;
  }

  .heading-5 {
    color: var(--coral);
  }

  .heading-6 {
    color: var(--dim-grey);
  }

  .heading-7 {
    color: var(--coral);
  }

  .container-3 {
    background-color: var(--cornsilk-2);
    margin-bottom: 20px;
  }

  .button-div {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-sec {
    background-image: linear-gradient(#f2794c33, #f2794c33), url('../images/paper-texture-overlay.png'), url('../images/Starburst-1.png');
    background-position: 0 0, 0 0, 98% 5%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 200px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .menu-sec2 {
    padding-top: 0;
  }

  .div-sec-copy {
    background-image: linear-gradient(#f2794c33, #f2794c33), url('../images/paper-texture-overlay.png'), url('../images/Starburst-3.png');
    background-position: 0 0, 0 0, 1% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 200px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .photosec {
    height: 600px;
  }

  .slide-6 {
    background-size: cover;
  }

  .as-seen-sec {
    background-image: url('../images/creampuffs.jpg');
  }

  .div-block-10 {
    padding-top: 40px;
  }

  .button-7.review {
    border-style: solid;
  }

  .div-block-10-copy {
    background-position: 0 0, 98%;
  }

  .photosec2 {
    height: 600px;
  }

  .photosec3 {
    background-image: url('../images/creampuffs.jpg');
    height: 600px;
  }

  .text-block-4y {
    padding-top: 20px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 1440px) {
  .slider {
    height: 700px;
  }

  .inside-div {
    background-color: #f9f4db99;
  }

  .div-sec {
    padding-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .image {
    width: 135px;
    margin-top: 5px;
  }

  .column {
    padding-left: 20px;
    padding-right: 40px;
  }

  .nav-menu {
    z-index: 5;
    background-color: var(--medium-aquamarine-2);
    background-image: url('../images/paper-texture-overlay.png');
    background-position: 0 0;
    background-size: auto;
    margin-right: auto;
  }

  .menu-button {
    margin-top: 10px;
  }

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

  .container-2, .container-3 {
    z-index: 5;
    position: relative;
  }

  .brand.w--current {
    z-index: 9;
  }

  .div-block-10 {
    background-repeat: repeat, no-repeat;
  }

  .reviewdiv {
    height: 490px;
    margin-bottom: 20px;
  }

  .review-button-copy {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    bottom: 4%;
  }

  .column-44-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-7 {
    flex-direction: row;
  }

  .column-41 {
    padding-left: 10px;
  }

  .review-button {
    margin-left: 10px;
    margin-right: 10px;
    position: absolute;
    bottom: 4%;
  }

  .controw21-2 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 125px;
    margin-top: 5px;
  }

  .inside-div {
    border-radius: 0;
    width: auto;
    height: auto;
    padding-bottom: 40px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .full-size-div {
    justify-content: flex-start;
    padding-top: 40px;
  }

  .column {
    height: auto;
    padding: 20px 40px 60px;
  }

  .column-2 {
    height: auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns {
    background-image: url('../images/paper-texture-overlay.png'), linear-gradient(#8ecfb129, #8ecfb129);
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .columns-2 {
    background-image: url('../images/paper-texture-overlay.png'), linear-gradient(#acdbc345, #acdbc345);
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .column-4 {
    flex-flow: column;
    place-content: space-between;
    align-items: flex-start;
  }

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

  .container-2, .container-3 {
    z-index: 5;
    position: relative;
  }

  .div-sec, .div-sec-copy {
    background-image: url('../images/paper-texture-overlay.png');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-10 {
    background-image: url('../images/paper-texture-overlay.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .youtube, .image-4 {
    height: auto;
  }

  .reviewdiv {
    height: auto;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-8 {
    position: relative;
    top: -109px;
  }

  .review-button-copy {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .column-44 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-7.review {
    color: #fff;
    border-style: none;
  }

  .button-7.review:hover {
    border-style: none;
  }

  .image-7 {
    width: 100%;
    position: relative;
    top: -96px;
  }

  .column-44-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-7 {
    flex-direction: column;
  }

  .image-12 {
    width: 100%;
  }

  .column-41 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-button {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .reviewimg {
    height: 230px;
  }

  .div-block-10-copy {
    background-image: url('../images/paper-texture-overlay.png');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .column-47 {
    flex-direction: column;
    flex: none;
    order: 1;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .columns-11 {
    flex: 1;
    width: 60%;
  }

  .column-51 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .controw21-2 {
    flex-direction: column;
    margin-top: 20px;
    display: flex;
  }

  .div-block-24 {
    z-index: 2;
  }

  .heading-10 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-2-copy {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-4y {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 100px;
    margin-top: 5px;
    margin-left: 10px;
    padding-top: 0;
    padding-left: 0;
  }

  .slider {
    height: 580px;
  }

  .navbar {
    height: 80px;
  }

  .slider-sec {
    margin-top: 70px;
  }

  .image-2 {
    width: 250px;
  }

  .inside-div {
    border-radius: 0;
    width: auto;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .round-slider {
    height: 400px;
  }

  .heading-2 {
    line-height: 33px;
  }

  .column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .columns {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .button {
    justify-content: center;
    display: block;
  }

  .photo-sec {
    height: 400px;
  }

  .columns-2 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .nav-menu {
    z-index: 5;
  }

  .menu-sec {
    padding-top: 0;
  }

  .pricecols.small {
    padding-bottom: 0;
  }

  .container-2, .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-sec {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-sec2 {
    padding-bottom: 0;
  }

  .div-sec-copy {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-6 {
    line-height: 30px;
  }

  .text-block-7 {
    font-size: 16px;
    line-height: 22px;
  }

  .icon {
    margin-right: 10px;
  }

  .icon-2 {
    margin-left: 10px;
  }

  .brand {
    z-index: 9;
  }

  .as-seen-sec {
    border-radius: 0;
  }

  .contentdiv {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-10 {
    background-image: url('../images/paper-texture-overlay.png');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 200px;
    border-radius: 30px;
  }

  .text-block-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .youtube, .image-4 {
    height: auto;
  }

  .reviewdiv {
    margin-top: 10px;
  }

  .image-8 {
    position: static;
    top: -65px;
  }

  .column-44 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-7 {
    margin-top: 20px;
  }

  .image-7 {
    position: static;
    top: -70px;
  }

  .column-44-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-7 {
    flex-direction: column;
    margin-top: 0;
  }

  .column-41 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10-copy {
    background-image: url('../images/paper-texture-overlay.png');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 30px;
  }

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

  .heading-9 {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .reviewssec {
    border-radius: 0;
  }

  .section-3 {
    margin-top: 70px;
  }

  .buttondirections {
    text-align: center;
    width: 100%;
  }

  .column-47 {
    flex: 1;
    padding-bottom: 40px;
    display: block;
  }

  .columns-11 {
    width: 100%;
  }

  .controw21-2 {
    display: flex;
  }

  .contactheader-copy {
    font-size: 35px;
  }

  .head-2 {
    font-weight: 700;
  }

  .divpara-2 {
    text-align: center;
  }

  .head-2-copy {
    font-weight: 700;
  }

  .text-block-36 {
    font-size: 12px;
    line-height: 18px;
  }

  .heading-10 {
    color: var(--dark-grey);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .text-block-2-copy {
    color: var(--dark-grey);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-25 {
    margin-left: 10px;
    margin-right: 10px;
  }
}


