:root {
  --logo-brown: #66401b;
  --logo-brown-hover: #8a582a;
  --light-tan: #fae5c6;
  --overlay-tan: #fae5c659;
  --dark-grey: #9c9998;
  --linen: #fcf6ef;
  --logo-grey: #1a1819;
  --logo-green: #9b8049;
  --overlay-pink: #f0995791;
  --tan: #fedeaf;
  --bg-overlay: #ffffffc7;
  --line-grey: #cbc8c7;
  --hover: #666163;
  --antique-white: #ece0d3;
}

.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;
  }
}

.image {
  height: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.container {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--logo-brown);
  font-family: Patrick Hand SC, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

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

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

.nav-menu {
  flex: 0 auto;
  order: 2;
  align-self: center;
}

.brand {
  order: 0;
}

.navbar {
  background-color: var(--light-tan);
  background-image: linear-gradient(to bottom, var(--overlay-tan), var(--overlay-tan)), url('../images/5eb56ad68e32f52366d9d3e6_paper-texture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 85px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.section {
  background-image: url('../images/donuts-auntie-mars-01.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 70vh;
  margin-top: 85px;
}

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

.div-block-2 {
  text-align: center;
  width: 40%;
}

.column {
  flex-flow: column;
  height: 100%;
  padding: 20px 40px 20px 20px;
  display: block;
}

.heading {
  color: var(--logo-brown);
  background-image: url('../images/donut-07.png');
  background-position: 65%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  margin-top: 0;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
}

.text-block {
  color: var(--logo-brown);
  padding-bottom: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.section-2 {
  background-color: var(--light-tan);
  background-image: linear-gradient(to bottom, var(--overlay-tan), var(--overlay-tan)), url('../images/5eb56ad68e32f52366d9d3e6_paper-texture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  padding-top: 80px;
  padding-bottom: 90px;
  box-shadow: 0 2px 5px #0003;
}

.section-3 {
  background-image: url('../images/apple-fritters-auntie-mars.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  height: 500px;
}

.heading-2 {
  color: var(--light-tan);
  text-align: center;
  background-image: url('../images/donut-02.png'), url('../images/donut-07.png');
  background-position: 80%, 20%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 90%, auto 90%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
}

.menu-hidden {
  background-color: var(--logo-brown);
  background-image: linear-gradient(#6c411dd9, #6c411dd9), url('../images/5eb56ad68e32f52366d9d3e6_paper-texture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  padding-top: 60px;
  padding-bottom: 80px;
  display: none;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.heading-3 {
  color: var(--logo-brown);
  text-align: center;
  margin-top: 30px;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
}

.container-2 {
  z-index: 5;
  border: 1px solid var(--dark-grey);
  background-color: var(--linen);
  background-image: linear-gradient(to bottom, var(--overlay-tan), var(--overlay-tan)), url('../images/5eb56ad68e32f52366d9d3e6_paper-texture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-bottom: 20px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  box-shadow: 1px 1px 3px #00000080;
}

.heading-4 {
  color: var(--logo-brown);
  letter-spacing: 1px;
  font-family: Patrick Hand, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

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

.body {
  color: var(--logo-grey);
  font-family: Varela Round, sans-serif;
}

.foodtitle {
  color: var(--logo-brown);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.pricecols {
  padding-bottom: 10px;
}

.pricetxt {
  color: var(--logo-brown);
}

.image-2 {
  width: 80px;
  position: static;
  inset: 0% 0% auto auto;
}

.div-block-3 {
  z-index: 0;
  flex: 0 auto;
  order: 1;
  width: 80px;
  position: static;
  inset: 0% 0% 0% auto;
}

.div-block-4 {
  color: var(--logo-brown);
  flex-wrap: nowrap;
  place-content: space-around space-between;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 3% 0% auto;
}

.donutdiv {
  padding-bottom: 10px;
}

.section-5 {
  background-image: url('../images/donuts-st-croix-falls-aunti-mars.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

.section-6 {
  background-color: var(--light-tan);
  background-image: linear-gradient(to bottom, var(--overlay-tan), var(--overlay-tan)), url('../images/5eb56ad68e32f52366d9d3e6_paper-texture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 70px;
  padding-bottom: 100px;
}

.div-block-5 {
  border: 1px solid var(--dark-grey);
  background-color: var(--linen);
  text-align: left;
  width: 80%;
  padding: 20px 20px 30px;
  box-shadow: 1px 1px 3px #00000082;
}

.infotxt {
  color: var(--logo-brown);
}

.columns-2 {
  padding-bottom: 5px;
}

.container-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  width: auto;
  height: auto;
}

.column-4 {
  text-align: right;
  padding-right: 40px;
}

.section-7 {
  background-color: var(--light-tan);
  background-image: linear-gradient(to bottom, var(--overlay-tan), var(--overlay-tan)), url('../images/5eb56ad68e32f52366d9d3e6_paper-texture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 20px;
  padding-bottom: 20px;
}

.column-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.footer {
  color: var(--logo-brown-hover);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.footlink {
  color: var(--logo-brown);
  padding: 5px 10px;
  font-family: Patrick Hand, sans-serif;
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
}

.footlink.w--current {
  color: var(--logo-brown);
}

.div-block-6 {
  flex-direction: column;
  display: flex;
}

.button {
  border: 2px solid var(--logo-brown);
  color: var(--logo-brown);
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

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

.button.tan {
  border-color: var(--light-tan);
  color: var(--light-tan);
}

.button.tan:hover {
  color: var(--logo-brown-hover);
}

.div-block-7 {
  text-align: center;
  padding-top: 10px;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 25px;
}

.link-block {
  padding: 10px;
}

.columns-3 {
  height: 400px;
  overflow: hidden;
}

.heading-4-copy {
  color: var(--logo-brown);
  margin-top: 0;
  font-family: Patrick Hand, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.infotxt-copy {
  color: var(--logo-brown);
  margin-bottom: 10px;
}

.columns-4 {
  height: 550px;
}

.column-6 {
  background-image: url('../images/doughnuts-stillwater-mn.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

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

.image-5 {
  height: 260px;
  margin-bottom: 30px;
}

.heading-2-copy {
  color: var(--logo-brown);
  text-align: center;
  background-image: url('../images/donut-06-sm.png');
  background-position: 20% 0;
  background-repeat: no-repeat;
  background-size: auto 90%;
  flex: 1;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
}

.section-res {
  background-color: var(--logo-green);
  background-image: linear-gradient(#9b8049f0, #9b8049f0), url('../images/5eb56ad68e32f52366d9d3e6_paper-texture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-2-copy {
  text-align: center;
}

.image-14 {
  color: #df2cc4;
  width: 80px;
}

.heading-22 {
  color: var(--light-tan);
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-family: Patrick Hand, sans-serif;
  font-size: 55px;
  line-height: 55px;
}

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

.button-black {
  color: #333;
  background-color: #0000;
  border: 1px solid #2b2b2b;
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 24px;
}

.button-black:hover {
  color: #fff;
  background-color: #00000080;
}

.button-black.bold {
  color: #000;
  border-width: 2px;
  border-color: #000;
  font-weight: 700;
}

.button-black.bold:hover {
  color: #bdbdbd;
}

.div-mobile-social {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.div-block-10 {
  border: 2px solid var(--logo-brown-hover);
  background-color: var(--light-tan);
  background-image: linear-gradient(to bottom, var(--overlay-tan), var(--overlay-tan)), url('../images/5eb56ad68e32f52366d9d3e6_paper-texture.jpg');
  text-align: center;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  width: 40%;
  margin-bottom: 40px;
  padding: 20px 25px;
}

.heading-23 {
  color: var(--logo-brown);
  margin-top: 10px;
}

.text-block-copy {
  color: var(--logo-brown);
  padding-bottom: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.text-block-copy-copy {
  color: var(--logo-brown);
  padding-bottom: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.foottxt {
  color: var(--logo-brown);
}

.promo-sec {
  background-color: var(--logo-brown);
  background-image: linear-gradient(#6c411dd9, #6c411dd9), url('../images/5eb56ad68e32f52366d9d3e6_paper-texture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  padding-top: 70px;
  padding-bottom: 80px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.heading-24 {
  color: var(--light-tan);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 36px;
}

.heading-2-copy {
  color: var(--light-tan);
  text-align: center;
  background-image: url('../images/donut-02.png'), url('../images/donut-07.png');
  background-position: 80%, 20%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 90%, auto 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
}

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

.text-block-3 {
  color: var(--logo-brown);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 32px;
}

.container-22 {
  z-index: 5;
  border: 1px solid var(--dark-grey);
  background-color: var(--linen);
  background-image: linear-gradient(to bottom, var(--overlay-tan), var(--overlay-tan)), url('../images/5eb56ad68e32f52366d9d3e6_paper-texture.jpg');
  text-align: center;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-bottom: 20px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  box-shadow: 1px 1px 3px #00000080;
}

.heading-26 {
  color: var(--light-tan);
  text-align: center;
  background-image: url('../images/donut-02.png'), url('../images/donut-07.png');
  background-position: 80%, 20%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 90%, auto 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
}

.slider {
  background-color: #0000;
  height: auto;
  overflow: hidden;
}

.dots {
  margin-bottom: -42px;
}

.sectionheader-2 {
  color: var(--logo-brown);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
}

.middlediv {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.middlediv.no {
  width: 85%;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.mainsection {
  background-color: #2c2c2c;
  background-image: linear-gradient(to bottom, var(--overlay-pink), var(--overlay-pink)), url('../images/5eb56ad68e32f52366d9d3e6_paper-texture.jpg');
  color: #2c2c2c;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 100px;
}

.arrow {
  color: #af0e31;
}

.arrow._2 {
  margin-right: -29px;
}

.arrow._1 {
  margin-left: -29px;
}

.lightbox {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.lbimg {
  border-radius: 10px;
}

.imgrows {
  margin-bottom: 20px;
}

.icon-2, .icon-3 {
  color: var(--light-tan);
  border-radius: 20px;
}

.image-15 {
  height: 300px;
  margin-top: 20px;
}

.heading-12 {
  color: var(--logo-brown);
  text-align: center;
  background-image: url('../images/donut-06-sm.png');
  background-position: 20% 0;
  background-repeat: no-repeat;
  background-size: auto 90%;
  flex: 1;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
}

.link, .link-2 {
  color: var(--logo-brown);
  text-decoration: none;
}

.text-block-6 {
  color: var(--logo-brown);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.heading-3-copy {
  color: var(--logo-brown);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 30px;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
}

.div-desk-social {
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: absolute;
  inset: 40% 5% 0% auto;
}

.text-block-3-copy {
  color: var(--logo-brown);
  text-align: center;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.small-text {
  color: var(--logo-brown);
  text-align: center;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 32px;
}

.div-block-12 {
  border: 2px solid var(--logo-brown);
  margin-top: 40px;
  margin-left: 10%;
  margin-right: 10%;
  padding: 20px 20px 30px;
}

.small-text-copy {
  color: var(--logo-brown);
  text-align: center;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 26px;
}

.image-16 {
  height: 100%;
  margin-bottom: 0;
}

.div-block-13 {
  height: 400px;
  margin-bottom: 10px;
}

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

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

  .navbar {
    height: 85px;
    box-shadow: 0 2px 5px #0003;
  }

  .section {
    height: 80vh;
  }

  .div-block-2 {
    width: 35%;
  }

  .column {
    padding-right: 60px;
    display: block;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
    box-shadow: 0 2px 5px #0003;
  }

  .section-3 {
    height: 550px;
  }

  .heading-2 {
    color: var(--light-tan);
  }

  .menu-hidden {
    padding-top: 80px;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-4 {
    padding-left: 10%;
    padding-right: 10%;
    top: 6%;
  }

  .section-5 {
    height: 550px;
  }

  .section-6 {
    background-color: var(--light-tan);
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .div-block-5 {
    width: 80%;
    padding-left: 40px;
  }

  .infotxt {
    font-size: 15px;
  }

  .section-7 {
    background-color: var(--light-tan);
    padding-top: 20px;
  }

  .column-5 {
    height: auto;
  }

  .button.tan {
    border-color: var(--light-tan);
    color: var(--light-tan);
  }

  .button.tan:hover {
    background-color: var(--light-tan);
    color: var(--logo-brown-hover);
  }

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

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

  .infotxt-copy {
    margin-bottom: 10px;
  }

  .column-6 {
    height: 100%;
  }

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

  .div-block-10 {
    width: 35%;
  }

  .promo-sec {
    padding-top: 80px;
    box-shadow: 0 2px 5px #0003;
  }

  .heading-2-copy {
    color: var(--light-tan);
  }

  .text-block-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-26 {
    color: var(--light-tan);
  }

  .heading-12 {
    color: var(--logo-brown);
  }

  .text-block-3-copy, .small-text, .small-text-copy {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-2 {
    width: 35%;
  }

  .section-3 {
    height: 550px;
  }

  .div-block-4 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .section-5 {
    height: 550px;
  }

  .div-block-5 {
    width: 80%;
  }

  .column-4 {
    height: 200px;
  }

  .lightbox {
    height: 225px;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-2 {
    width: 33%;
  }

  .column {
    padding-right: 60px;
  }

  .section-3 {
    height: 600px;
  }

  .div-block-4 {
    padding-left: 26%;
    padding-right: 26%;
  }

  .section-5 {
    height: 600px;
  }

  .mainsection {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lightbox {
    height: 250px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    z-index: 6;
    background-color: var(--light-tan);
    background-image: linear-gradient(to bottom, var(--overlay-tan), var(--overlay-tan)), url('../images/5eb56ad68e32f52366d9d3e6_paper-texture.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

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

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

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

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

  .column {
    padding-right: 30px;
  }

  .heading {
    background-position: 75%;
    background-size: auto 80%;
  }

  .heading-2 {
    background-position: 90%, 15%;
  }

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

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

  .div-block-5 {
    width: 90%;
  }

  .image-3 {
    height: auto;
  }

  .icon {
    color: var(--logo-brown);
  }

  .section-res {
    padding: 60px 0;
  }

  .container-2-copy {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .div-mobile-social {
    justify-content: flex-start;
    align-items: center;
    margin-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-10 {
    width: 50%;
  }

  .heading-2-copy {
    background-position: 90%, 15%;
  }

  .container-22 {
    z-index: 5;
    position: relative;
  }

  .heading-26 {
    background-position: 90%, 15%;
  }

  .sectionheader-2 {
    font-size: 50px;
  }

  .middlediv.no {
    width: 95%;
  }

  .arrow._2, .arrow._1 {
    display: none;
  }

  .lightbox {
    height: 125px;
  }

  .div-desk-social {
    justify-content: flex-start;
    align-items: center;
    margin-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .div-block-12 {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-position: 50% 0;
  }

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

  .heading {
    background-position: 50%;
    background-size: auto 80%;
  }

  .heading-2 {
    background-position: 99%, 0%;
  }

  .menu-hidden {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .column-3 {
    display: none;
  }

  .image-3 {
    height: 200px;
    margin-bottom: 10px;
  }

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

  .column-5 {
    align-items: center;
    padding-bottom: 20px;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-5 {
    height: auto;
  }

  .columns-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-8, .column-9 {
    text-align: center;
  }

  .columns-6 {
    margin-bottom: 10px;
  }

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

  .heading-22 {
    font-size: 50px;
  }

  .div-mobile-social {
    margin-left: 20px;
  }

  .div-block-10 {
    width: 60%;
  }

  .div-block-11 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .promo-sec {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-24 {
    font-size: 34px;
  }

  .heading-2-copy {
    background-position: 99%, 0%;
  }

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

  .container-22 {
    z-index: 5;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .heading-26 {
    background-position: 99%, 0%;
    font-size: 50px;
  }

  .middlediv.no {
    margin-top: 60px;
  }

  .lightbox {
    height: 165px;
    margin-bottom: 20px;
  }

  .heading-12 {
    background-position: 10% 0;
  }

  .div-desk-social {
    margin-left: 20px;
  }

  .text-block-3-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .small-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .div-block-12 {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .div-block-13 {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .image {
    height: 75px;
    margin-top: 0;
  }

  .navbar {
    height: 75px;
  }

  .section {
    background-position: 65% 0;
    margin-top: 70px;
  }

  .div-block-2 {
    width: 60%;
  }

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

  .heading {
    background-position: 90%;
    background-size: auto 80%;
  }

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

  .section-3 {
    background-position: 50%;
    background-size: cover;
  }

  .heading-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    line-height: 60px;
  }

  .heading-3 {
    font-size: 36px;
    line-height: 46px;
  }

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

  .column-3, .div-block-4 {
    display: none;
  }

  .section-5 {
    background-position: 40% 0;
  }

  .image-3 {
    height: 150px;
  }

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

  .div-block-6 {
    display: flex;
  }

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

  .columns-4 {
    height: auto;
  }

  .column-6 {
    height: 350px;
  }

  .heading-2-copy {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .column-8, .column-9 {
    text-align: center;
  }

  .columns-6 {
    margin-bottom: 10px;
  }

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

  .heading-22 {
    margin-top: 0;
    font-size: 34px;
  }

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

  .div-block-10 {
    background-image: linear-gradient(to bottom, var(--overlay-tan), var(--overlay-tan)), url('../images/5eb56ad68e32f52366d9d3e6_paper-texture.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    width: 80%;
  }

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

  .heading-24 {
    font-size: 32px;
    line-height: 34px;
  }

  .heading-2-copy {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    line-height: 60px;
  }

  .text-block-3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 30px;
  }

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

  .heading-26 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    font-size: 46px;
    line-height: 55px;
  }

  .sectionheader-2 {
    font-size: 46px;
    line-height: 50px;
  }

  .lightbox {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 160px;
    display: flex;
  }

  .image-15 {
    height: auto;
  }

  .heading-12 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .heading-3-copy {
    font-size: 36px;
    line-height: 46px;
  }

  .text-block-3-copy {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .small-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 28px;
  }

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

  .small-text-copy {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
  }
}


