:root {
  --white: #fff;
  --nav-gray: #000000b3;
  --light-grey: #b9b9b9;
  --lighter-grey: #d6d6d6;
  --black: #000;
  --menu-grey: #5a5a5a;
  --light-tan: #f8f4ea;
  --dark-tan: #9e8c62;
  --tan: #afa182;
  --mid-logo-tan: #b49875;
  --dark-logo-red: #ce1018;
  --logo-red: #ec1d25;
  --button-hover: #00000063;
  --hover-white: #ffffff73;
  --logo-blue: #0055a6;
  --hover-blue: #176fc2;
  --gray: #333;
  --muted-logo-blue: #2e59d1;
  --muted-logo-red: #b5374e;
  --logo-tan: #d4ac7b;
  --dark-logo-tan: #a7855b;
  --lighter-tan: #fffdf7;
}

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

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

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

.section {
  background-image: linear-gradient(#fff6, #fff6), url('../images/Cafe-de-Paris-White---Template.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  padding-top: 100px;
  display: flex;
}

.image {
  width: 250px;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  text-align: center;
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.text-block-copy {
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.image-2 {
  width: 120px;
  margin-top: 7px;
}

.navlink {
  color: var(--white);
  letter-spacing: 1px;
  text-shadow: 0 1px 1px var(--nav-gray);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  line-height: 22px;
}

.navlink:hover {
  color: var(--light-grey);
}

.navlink.w--current {
  color: var(--white);
}

.navlink.w--current:hover {
  color: var(--light-grey);
}

.container {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  height: 80px;
  display: flex;
}

.navbar {
  background-color: var(--nav-gray);
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  flex: 1;
  margin-top: 10px;
  margin-left: 5%;
}

.body {
  background-color: var(--white);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.section-2 {
  background-image: url('../images/Cafe-de-Paris-White---Template.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: contain;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 100px;
}

.heading {
  color: var(--black);
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
}

.menucols {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.foodcols {
  margin-top: 10px;
}

.foodcols.hidden {
  display: none;
}

.foodtitle {
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 22px;
}

.foodtitle.bold {
  font-weight: 700;
}

.heading-2 {
  font-size: 32px;
}

.heading-3 {
  color: var(--white);
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #00000070;
  background-image: linear-gradient(#00000045, #00000045), url('../images/full-9.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 33px;
  display: flex;
}

.text-block-2 {
  padding-top: 5px;
}

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

.text-block-4 {
  text-align: center;
  margin-top: 5px;
  font-size: 18px;
  line-height: 30px;
}

.column, .column-2 {
  padding-right: 60px;
}

.heading-3-copy {
  color: var(--menu-grey);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 22px;
}

.navlink-copy {
  letter-spacing: 1px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.navbar-copy {
  background-color: var(--light-tan);
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.navlink-copy.w--current {
  color: var(--menu-grey);
}

.navlink-copy {
  color: var(--dark-tan);
  letter-spacing: 1px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.navlink-copy:hover, .navlink-copy.w--current {
  color: var(--tan);
}

.navlink-copy.w--current:hover {
  color: var(--nav-gray);
}

.heading-copy {
  color: var(--nav-gray);
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
}

.heading-4, .heading-3-copy {
  color: var(--mid-logo-tan);
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 30px;
}

.section-2-copy {
  background-image: linear-gradient(#fffbf54a, #fffbf54a), url('../images/paper-texture.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, contain;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 100px;
}

.heading-3-copy-copy {
  color: var(--menu-grey);
  letter-spacing: 1px;
  letter-spacing: 1px;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 22px;
}

.heading-5 {
  color: var(--tan);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 22px;
}

.body-copy {
  background-color: var(--light-tan);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.heading-6 {
  color: var(--menu-grey);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 22px;
}

.button {
  background-color: var(--dark-logo-red);
  letter-spacing: 2px;
  padding: 10px 25px;
  font-weight: 700;
}

.button:hover {
  background-color: var(--logo-red);
}

.button.left {
  background-color: var(--dark-logo-red);
  margin-right: 20px;
}

.button.left:hover {
  background-color: var(--logo-red);
}

.div-block-2 {
  text-align: center;
  margin-top: 20px;
}

.slider {
  background-color: var(--menu-grey);
  height: 90vh;
}

.slide {
  background-image: url('../images/cafe-de-paris-apple-valley-01.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.full-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
  display: flex;
}

.inner-div {
  border: 1px solid var(--white);
  background-color: #0000008a;
  width: 50%;
  padding: 20px 20px 40px;
}

.heading-7 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  font-size: 48px;
  line-height: 55px;
}

.text-block-5 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  padding-top: 10px;
  font-size: 22px;
  line-height: 24px;
}

.button-outline {
  border: 1px solid var(--white);
  background-color: var(--button-hover);
  color: var(--white);
  letter-spacing: 2px;
  padding: 10px 20px;
  font-weight: 700;
}

.button-outline:hover {
  background-color: var(--nav-gray);
}

.button-outline.left {
  border-color: var(--white);
  background-color: var(--button-hover);
  color: var(--white);
  margin-right: 20px;
}

.button-outline.left:hover {
  background-color: var(--nav-gray);
}

.button-outline.black {
  border-color: var(--black);
  color: var(--black);
  background-color: #0000;
  margin-right: 20px;
}

.button-outline.black:hover {
  background-color: var(--hover-white);
}

.div-block-2-copy {
  text-align: center;
  margin-top: 40px;
}

.brand {
  padding-left: 10%;
}

.slide-2 {
  background-image: url('../images/eclairs-chocolate-lg.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/french-bakery-apple-valley-minnesota.jpg');
  background-position: 0 0;
  background-size: cover;
}

.socialdiv {
  margin-top: 5px;
  padding-top: 20px;
}

.sociallink {
  margin-left: 0;
  padding: 5px;
}

.image-3 {
  width: 25px;
}

.heading-8 {
  color: var(--black);
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
}

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

.section-3 {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 120px;
}

.columns {
  background-color: var(--white);
}

.column-3 {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.column-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

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

.image-4 {
  height: 400px;
}

.button-blue {
  background-color: var(--logo-blue);
  letter-spacing: 2px;
  padding: 10px 25px;
  font-weight: 700;
}

.button-blue:hover {
  background-color: var(--hover-blue);
}

.button-blue.left {
  margin-right: 20px;
}

.section-4 {
  background-image: url('../images/chocolate-croissants.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

.text-block-7-copy {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

.heading-8-copy {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
}

.text-block-8 {
  text-align: center;
  font-size: 24px;
  line-height: 33px;
}

.section-5 {
  background-color: var(--lighter-grey);
  background-image: url('../images/Cafe-de-Paris-White---Template.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 70px;
}

.div-block-3 {
  text-align: center;
  margin-top: 20px;
}

.button-outline-black {
  border: 1px solid var(--black);
  color: var(--black);
  letter-spacing: 2px;
  background-color: #0000;
  padding: 10px 20px;
  font-weight: 700;
}

.button-outline-black:hover {
  background-color: var(--hover-white);
}

.button-outline-black.left {
  margin-right: 20px;
}

.column-4-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.column-3-copy {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.columns-copy {
  background-color: var(--white);
}

.section-3-copy {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 120px;
}

.section-23 {
  background-color: var(--black);
  padding-top: 40px;
  padding-bottom: 40px;
}

.column-61 {
  text-align: center;
  padding-top: 10px;
  padding-right: 20px;
}

.heading-20 {
  color: var(--lighter-grey);
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1em;
}

.text-block-53 {
  color: var(--lighter-grey);
  padding-bottom: 10px;
  font-size: 16px;
}

.footlink {
  color: var(--lighter-grey);
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  text-decoration: none;
}

.foottext {
  color: var(--light-grey);
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

.section-24 {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/apple-valley-cakes.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 400px;
}

.heading-9 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 40px;
}

.container-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.reviewdiv {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  height: 450px;
  box-shadow: 2px 2px 2px #0000007a;
}

.div-block-7 {
  height: auto;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-52 {
  color: var(--menu-grey);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  line-height: 20px;
}

.div-block-6 {
  width: 100%;
  max-width: none;
  height: 200px;
  overflow: hidden;
}

.image-39 {
  width: 100%;
  position: static;
  top: -60px;
}

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

.columns-7 {
  width: auto;
  margin-top: 10px;
}

.heading-18-copy {
  color: #066068;
  text-align: center;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
}

.container-7 {
  text-align: left;
}

.heading-21 {
  color: var(--gray);
  letter-spacing: 1px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  line-height: 24px;
}

.section-7 {
  background-color: var(--menu-grey);
  color: #333;
  background-image: url('../images/Cafe-de-Paris-White---Template.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-top: 0;
  padding: 60px 0 100px;
}

.button-3 {
  color: #333;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333;
  padding: 10px 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.button-3:hover {
  color: #fff;
  background-color: #e1b31d;
  border-color: #e1b31d;
}

.button-3.social {
  border-style: solid;
  border-color: var(--menu-grey);
  color: var(--menu-grey);
  width: 100%;
  font-family: Georgia, Times, Times New Roman, serif;
}

.button-3.social:hover {
  border-style: solid;
  border-color: var(--menu-grey);
  background-color: var(--menu-grey);
  color: var(--white);
}

.heading-9-copy {
  color: var(--gray);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 40px;
}

.image-39-copy {
  width: 100%;
  position: static;
  top: -60px;
}

.body-2 {
  background-image: url('../images/Cafe-de-Paris-White---Template.jpg');
  background-position: 0 0;
  background-size: cover;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 22px;
}

.body-3, .body-4 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.section-25 {
  margin-top: 80px;
}

.column-64 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.image-40 {
  height: 200px;
  padding: 20px;
}

.column-65 {
  background-image: url('../images/strawberry-croissant.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 400px;
}

.column-66 {
  background-image: url('../images/mini-black-forest-cake.jpg');
  background-position: 100%;
  background-size: cover;
  height: 550px;
}

.column-67 {
  height: 550px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 60px;
}

.heading-18 {
  color: var(--gray);
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
}

.text-block-49 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.section-26 {
  padding-top: 40px;
  padding-bottom: 80px;
}

.div-block-73-copy {
  justify-content: space-around;
  padding-top: 20px;
  display: flex;
}

.button-6 {
  background-color: #066068;
  border-radius: 5px;
  padding: 10px 40px;
}

.button-6:hover {
  mix-blend-mode: normal;
  background-color: #452f27;
}

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

.section-30 {
  background-image: url('../images/Cafe-de-Paris-White---Template.jpg');
  background-position: 50% 0;
  background-size: cover;
  margin-top: 80px;
  padding-bottom: 60px;
}

.div-block-76 {
  margin-top: 0;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-18-copy-2 {
  color: var(--black);
  text-align: center;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
}

.text-block-56 {
  text-align: center;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.div-block-2-copy-copy {
  text-align: center;
  margin-top: 20px;
}

.section-24-copy {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/apple-valley-french-bakery.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 400px;
}

.section-31 {
  margin-top: 80px;
}

.body-5 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.section-30-copy {
  background-image: url('../images/Cafe-de-Paris-White---Template.jpg');
  background-position: 50% 0;
  background-size: cover;
  margin-top: 80px;
  padding-bottom: 60px;
}

.text-block-37 {
  padding-top: 5px;
}

.div-contact-copy {
  flex-direction: row;
  justify-content: center;
  padding-top: 10px;
  display: flex;
}

.image-22 {
  height: 50px;
}

.columns-4 {
  margin-bottom: 0;
  padding-top: 20px;
}

.column-54 {
  text-align: center;
}

.button-8 {
  color: #bb181b;
  letter-spacing: 1px;
  background-color: #0000;
  border: 2px solid #bb181b;
  padding: 10px 20px;
  font-size: 18px;
}

.button-8:hover {
  color: #fff;
  background-color: #bb181b;
}

.button-9 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #bb181b;
  border: 2px solid #bb181b;
  width: 210px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 8px 15px;
  font-size: 18px;
}

.button-9:hover {
  color: #fff;
  background-color: #de3033;
  border-color: #de3033;
}

.info {
  font-size: 18px;
  line-height: 26px;
}

.html-embed-7 {
  border: 1px solid #bebebe;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}

.link-3 {
  color: #333;
  text-decoration: none;
}

.heading-22 {
  color: var(--gray);
}

.socialdiv-copy {
  margin-top: 0;
  padding-top: 0;
}

.container-8 {
  margin-top: 10px;
}

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

.heading-3-copy {
  color: var(--white);
  letter-spacing: 1px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 33px;
  display: flex;
}

.heading-11 {
  color: var(--white);
  letter-spacing: 1px;
  text-shadow: 0 1px 1px #00000080;
  background-image: linear-gradient(#00000045, #00000045), url('../images/apple-valley-cakes.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 33px;
  display: flex;
}

.heading-12 {
  color: var(--white);
  letter-spacing: 1px;
  text-shadow: 0 1px 1px #00000080;
  background-image: linear-gradient(#00000045, #00000045), url('../images/fresh-bread-minnesota.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 33px;
  display: flex;
}

.heading-3-copy {
  color: var(--white);
  letter-spacing: 1px;
  background-image: linear-gradient(#00000045, #00000045), url('../images/coffee-latte-sm.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 33px;
  display: flex;
}

.heading-13 {
  color: var(--white);
  letter-spacing: 1px;
  text-shadow: 0 1px 1px #00000080;
  background-image: linear-gradient(#00000045, #00000045), url('../images/full.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 33px;
  display: flex;
}

.heading-14 {
  color: var(--white);
  letter-spacing: 1px;
  text-shadow: 0 1px 1px #00000080;
  background-image: linear-gradient(#00000045, #00000045), url('../images/IST_4438_03666.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 33px;
  display: flex;
}

.heading-15 {
  color: var(--white);
  letter-spacing: 1px;
  text-shadow: 0 1px 1px #00000080;
  background-image: linear-gradient(#00000045, #00000045), url('../images/IST_4438_03694.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 33px;
  display: flex;
}

.heading-16 {
  color: var(--white);
  letter-spacing: 1px;
  text-shadow: 0 1px 1px #00000080;
  background-image: linear-gradient(#00000047, #00000047), url('../images/apple-valley-french-bakery.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 33px;
  display: flex;
}

.heading-17 {
  color: var(--white);
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #00000080;
  background-image: linear-gradient(#00000045, #00000045), url('../images/coffee-latte-sm.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 33px;
  display: flex;
}

.image-41 {
  width: 100px;
}

.text-block-57 {
  color: var(--light-grey);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 16px;
}

.section-24-copy-copy {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/IST_4438_03666.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 400px;
}

.heading-6-copy {
  color: var(--menu-grey);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 22px;
}

.sociallink-copy {
  margin-left: 0;
  padding: 5px;
}

.column-62-copy {
  padding-right: 10px;
}

.section-5-copy {
  background-color: var(--black);
  padding-top: 40px;
  padding-bottom: 70px;
}

.heading-8-copy-copy {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  font-size: 40px;
}

.text-block-8-copy {
  color: var(--white);
  text-align: center;
  font-size: 24px;
  line-height: 33px;
}

.text-block-7-copy-copy {
  color: var(--white);
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

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

.image-42 {
  width: 80px;
}

.text-block-53-copy {
  color: var(--lighter-grey);
  padding-bottom: 10px;
  font-size: 16px;
}

.link-4 {
  color: var(--gray);
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .heading-7 {
    font-size: 50px;
    line-height: 58px;
  }

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

  .div-contact-copy {
    justify-content: center;
    padding-left: 0;
  }

  .button-9 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 1440px) {
  .inner-div {
    width: 45%;
  }

  .section-4 {
    height: 600px;
  }

  .section-7 {
    padding-bottom: 100px;
  }

  .column-67 {
    padding-right: 10%;
  }
}

@media screen and (min-width: 1920px) {
  .inner-div {
    width: 40%;
  }

  .heading-7 {
    font-size: 66px;
    line-height: 68px;
  }

  .text-block-5 {
    font-size: 33px;
    line-height: 33px;
  }

  .section-4 {
    height: 750px;
  }

  .reviewdiv {
    border-color: var(--light-grey);
  }

  .heading-21 {
    color: var(--gray);
  }

  .section-7 {
    background-image: url('../images/Cafe-de-Paris-White---Template.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .heading-9-copy {
    color: var(--gray);
  }

  .column-64, .column-65 {
    height: 500px;
  }

  .column-66 {
    height: 600px;
  }

  .section-26 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section-24-copy, .section-24-copy-copy {
    height: 500px;
  }
}

@media screen and (max-width: 991px) {
  .image-2 {
    width: 80px;
  }

  .container {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .navbar {
    height: 60px;
  }

  .nav-menu {
    background-color: var(--nav-gray);
    margin-top: 0;
  }

  .section-2 {
    margin-top: 60px;
  }

  .foodcols {
    margin-top: 12px;
  }

  .container-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .column, .column-2 {
    padding-right: 10px;
  }

  .menu-button {
    color: var(--menu-grey);
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--menu-grey);
  }

  .navbar-copy {
    height: 60px;
  }

  .icon {
    color: var(--dark-tan);
  }

  .section-2-copy {
    margin-top: 60px;
  }

  .slide {
    background-position: 50% 0;
  }

  .inner-div {
    width: 60%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-7 {
    font-size: 42px;
    line-height: 44px;
  }

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

  .icon-2 {
    color: var(--white);
    font-size: 40px;
  }

  .socialdiv {
    margin-top: 0;
    padding-top: 10px;
  }

  .sociallink {
    padding-left: 5px;
  }

  .column-4, .column-4-copy {
    padding-left: 20px;
  }

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

  .div-block-6 {
    height: 200px;
  }

  .image-39 {
    position: static;
    top: -46px;
  }

  .review-button {
    position: absolute;
    bottom: 4%;
  }

  .section-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-9-copy {
    margin-top: 0;
    padding-bottom: 10px;
  }

  .image-39-copy {
    width: auto;
    max-width: 130%;
    position: static;
    top: -46px;
  }

  .section-25 {
    margin-top: 60px;
  }

  .column-64 {
    display: none;
  }

  .column-65 {
    display: block;
  }

  .column-66 {
    order: 1;
    height: 600px;
  }

  .column-67 {
    height: auto;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .section-30, .section-30-copy {
    margin-top: 60px;
  }

  .socialdiv-copy {
    margin-top: 0;
  }

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

  .columns-26 {
    flex-flow: column;
    display: flex;
  }

  .sociallink-copy {
    padding-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-color: var(--lighter-grey);
  }

  .section-2 {
    background-size: contain;
  }

  .foodcols.desk {
    display: none;
  }

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

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

  .column {
    padding-bottom: 0;
  }

  .heading-3-copy, .heading-4, .heading-3-copy, .heading-3-copy-copy, .heading-3-copy-copy, .heading-3-copy-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .body-copy {
    background-color: var(--light-tan);
  }

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

  .button.left {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide {
    background-position: 50% 0;
  }

  .inner-div {
    width: 70%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .text-block-5 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .button-outline.left, .button-outline.black {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-2-copy {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .column-3 {
    padding-left: 0;
  }

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

  .image-4 {
    height: auto;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-outline-black.left {
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .column-4-copy {
    order: 1;
    height: auto;
    padding: 20px 20px 40px;
  }

  .column-3-copy {
    text-align: center;
    padding-left: 0;
  }

  .columns-copy {
    flex-flow: column;
    display: flex;
  }

  .column-61 {
    text-align: center;
    padding-right: 10px;
  }

  .heading-20 {
    color: var(--white);
  }

  .text-block-53, .footlink {
    color: var(--lighter-grey);
  }

  .column-62 {
    text-align: center;
  }

  .column-63 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-24 {
    background-image: linear-gradient(to bottom, null, null), url('../images/apple-valley-cakes.jpg');
    background-position: 0 0, 100%;
  }

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

  .div-block-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-6 {
    max-width: none;
    height: 350px;
  }

  .image-39 {
    width: 100%;
    position: static;
    top: -117px;
  }

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

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

  .section-7 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px 0 40px;
  }

  .button-3 {
    margin-bottom: 20px;
  }

  .button-3.social {
    margin-bottom: 0;
  }

  .heading-9-copy {
    margin-top: 0;
  }

  .image-39-copy {
    width: 100%;
    position: static;
    top: -117px;
  }

  .columns-25 {
    display: block;
  }

  .column-64 {
    display: none;
  }

  .column-65 {
    height: 350px;
  }

  .column-66 {
    background-position: 50%;
    height: 400px;
  }

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

  .text-block-49 {
    padding-bottom: 10px;
  }

  .section-26 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2-copy-copy {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .section-24-copy {
    background-image: linear-gradient(to bottom, null, null), url('../images/apple-valley-bakery.jpg');
    background-size: auto, auto;
  }

  .text-block-37 {
    padding-bottom: 20px;
  }

  .div-contact-copy {
    flex-direction: column;
    align-items: center;
  }

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

  .heading-3-copy, .heading-11, .heading-12, .heading-3-copy, .heading-13, .heading-14, .heading-15, .heading-16, .heading-17 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-69 {
    text-align: center;
  }

  .text-block-57 {
    font-size: 12px;
  }

  .section-24-copy-copy {
    background-image: linear-gradient(to bottom, null, null), url('../images/apple-valley-bakery.jpg');
    background-size: auto, auto;
  }

  .heading-6-copy {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 10px;
  }

  .sociallink-copy {
    margin-top: 5px;
    padding: 10px;
  }

  .column-62-copy {
    text-align: center;
  }

  .div-block-78 {
    width: 60%;
    margin-left: 40px;
  }

  .text-block-53-copy {
    color: var(--lighter-grey);
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 200px;
  }

  .image-2 {
    width: 78px;
    margin-top: 5px;
  }

  .container {
    height: 76px;
  }

  .navbar {
    height: 58px;
  }

  .section-2 {
    margin-top: 58px;
  }

  .heading {
    font-size: 32px;
  }

  .foodcols {
    margin-top: 15px;
  }

  .container-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 32px;
  }

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

  .column {
    padding-bottom: 0;
  }

  .navbar-copy {
    height: 58px;
  }

  .heading-copy {
    font-size: 32px;
  }

  .heading-4, .heading-3-copy {
    font-size: 28px;
    line-height: 32px;
  }

  .section-2-copy {
    margin-top: 58px;
  }

  .heading-3-copy-copy {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-5 {
    padding-left: 0;
    line-height: 32px;
  }

  .heading-6 {
    line-height: 32px;
  }

  .button {
    text-align: center;
  }

  .button.left {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .slide {
    background-position: 80% 0;
  }

  .inner-div {
    width: 90%;
  }

  .heading-7 {
    font-size: 33px;
    line-height: 38px;
  }

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

  .button-outline.left, .button-outline.black {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-2-copy {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .slide-2 {
    background-position: 50% 0;
  }

  .icon-3 {
    inset: auto 0% 7% auto;
  }

  .icon-4 {
    inset: auto auto 7% 0%;
  }

  .heading-8 {
    font-size: 32px;
  }

  .column-4 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .button-blue.left {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .heading-8-copy {
    font-size: 32px;
  }

  .div-block-3 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .button-outline-black.left {
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .column-4-copy {
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .footlink {
    padding-bottom: 20px;
  }

  .heading-9 {
    font-size: 32px;
  }

  .div-block-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-6 {
    height: 200px;
  }

  .image-39 {
    position: static;
    top: -103px;
  }

  .heading-18-copy {
    font-size: 3em;
  }

  .section-7 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
  }

  .button-3 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .heading-9-copy {
    font-size: 32px;
  }

  .image-39-copy {
    position: static;
    top: -103px;
  }

  .section-25 {
    margin-top: 58px;
  }

  .column-65 {
    height: 300px;
  }

  .column-66 {
    background-position: 50%;
  }

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

  .heading-18 {
    font-size: 3em;
  }

  .section-26 {
    padding-top: 10px;
  }

  .div-block-73-copy {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-6 {
    text-align: center;
  }

  .section-30 {
    margin-top: 58px;
  }

  .heading-18-copy-2 {
    font-size: 3em;
  }

  .div-block-2-copy-copy {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .body-5 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .section-30-copy {
    margin-top: 58px;
    padding-bottom: 0;
  }

  .text-block-37 {
    padding-bottom: 20px;
  }

  .columns-4 {
    max-width: 100%;
    overflow: hidden;
  }

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

  .html-embed-7 {
    max-width: 100%;
  }

  .column-68 {
    padding-bottom: 10px;
  }

  .heading-3-copy, .heading-11, .heading-12, .heading-3-copy, .heading-13, .heading-14, .heading-15, .heading-16, .heading-17 {
    font-size: 28px;
    line-height: 32px;
  }

  .text-block-57 {
    font-size: 12px;
  }

  .heading-6-copy {
    line-height: 32px;
  }

  .sociallink-copy {
    margin-top: 5px;
    padding: 10px;
  }

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

  .heading-8-copy-copy {
    font-size: 32px;
  }

  .text-block-8-copy {
    font-size: 22px;
    line-height: 31px;
  }

  .div-block-78 {
    width: 80%;
    margin-left: 20px;
  }
}


