.body {
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 400;
  letter-spacing: 2px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.topbarlogo {
  display: inline-block;
  width: 150px;
  margin-right: 25px;
  margin-left: 25px;
  float: none;
}

.navmenu {
  display: block;
}

.navlink {
  cursor: pointer;
}

.navlink.mobile {
  padding-bottom: 10px;
}

.navlink.mobile.w--current {
  border-bottom: 1px solid #000;
  color: #000;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home {
  overflow: hidden;
  height: 100vh;
}

.info {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

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

.content.verticalcenter {
  position: relative;
  top: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 50px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.content.notice {
  padding-top: 25px;
  padding-bottom: 25px;
}

.infosubtext {
  margin-top: 10px;
  color: #b88282;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.infosubtextlink {
  color: #b88282;
  text-decoration: none;
  cursor: pointer;
}

.infosubtextlink:hover {
  text-decoration: underline;
}

.infotext {
  display: block;
  width: 80%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #b88282;
  font-size: 16px;
  text-align: center;
}

.menuimg {
  height: 500px;
  background-image: url('../images/menu.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.shop {
  background-color: #fff;
}

.menumain {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin-top: 10px;
  float: left;
  text-transform: uppercase;
}

.menuinfo {
  float: right;
  font-weight: 400;
  text-align: right;
}

.menublock {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
}

.menucolumn {
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menuitem {
  font-weight: 400;
  text-transform: uppercase;
}

.menuprice {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  float: right;
  border: 1px solid #000;
  border-radius: 5px;
  text-align: right;
}

.menudescription {
  margin-right: 25px;
  margin-left: 25px;
  color: #b88282;
  font-weight: 300;
}

.healthimg {
  height: 500px;
  background-image: url('../images/ingredients.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.comparison {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fde3e2), to(#fde3e2));
  background-image: linear-gradient(180deg, #fde3e2, #fde3e2);
}

.subtextwhite {
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.brothingredients {
  margin-top: 25px;
  margin-right: 25px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 300;
  text-align: right;
  text-transform: uppercase;
}

.brothnumbers {
  margin-top: 25px;
  margin-bottom: 20px;
  color: #b88282;
  text-align: center;
}

.subtext {
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}

.brothfacts {
  margin-top: 25px;
  margin-bottom: 20px;
  color: #b88282;
}

.broth {
  background-color: #fff;
}

.brothimg {
  overflow: hidden;
  height: 500px;
  background-image: url('../images/broth.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bgvid {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -999;
  height: 100vh;
}

.story {
  background-color: #fff;
}

.text {
  margin: 25px;
  color: #b88282;
  font-weight: 300;
}

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

.text.error {
  margin: 10px;
  font-weight: 400;
  text-align: center;
}

.imgcontainer {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 800px;
}

.feed {
  margin-bottom: -7px;
  background-color: #fff;
}

.contact {
  background-color: #fff;
}

.footer {
  background-color: #fde3e2;
}

.button {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #b88282;
}

.button:hover {
  background-color: #7e5252;
}

.input {
  text-align: center;
}

.columnnomargin {
  display: block;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
}

.logo {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.map {
  height: 400px;
}

.about {
  background-color: #fde3e2;
}

.tab {
  display: inline-block;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  text-align: center;
}

.tab.w--current {
  border-bottom: 2px solid #b88282;
  background-color: transparent;
}

.img {
  width: 50%;
  margin-bottom: 25px;
}

.imgleft {
  position: absolute;
  overflow: hidden;
  margin-top: 300px;
  margin-right: 0px;
  margin-left: -5%;
}

.imgright {
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
  margin-top: 50px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mainlogo {
  display: block;
  width: 25%;
  margin-right: auto;
  margin-left: auto;
}

.columnmap {
  padding-right: 0px;
  padding-left: 0px;
}

.intro {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
}

.imgleft {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.div-block {
  background-color: #fde3e2;
}

.textlink {
  border-bottom: 1px solid #b88282;
  color: #b88282;
  text-decoration: none;
  cursor: pointer;
}

.textlink:hover {
  font-weight: 700;
}

html.w-mod-js *[data-ix="fixed-navbar"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="slide-from-left"] {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="slide-from-right"] {
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

@media (max-width: 991px) {
  .topbarlogo.mobile {
    width: 100px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navlink.mobile {
    display: block;
    padding-bottom: 20px;
    background-color: #000;
    color: #fff;
    text-align: center;
  }
  .navlink.mobile.w--current {
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  .container {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .content.verticalcenter {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menubutton.w--open {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #000;
  }
  .menucolumn {
    padding-right: 25px;
    padding-left: 25px;
  }
  .image {
    margin-top: 8px;
  }
  .mainlogo {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .home {
    background-image: url('../images/broth.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .infotext {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .brothingredients {
    font-size: 12px;
  }
  .imgcontainer {
    height: 500px;
    background-image: url('../images/broth.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .columnnomargin.mobilecolumn {
    height: 300px;
  }
  .divider {
    display: block;
    width: 25%;
    margin: 0px auto -10px;
    border-top: 1px solid #b88282;
  }
}

@media (max-width: 479px) {
  .menucolumn {
    padding-right: 0px;
    padding-left: 0px;
  }
  .brothingredients {
    margin-right: -10px;
  }
  .text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

