body {
  /*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; */ /* NOTE: Arial not working on Ubuntu */
  font-family: Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family:'Droid Serif', serif;
  color: #212121;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}
h2 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family:'Dancing Script', sans-serif;
  color: #828282;
  font-size: 30px;
  line-height: 36px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family:'Dancing Script', sans-serif;
  color: #bd3c3c;
  font-size: 28px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  color: #828282;
  font-size: 13px;
  text-align: center;
  letter-spacing: 2px;
}
.button {
  position: static;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  margin-top: 10%;
  padding: 8px 20px;
  border-radius: 0px;
  background-color: #537591;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button.small-btn {
  padding: 5px 10px;
  font-size: 13px;
}
.button.small-btn.coral {
  background-color: #db7f7f;
}
.button.small-btn.coral:hover {
  background-color: #bd3c3c;
}
.button.white-outline {
  margin-top: 0px;
  border: 2px solid white;
  border-radius: 0px;
  background-color: transparent;
}
.button.white-outline:hover {
  border-color: #537591;
  background-color: #537591;
}
.header {
  height: 800px;
  padding-top: 100px;
  background-image: -webkit-linear-gradient(black, transparent 48%), url('../images/ingredients.jpg');
  background-image: linear-gradient(black, transparent 48%), url('../images/ingredients.jpg');
  background-position: 0% 0%, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}
