.body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
}

.logo {
  margin-top: 8px;
}

.navlink {
  border-bottom: 0px none #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
}

.navlink:hover {
  color: #bbb65a;
}

.navlink.w--current {
  border-bottom: 4px solid #494949;
  color: #bbb65a;
}

.navlink.orderlink {
  background-color: #bbb65a;
}

.navlink.orderlink:hover {
  background-color: #000;
}

.slide1bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('https://docs.google.com/uc?id=0B7hQjAAxUCIlc0FaRklKa3hYVlU');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('https://docs.google.com/uc?id=0B7hQjAAxUCIlc0FaRklKa3hYVlU');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.slide1bg.slide2 {
  height: auto;
  margin-top: 72px;
  padding: 64px 265px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://docs.google.com/uc?id=0B7hQjAAxUCIlaVlOajJ0YVZWalU'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://docs.google.com/uc?id=0B7hQjAAxUCIlaVlOajJ0YVZWalU'), linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
}

.slider {
  height: 90vh;
}

.h2white {
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}

.h2white.h2link {
  margin-top: 27px;
  margin-left: 8px;
  color: #bbb65a;
  font-size: 25px;
  text-decoration: none;
}

.aboutsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.aboutdiv {
  width: 50%;
}

.aboutdiv.aboutimage {
  background-image: url('https://docs.google.com/uc?id=0B7hQjAAxUCIlbjFSLXFDdXFuSnc');
  background-position: 50% 50%;
  background-size: 1000px;
}

.aboutdiv.abouttext {
  padding: 56px;
}

.aboutdiv.whyjuiceimage {
  background-image: url('https://docs.google.com/uc?id=0B7hQjAAxUCIlMS1SNXVqLXRBaW8');
  background-position: 50% 50%;
  background-size: cover;
}

