body {
  margin-bottom: auto;
  background-color: #fff5e3;
  font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin: 10px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #403d39;
  font-size: 38px;
  line-height: 44px;
  font-weight: 900;
  text-transform: uppercase;
}
h2 {
  margin: 20px 10px 10px;
  font-family: Raleway, sans-serif;
  color: #c45651;
  font-size: 32px;
  line-height: 36px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h3 {
  margin: 20px 10px 10px;
  font-family: Raleway, sans-serif;
  color: #403d39;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin: 10px;
  font-family: Raleway, sans-serif;
  color: #403d39;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
h5 {
  margin: 10px 9px;
  font-family: Raleway, sans-serif;
  color: #403d39;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
h6 {
  margin: 10px;
  font-family: Raleway, sans-serif;
  color: #403d39;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}
p {
  margin: 25px 10px;
  color: #403d39;
  font-size: 17px;
  line-height: 23px;
}
.button {
  display: inline-block;
  margin: 5px 10px;
  padding: 4px 15px;
  border-radius: 2px;
  background-color: #c45651;
  font-family: Raleway, sans-serif;
  color: white;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}
.button:hover {
  background-color: #d65c56;
  box-shadow: none;
}
.button.facebook {
  padding: 18px 20px;
  border: 2px solid white;
  background-color: #3375d6;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: all 721ms ease;
  -o-transition: all 721ms ease;
  transition: all 721ms ease;
  font-family:'Open Sans', sans-serif;
  font-size: 33px;
  font-weight: 600;
  text-transform: uppercase;
}
.button.facebook:hover {
  box-shadow: none;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.section.hero {
  height: 600px;
  background-image: url('../images/hero1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.section.dark {
  padding: 15px 10px;
  background-color: #403d39;
}
.section.red {
  background-color: #c45651;
}
.container {
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
}
.container.home {
  padding-top: 25px;
  padding-bottom: 182px;
}
.container.menu {
  text-align: left;
}
.logo {
  display: inline-block;
  width: 400px;
  margin-top: 15px;
  padding: 10px 7px;
  clear: none;
  text-align: left;
}
.hero {
  color: white;
  font-size: 39px;
  text-align: center;
}
.nav-div {
  margin-top: 64px;
  padding: 5px 10px;
}
.nav-link {
  display: inline-block;
  padding: 20px 25px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 19px;
  line-height: 33px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.81) 1px 1px 4px;
}
.nav-link:hover {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  color: #c45651;
}
.nav-link.w--current {
  color: white;
}
.whtie {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #d4c4a5;
  text-align: center;
}
.menu-item {
  padding: 8px 0px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 24px;
}
.menu-title {
  margin-top: 8px;
  padding: 4px 0px;
  font-family: Raleway, sans-serif;
  color: #d4c4a5;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
}
.price {
  float: right;
  font-size: 16px;
  font-style: italic;
}
.sizes {
  padding: 1px 0px 7px;
  color: #c7c7c7;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
}
.menu-column {
  margin-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(166, 149, 118, 0.18);
}
.menu-row {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.basic-row {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: left;
}
.basic-row.coffee {
  text-align: center;
}
.address {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 7px;
  padding-bottom: 2px;
  border-top: 1px solid rgba(64, 61, 57, 0.2);
}
.map {
  display: block;
  height: 250px;
  margin: 57px auto;
  border: 5px solid #c45651;
}
.hours-list {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 7px;
  border-top: 1px solid rgba(64, 61, 57, 0.2);
}
.deals {
  clear: right;
  color: white;
  text-align: center;
  letter-spacing: 1px;
}
.deals-descrep {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 17px;
  padding-right: 154px;
  padding-left: 154px;
  font-family: Raleway, sans-serif;
  font-size: 34px;
  line-height: 61px;
  font-weight: 100;
  text-align: center;
}
.facebook-link {
  display: inline-block;
  width: 200px;
  height: 200px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
}
.facebook-cup {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}
.copyright {
  color: #a69576;
}
.hashtag {
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.round-image {
  border-radius: 100%;
}
.red {
  color: #c45651;
}
.back-menu {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: right;
}
html.w-mod-js *[data-ix="fade-in"] {
  opacity: 0;
}
html.w-mod-js.w-mod-no-ios *[data-ix="load-left"] {
  opacity: 0;
  -webkit-transform: translate(-300px, 0px);
  -ms-transform: translate(-300px, 0px);
  -o-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="load-right"] {
  opacity: 0;
  -webkit-transform: translate(300px, 0px);
  -ms-transform: translate(300px, 0px);
  -o-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="load-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  -o-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="load-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  -o-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="load-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  -o-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}
@media (max-width: 991px) {
  .menu-item {
    font-size: 21px;
  }
  .deals-descrep {
    padding-right: 77px;
    padding-left: 77px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
  .section.hero {
    height: 550px;
  }
  .logo {
    width: 350px;
  }
  .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
  }
  .deals-descrep {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 31px;
    line-height: 45px;
  }
}
@media (max-width: 479px) {
  .section.hero {
    height: 482px;
  }
  .container.home {
    padding-top: 0px;
  }
  .logo {
    width: 250px;
  }
  .nav-div {
    margin-top: 11px;
  }
  .nav-link {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .menu-item {
    font-size: 17px;
  }
  .menu-title {
    font-size: 20px;
    line-height: 23px;
  }
  .price {
    font-size: 14px;
  }
  .sizes {
    font-size: 14px;
  }
  .deals-descrep {
    font-size: 24px;
    line-height: 33px;
  }
  .facebook-link {
    width: 175px;
    height: 175px;
  }
}

