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

body {
  color: #000;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.25;
}

.navbar-logo-center {
  background-image: url('../images/wood-grain.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 5px solid #e19795;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 3px 3px #3b231380;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 500;
  width: 17%;
  position: absolute;
}

.navbar-brand-three.w--current {
  margin-top: 20px;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #3c2415;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-weight: 900;
  text-decoration: none;
  transition: all .5s;
}

.nav-link:hover {
  text-shadow: 0 1px 3px #e19795;
  font-size: 15px;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  -webkit-text-decoration: underline #e19795;
  text-decoration: underline #e19795;
  text-decoration-thickness: 3px;
}

.image {
  width: 100%;
}

.sprinkle-section {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/sprinkles.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 220px;
  padding-bottom: 40px;
}

.wide-container {
  width: 100%;
  max-width: 1140px;
  padding-left: 40px;
  padding-right: 40px;
}

.welcome-heading {
  color: #3c2415;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 1.25;
}

.heading-subtitle {
  color: #3c2415;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.center-paragraph {
  text-align: center;
  line-height: 1.5;
}

.center-paragraph.bold {
  font-weight: 700;
}

.heading-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.heading-div.facebook {
  margin-top: 40px;
}

.home-button-div {
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.button {
  color: #3c2415;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #e19795;
  border: 3px solid #fff;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 25%;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button:hover {
  color: #fff;
  box-shadow: 0 1px 3px 2px #3c241580;
}

.contact-section {
  background-color: #e19795;
  border-top: 5px solid #3c2415;
  padding-top: 40px;
  padding-bottom: 10px;
}

.phone-number {
  color: #3c2415;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
}

.contact-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hours-text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.hours-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-main-div {
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.map-container {
  border-top: 5px solid #3c2415;
  border-bottom: 5px solid #3c2415;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
}

.code-embed {
  height: 350px;
}

.copyright-container {
  width: 100%;
  margin-top: 10px;
}

.text-block {
  text-align: center;
  font-size: 13px;
}

.zzlocal-link {
  color: #3c2415;
  font-weight: 700;
}

.image-2 {
  border: 5px solid #040540;
  width: 100%;
  box-shadow: 0 2px 5px 2px #00000040;
}

.image-3 {
  width: 35%;
}

.facebook-link-div {
  width: 15%;
  transition: opacity .5s;
}

.facebook-link-div:hover {
  opacity: .75;
}

.facebook-icon {
  width: 100%;
}

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

.full-width-container {
  width: 100%;
  max-width: 100%;
}

.wide-photo {
  width: 100%;
  margin-top: 40px;
}

.exterior-photo {
  border: 5px solid #e19895;
  border-radius: 25px;
  width: 100%;
  margin-top: 40px;
  box-shadow: 0 2px 5px 2px #00000080;
}

@media screen and (max-width: 991px) {
  .navbar-logo-center-container.shadow-three {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    width: 30%;
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    width: 35%;
    inset: 80px 0% 0% auto;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 2px 5px 2px #3c241580;
  }

  .nav-menu-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    color: #fff;
    background-color: #3c2415;
    border-radius: 50px;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #e19795;
    border-radius: 50px;
  }

  .sprinkle-section {
    padding-top: 180px;
  }

  .button {
    width: 40%;
  }

  .contact-main-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .facebook-link-div {
    width: 25%;
  }
}

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

  .navbar-brand-three {
    width: 50%;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .home-button-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

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

  .facebook-link-div {
    width: 35%;
  }
}