.h1 {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.h1.foodh1 {
  margin-top: 10px;
  margin-left: -10px;
  text-transform: uppercase;
}

.h1.foodh1.left {
  text-align: left;
}

.p {
  max-width: 570px;
}

.footer {
  padding: 20px;
  background-color: #3b3b3b;
  text-align: center;
}

.socialicons {
  margin: 18px 37px 30px 19px;
}

.sociallink {
  margin-right: 18px;
  margin-left: 18px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.sociallink:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.footercontain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.submenu {
  margin-top: 68px;
  padding-top: 31px;
  padding-bottom: 31px;
  background-color: #bbb65a;
  text-align: center;
}

.sublink {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Oswald, sans-serif;
  color: #4b4b4b;
  font-size: 32px;
  text-decoration: none;
  text-transform: uppercase;
}

.sublink:hover {
  color: #fff;
}

.divider {
  display: inline-block;
  margin-right: 18px;
  margin-left: 18px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
}

.foodmenu {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 2px solid #bbb65a;
  border-bottom: 2px solid #bbb65a;
  text-align: left;
}

.foodmenu.lastmenu {
  border-bottom-style: none;
}

.category {
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 2px solid #bbb65a;
}

.category.lastcat {
  border-bottom-style: none;
}

.h3 {
  font-family: Oswald, sans-serif;
  font-size: 19px;
  font-weight: 400;
  text-transform: none;
}

.h3.subtitle {
  margin-left: -10px;
}

.leftcolumn {
  padding-right: 20px;
  padding-left: 0px;
}

.price {
  color: #bbb65a;
}

.small {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}

.itemdiv {
  margin-bottom: 23px;
}

.itemname {
  margin-bottom: 5px;
  line-height: 25px;
  font-weight: 600;
}

.menucontain {
  padding-top: 4px;
  padding-bottom: 4px;
}

.juicecontain {
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}

.shortdiv {
  display: block;
  width: 150px;
  height: 15px;
  margin: -9px auto 48px;
  border-top: 2px solid #bbb65a;
  border-bottom: 0px none #bbb65a;
}

.juicerows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.juiceitem {
  width: 20%;
  margin-bottom: 64px;
  padding-right: 10px;
  padding-left: 10px;
}

.smallp {
  font-size: 16px;
  line-height: 22px;
}

.smallp.smallitem {
  margin-bottom: 11px;
  padding-right: 34px;
  font-weight: 600;
}

.whitesubtext {
  margin-top: 22px;
  color: #fff;
}

.cleansebutton {
  margin-top: 26px;
  padding: 24px;
  border: 1px solid #bbb65a;
  border-radius: 3px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #bbb65a;
  text-decoration: none;
}

.cleansebutton:hover {
  background-color: #fff;
}

.rightcolumn {
  text-align: left;
}

.reallysmall {
  font-size: 14px;
  line-height: 20px;
}

.cleanseitem {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid #bbb65a;
}

.gallerysection {
  margin-top: 71px;
  padding-top: 53px;
  padding-bottom: 53px;
}

.galimage {
  padding-right: 5px;
  padding-left: 5px;
}

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

._2ndrow {
  margin-top: 10px;
}

.location {
  height: auto;
  margin-top: 68px;
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://docs.google.com/uc?id=0B7hQjAAxUCIlZ1pESG91Um1BZmM');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://docs.google.com/uc?id=0B7hQjAAxUCIlZ1pESG91Um1BZmM');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.locationscontain {
  padding-top: 41px;
  padding-bottom: 41px;
}

.map {
  height: 250px;
}

.inline {
  color: #bbb65a;
  text-decoration: none;
}

.contactsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 66px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contactdiv {
  height: 450px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contactdiv.catering {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://docs.google.com/uc?id=0B7hQjAAxUCIlZ2otUlZKQ25PRTA');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://docs.google.com/uc?id=0B7hQjAAxUCIlZ2otUlZKQ25PRTA');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.contactdiv.jobs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://docs.google.com/uc?id=0B7hQjAAxUCIlQ3RDQlZCS3R0TFE');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://docs.google.com/uc?id=0B7hQjAAxUCIlQ3RDQlZCS3R0TFE');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.whiteincline {
  border-bottom: 1px solid #bbb65a;
  color: #fff;
  text-decoration: none;
}

.contactcontain {
  padding: 53px 123px;
}

.greenbutton {
  background-color: #bbb65a;
}

.locationsrow {
  margin-bottom: 33px;
}

.newslide1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('https://docs.google.com/uc?id=0B7hQjAAxUCIlc0FaRklKa3hYVlU');
  background-position: 50% 0px;
  background-size: cover;
}

.newslide2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('https://docs.google.com/uc?id=0B7hQjAAxUCIlYW05ci1hb19SZGM');
  background-position: 50% 50%;
  background-size: cover;
}

.nonarrow {
  display: none;
}

.newslider {
  height: 80vh;
  margin-top: 68px;
}

.newslide3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('https://docs.google.com/uc?id=0B7hQjAAxUCIlT0c3RW43VDlvenM');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('https://docs.google.com/uc?id=0B7hQjAAxUCIlT0c3RW43VDlvenM');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.cleanseimage {
  padding-top: 28px;
}

@media (max-width: 991px) {
  .slide1bg.slide2 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .socialicons {
    margin-right: 164px;
    margin-bottom: 10px;
  }
  .footercontain {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .foodmenu {
    border-bottom-width: 2px;
  }
  .juiceitem {
    width: 33%;
  }
}

@media (max-width: 767px) {
  .slide1bg {
    padding-right: 69px;
    padding-left: 69px;
  }
  .aboutsection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .aboutsection.whysection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .aboutdiv.aboutimage {
    width: 100%;
    height: 350px;
  }
  .aboutdiv.abouttext {
    width: 100%;
  }
  .aboutdiv.whyjuiceimage {
    width: 100%;
    height: 350px;
  }
  .socialicons {
    margin-right: 60px;
  }
  .submenu {
    padding-right: 28px;
    padding-left: 28px;
  }
  .sublink {
    font-size: 19px;
  }
  .divider {
    font-size: 19px;
  }
  .menucontain {
    padding-right: 22px;
    padding-left: 22px;
  }
  .juiceitem {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .slide1bg {
    height: 100vh;
  }
  .h2white {
    font-size: 23px;
    line-height: 32px;
  }
  .h2white.h2link {
    margin-left: 0px;
  }
  .aboutdiv.abouttext {
    padding: 24px;
  }
  .p {
    font-size: 16px;
    line-height: 23px;
  }
  .socialicons {
    margin-right: 7px;
    margin-left: 0px;
  }
  .sociallink {
    margin-right: 7px;
    margin-left: 7px;
  }
  .juiceitem {
    width: 100%;
  }
  .location {
    padding-top: 61px;
    padding-bottom: 61px;
  }
}