.nav-bar-conainer {
  top: 20px;
  background-color: transparent;
}
.nav-link {
  color: white;
  font-size: 13px;
  letter-spacing: 2px;
}
.nav-link:hover {
  color: white;
  text-decoration: underline;
}
.nav-link.w--current {
  color: white;
  font-size: 13px;
  letter-spacing: 2px;
}
.nav-logo {
  padding-top: 10px;
}
.nav-brand-social {
  margin-top: 16px;
  float: right;
}
.welcome-container {
  margin-top: 300px;
  background-image: -webkit-radial-gradient(50% 50%, circle farthest-side, black, transparent 33%);
  background-image: radial-gradient(circle farthest-side at 50% 50%, black, transparent 33%);
  text-align: center;
}
.hero-splash {
  margin-top: 16px;
  font-family:'Droid Serif', serif;
  color: white;
  text-align: center;
}
.hero-splash.script {
  font-family:'Great Vibes', cursive;
  font-size: 43px;
  line-height: 53px;
}
.hero-splash.down-arrow {
  margin-top: 29px;
}
.about {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family:'Great Vibes', cursive;
  color: #537591;
  font-size: 36px;
  line-height: 47px;
  text-align: center;
}
.spaced-para {
  font-size: 13px;
  letter-spacing: 2px;
}
.spaced-para.top-spacing {
  margin-top: 10px;
}
.about-container {
  margin-top: 30px;
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
}
.about-container.h1 {
  margin-top: 0px;
  font-family:'Droid Serif', serif;
  color: #212121;
  font-size: 42px;
  line-height: 46px;
  text-align: center;
}
.about-us {
  font-weight: 400;
}
.about-us.h3 {
  font-family:'Droid Serif', serif;
  color: #828282;
  text-align: center;
}
.dishes {
  margin-top: 20px;
}
.featured-left {
  border-right: 1px solid #bdbdbd;
}
.featured-middle {
  border-right: 1px solid #bdbdbd;
}
.history {
  padding: 20px 0px;
  background-color: #242323;
  -webkit-transition: padding 500ms ease;
  transition: padding 500ms ease;
  text-align: center;
}
.featured {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.feature-img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.hero-slider {
  margin-top: 30px;
  border-radius: 0px;
}
.slider {
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.29);
  text-align: center;
}
.slider-pane {
  text-align: center;
}
.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #242323;
}
.footer a {
  color: #537591;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.uni-nav-sec {
  background-color: #292929;
}
.navbar {
  background-color: transparent;
}
.uni-nav-link {
  color: white;
  font-size: 13px;
  letter-spacing: 2px;
}
.uni-nav-link:hover {
  color: #db7f7f;
}
.uni-nav-link.w--current {
  color: white;
}
.uni-nav-link.w--current:active {
  color: white;
}
.uni-nav-link.w--current:focus {
  color: white;
}
.uni-nav-img {
  margin-top: 16px;
}
.page-heading-sec {
  background-color: #bd3c3c;
  background-image: url('../images/material-design3.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
}
.page-heading-con {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.white-text {
  margin-top: 50px;
  color: white;
}
.white-text.margin-top-bottom-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}
.white-text.margin-top-bottom-10px.font-size-20px {
  font-size: 20px;
}
.page-area {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.featured-row {
  margin-top: 24px;
  margin-bottom: 24px;
}
.page-area-sec {
  padding-top: 10px;
  padding-bottom: 10px;
}
.shop-category-div {
  padding: 10px;
  border: 1px solid #bdbdbd;
  text-align: center;
}
.shop-category-div div {
  height: 140px;
  overflow: hidden;
}
.shop-category-div div.category-title {
  height: 90px;
}
.shop-category-col {
  margin-bottom: 10px;
}
.paging-current {
  margin-right: 4px;
  padding: 3px 6px;
  border: 1px solid #db7f7f;
  border-radius: 3px;
  background-color: #db7f7f;
  color: white;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
.paging-current:hover {
  border-color: #bd3c3c;
  background-color: #bd3c3c;
}
.paging {
  margin-right: 4px;
  padding: 3px 6px;
  border: 1px solid #db7f7f;
  border-radius: 3px;
  color: #db7f7f;
  font-size: 12px;
  text-decoration: none;
}
.paging:hover {
  border-color: #bd3c3c;
  color: #bd3c3c;
}
.shop-product-div {
  margin-bottom: 10px;
  padding: 0px;
  border: 1px solid #bdbdbd;
}
.product-details-row {
  padding: 10px;
}
input[type="text"]#qty {
  width: 20px;
  border: 1px solid #BDBDBD;
}
.no-top-margin {
  margin-top: 0px;
}
.product-details-col {
  padding: 0px 10px;
  text-align: center;
}
.product-category-link {
  display: block;
  margin-bottom: 1px;
  padding: 7px;
  border: 1px solid #e9eef2;
  background-color: transparent;
  color: #537591;
  font-size: 13px;
  text-decoration: none;
}
.product-category-link:hover {
  border-color: #537591;
  background-color: #537591;
  color: white;
}
.product-details-link {
  color: #537591;
  font-size: 12px;
  letter-spacing: 2px;
}
.paging-div {
  text-align: right;
}
.submit {
  padding: 8px 20px;
  background-color: #537591;
}
.label {
  color: #537591;
  font-weight: 400;
  letter-spacing: 2px;
}
.input {
  color: #828282;
  font-size: 13px;
  letter-spacing: 2px;
}
.text-area {
  min-height: 200px;
  color: #828282;
  font-size: 13px;
  letter-spacing: 2px;
}
.less-top-spacing {
  margin-top: 10px;
}
.list-item {
  margin-bottom: 2px;
  padding: 6px;
  border: 1px solid #bdbdbd;
  color: #828282;
  font-size: 13px;
  letter-spacing: 2px;
}
.bullet-list {
  display: block;
  max-width: 250px;
  margin: 10px auto;
}
.select {
  color: #828282;
  font-size: 13px;
  letter-spacing: 2px;
}
.branding-con {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.top-nav-sec {
  background-color: #212121;
}
.top-navbar {
  background-color: transparent;
  text-align: center;
}
.top-navbar-con {
  display: block;
  text-align: center;
}
.top-nav-menu {
  display: block;
  float: none;
}
.top-nav-link {
  color: white;
}
.square-gallery-col {
  padding-right: 0px;
  padding-left: 0px;
}
.hidden-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-width: 0px;
  background-color: rgba(0, 0, 0, 0.49);
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  text-align: center;
}
.hidden-div:hover {
  background-color: rgba(0, 0, 0, 0.49);
  opacity: 1;
}
.square-gallery-view-now-div {
  margin-top: 40%;
}
.brands-sec {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ededed;
  text-align: center;
}
.brands-div {
  margin: 10px;
  padding: 10px;
  opacity: 1;
}
.hero-con {
  margin-top: 50px;
  text-align: center;
}
.logo {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.blue {
  color: #537591;
}
.shop-category-image-div {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 132px;
}
@media (max-width: 991px) {
  .header {
    height: 500px;
  }
  .welcome-container {
    margin-top: 69px;
  }
  .hero-slider {
    margin-top: 33px;
  }
  .shop-category-image-div {
    height: 97px;
  }
}
@media (max-width: 767px) {
  .hero-splash {
    margin-top: 11px;
    font-size: 30px;
  }
  .hero-splash.script {
    font-size: 32px;
  }
  .shop-category-image-div {
    height: 351px;
  }
}
@media (max-width: 479px) {
  .header {
    height: 600px;
  }
  .about-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .about-container.h1 {
    font-size: 28px;
  }
  .slider {
    height: 383px;
  }
  .shop-category-image-div {
    height: 185px;
  }
}
