.body {
  height: 100vh;
  border-radius: 0px;
}

.home-section {
  height: 100vh;
  border: 5px none #000;
  border-radius: 0px;
  background-color: #fff;
}

.heading {
  margin-top: 0px;
  padding-top: 45px;
  color: #fff;
}

.container {
  padding-top: 132px;
}

.slide {
  background-image: url('../images/honey-bee-2-outside-1920.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/honey-bee-5-opt.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(39%, hsla(0, 0%, 100%, 0))), url('../images/honey-bee-2-opt2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), hsla(0, 0%, 100%, 0) 39%), url('../images/honey-bee-2-opt2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slider {
  height: 100vh;
}

.heading-2 {
  position: static;
  left: 7%;
  top: auto;
  right: auto;
  bottom: 16%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 74px;
  line-height: 75px;
  white-space: pre-wrap;
  background-clip: border-box;
}

.text-block {
  position: static;
  left: 7%;
  top: auto;
  right: auto;
  bottom: 13%;
  padding: 12px 0px 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
}

.container-2 {
  position: static;
}

.menu-button-group {
  position: absolute;
  left: 5%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding-top: 20px;
  padding-left: 0px;
}

.button {
  margin-right: 25px;
  border-radius: 3px;
  background-color: transparent;
  text-align: center;
}

.menu-section {
  height: auto;
  margin-bottom: 50px;
  padding-bottom: 10px;
}

.icon-button {
  padding-left: 41px;
  background-color: transparent;
  background-image: url('../images/facebook.png');
  background-position: 0% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.div-block-2 {
  position: absolute;
}

.lottie-animation {
  position: absolute;
  left: 102%;
  top: auto;
  right: auto;
  bottom: -33%;
  width: 50px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  direction: ltr;
  font-family: Bitter, serif;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

.columns {
  margin-right: 15vw;
  margin-left: 15vw;
}

.menu-header {
  font-family: 'Great Vibes', cursive;
  font-size: 36px;
  text-align: center;
}

.homepage-header {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding-bottom: 55px;
}

.menu-subheader {
  font-size: 18px;
}

.bold-text {
  font-family: Bitter, serif;
  text-transform: uppercase;
}

.menu-subheader-block {
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-bottom: 4px;
  padding-left: 0px;
  border-bottom: 1px solid #000;
}

.menu-header-block {
  padding-bottom: 40px;
}

.slide-nav {
  display: none;
}

.center-icon-div {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  text-align: center;
}

.image {
  padding-bottom: 10px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.item-bold {
  font-family: Bitter, serif;
  font-weight: 700;
  text-transform: uppercase;
}

.drink-menu-item {
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.drink-menu-item.addon {
  padding-top: 24px;
  padding-bottom: 0px;
}

.drink-menu-item.bottom {
  padding-bottom: 20px;
}

.column {
  font-weight: 400;
}

.item-price {
  font-family: Bitter, serif;
  text-align: right;
  text-transform: uppercase;
}

.text-span {
  font-size: 12px;
  font-weight: 400;
}

.text-block-2 {
  font-family: Bitter, serif;
  font-size: 12px;
}

.breakfast-menu-item {
  padding: 10px 20px;
}

.breakfast-menu-item.addon {
  padding-top: 24px;
  padding-bottom: 0px;
}

.lunch-menu-item {
  padding: 10px 20px;
}

.lunch-menu-item.addon {
  padding-top: 24px;
  padding-bottom: 0px;
}

.menu-button-group-mobile {
  position: absolute;
  left: 5%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  padding-top: 20px;
  padding-left: 0px;
}

.homepage-header-mobile {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  padding-bottom: 55px;
}

.about-section {
  height: 50vh;
  padding-top: 0px;
}

.image-2 {
  height: 50vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.column-2 {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
}

.heading-4 {
  font-family: 'Changa One', Impact, sans-serif;
}

.paragraph {
  margin-right: 20px;
  margin-left: 20px;
  font-family: Bitter, serif;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 1.5px;
}

.block-quote {
  margin-left: 20px;
  padding-left: 0px;
  font-family: Bitter, serif;
}

.heading-5 {
  margin-left: 20px;
  padding-bottom: 40px;
  font-family: Bitter, serif;
  font-size: 18px;
  text-align: center;
}

.div-block-3 {
  position: relative;
  left: 25%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 25vw;
  padding-top: 35px;
}

.column-3 {
  position: static;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.about-section-desktop {
  height: 50vh;
  background-image: url('../images/honey-bee-2-machine-gradient.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.text-block-3 {
  padding-top: 25px;
  font-family: Bitter, serif;
  font-size: 16px;
  text-align: center;
}

.map {
  position: relative;
  height: 50vh;
}

.paragraph-2 {
  font-family: Bitter, serif;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.div-block-4 {
  position: static;
  margin-right: 25%;
  margin-left: 25%;
  padding-top: 15px;
}

.section {
  height: auto;
}

.heading-6 {
  font-family: Bitter, serif;
  color: #f0f0f0;
}

.div-block-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.container-3 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  clear: left;
}

.heading-7 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  text-align: left;
}

.text-block-4 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 450px;
  padding-top: 11px;
  float: none;
  clear: none;
  font-family: Bitter, serif;
  color: #f3f3f3;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.heading-8 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 46px;
  font-family: Bitter, serif;
  color: #f5f5f5;
  font-size: 28px;
  text-align: left;
}

.div-block-6 {
  position: absolute;
}

.container-4 {
  position: absolute;
  right: 5%;
  padding-top: 5vh;
  text-align: left;
}

.about-section-mobile {
  display: none;
  height: 50vh;
  background-image: url('../images/honey-bee-2-machine-gradient.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.slant-div {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-7 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.columns-2 {
  margin-right: 15%;
  margin-left: 15%;
  padding-top: 56px;
  padding-bottom: 40px;
}

.column-4 {
  padding-right: 20px;
}

.column-5 {
  padding-left: 20px;
}

.heading-9 {
  padding-bottom: 28px;
  font-family: Bitter, serif;
  font-size: 26px;
}

.icon-image-text-block {
  padding-top: 10px;
  padding-bottom: 0px;
  font-family: Bitter, serif;
  font-size: 16px;
}

.columns-3 {
  padding-bottom: 25px;
  padding-left: 0px;
}

.image-4 {
  position: absolute;
  left: auto;
  top: 56%;
  right: 24%;
  bottom: auto;
  overflow: hidden;
  margin-right: auto;
  padding-top: 0px;
  padding-right: 0px;
  float: right;
  opacity: 0.23;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.paragraph-3 {
  overflow: visible;
  padding-top: 20px;
  padding-right: 161px;
  padding-left: 0px;
  font-family: Bitter, serif;
  font-weight: 400;
}

.map-2 {
  padding-bottom: 0px;
}

.link {
  color: #202020;
}

.slider-2 {
  position: relative;
  max-height: 225px;
}

.container-5 {
  overflow: hidden;
  max-height: 250px;
  max-width: none;
  padding-top: 40px;
  padding-right: 15%;
  padding-left: 15%;
}

.div-block-9 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  border-radius: 6px;
  background-color: #f26419;
}

.slide-4 {
  background-color: #f8f8f8;
}

.text-block-6 {
  padding-top: 57px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.image-8 {
  position: static;
  top: 255px;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.paragraph-4 {
  overflow: scroll;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-align: justify;
}

.text-block-7 {
  display: inline-block;
  overflow: visible;
  font-family: Lato, sans-serif;
}

.review-block {
  max-height: 160px;
  min-height: 160px;
  margin-right: 50px;
  margin-left: 50px;
  padding-right: 20px;
  padding-bottom: 18px;
  padding-left: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.google-icon-animated {
  margin-left: 10px;
  padding-left: 0px;
}

.section-2 {
  max-height: 40px;
  min-height: 40px;
  background-color: #f3f3f3;
}

.container-6 {
  max-height: 40px;
  min-height: 40px;
}

.text-block-8 {
  padding-top: 12px;
  color: #4d4d4d;
  text-align: center;
}

.link-2 {
  color: #4186d5;
  text-decoration: none;
}

.hours-text-block {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Bitter, serif;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .menu-section {
    overflow: hidden;
    height: auto;
  }

  .columns {
    margin-right: auto;
    margin-left: auto;
  }

  .menu-header {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 60px;
  }

  .homepage-header {
    padding-bottom: 63px;
  }

  .homepage-header-mobile {
    padding-bottom: 63px;
  }

  .image-2 {
    position: static;
    left: 0%;
    top: 0px;
    right: auto;
    bottom: 0%;
    float: none;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .about-section-desktop {
    display: block;
  }

  .about-section-mobile {
    display: none;
  }

  .columns-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .column-4 {
    padding-left: 40px;
  }

  .icon-image-text-block {
    padding-top: 2px;
    padding-left: 10px;
    color: #000;
  }

  .image-4 {
    top: 48%;
    right: 1%;
  }

  .paragraph-3 {
    padding-top: 20px;
    padding-right: 0px;
  }

  .map-2 {
    margin-right: auto;
    padding-right: 0px;
  }

  .link {
    color: #000;
  }

  .container-5 {
    overflow: visible;
    max-height: none;
  }

  .paragraph-4 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .review-block {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-4 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .reviews-section {
    min-height: auto;
  }

  .hours-text-block {
    padding-top: 0px;
    padding-left: 10px;
    color: #000;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    padding-right: 5px;
    padding-bottom: 13px;
    padding-left: 5px;
    font-size: 55px;
    line-height: 60px;
    text-align: center;
  }

  .text-block {
    padding-top: 0px;
    text-align: center;
  }

  .menu-button-group {
    display: none;
    padding-top: 0px;
    text-align: center;
  }

  .menu-section {
    margin-bottom: 0px;
  }

  .icon-button {
    margin-top: 23px;
  }

  .icon-button.icon-button-mobile {
    white-space: normal;
  }

  .lottie-animation {
    display: none;
  }

  .homepage-header {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 6%;
    display: none;
    width: 100vw;
    height: auto;
    padding-bottom: 0px;
  }

  .lunch-column {
    padding-bottom: 0px;
  }

  .menu-button-group-mobile {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 6%;
    display: block;
    padding-top: 0px;
    text-align: center;
  }

  .homepage-header-mobile {
    position: absolute;
    left: 0%;
    top: 4%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 100vw;
    height: auto;
    padding-bottom: 0px;
  }

  .about-section-desktop {
    display: none;
    background-image: url('../images/honey-bee-2-machine-gradient.jpg');
    background-position: 50% 40%;
    background-size: cover;
  }

  .section {
    background-color: #ec8a00;
  }

  .text-block-4 {
    max-width: none;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    float: none;
    color: #181818;
    text-align: justify;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-8 {
    position: static;
    display: block;
    min-width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    color: #3a3a3a;
    text-align: center;
  }

  .container-4 {
    position: static;
    right: 10%;
    padding-top: 0px;
  }

  .about-section-mobile {
    display: none;
    height: auto;
    background-color: #fff;
    background-image: none;
    background-clip: border-box;
  }

  .slant-div {
    position: relative;
    bottom: 67px;
    z-index: -1;
    overflow: hidden;
    background-color: #eaac00;
    opacity: 1;
    -webkit-transform: scale3d(2, 1, 1) rotate(-9deg) perspective(0px);
    transform: scale3d(2, 1, 1) rotate(-9deg) perspective(0px);
  }

  .columns-2 {
    padding-top: 10px;
  }

  .column-5 {
    padding-left: 10px;
  }

  .heading-9 {
    color: #fff;
  }

  .icon-image-text-block {
    padding-top: 13px;
    color: #fff;
  }

  .paragraph-3 {
    padding-top: 10px;
    color: #fff;
  }

  .image-5 {
    padding-bottom: 30px;
  }

  .icon-image {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .image-7 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .link {
    color: #f7f7f7;
  }

  .container-5 {
    padding-top: 0px;
  }

  .review-block {
    max-height: 165px;
    padding-bottom: 0px;
  }

  .columns-4 {
    padding-bottom: 41px;
  }

  .hours-text-block {
    padding-top: 0px;
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .slider {
    border-style: none;
    border-width: 8px;
    border-color: #fff;
  }

  .heading-2 {
    left: 0%;
    right: auto;
    bottom: 0vh;
    margin-right: 17px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-size: 30px;
    text-align: center;
  }

  .text-block {
    left: 0%;
    overflow: visible;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 30px;
    padding-bottom: 16px;
    padding-left: 30px;
    text-align: center;
  }

  .menu-button-group {
    margin-top: 0px;
    padding-top: 0px;
  }

  .button {
    margin-top: 15px;
  }

  .menu-section {
    margin-bottom: 0px;
  }

  .columns {
    margin-right: auto;
    margin-left: auto;
  }

  .menu-header {
    display: block;
    text-align: center;
  }

  .homepage-header {
    padding-bottom: 0px;
  }

  .menu-subheader-block {
    margin-right: 0px;
    margin-left: 0px;
  }

  .center-icon-div {
    position: absolute;
    padding-top: 0px;
  }

  .image {
    padding-bottom: 10px;
  }

  .drink-menu-item {
    padding-right: 0px;
    padding-left: 0px;
  }

  .drinks-column {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .breakfast-menu-item {
    padding-right: 0px;
    padding-left: 0px;
  }

  .lunch-menu-item {
    padding-right: 0px;
    padding-left: 0px;
  }

  .lunch-column {
    padding-bottom: 20px;
  }

  .menu-button-group-mobile {
    margin-top: 0px;
    padding-top: 0px;
  }

  .homepage-header-mobile {
    padding-bottom: 0px;
  }

  .section {
    background-color: #ec8a00;
  }

  .text-block-4 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    text-align: justify;
  }

  .heading-8 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
    font-size: 18px;
    text-align: left;
  }

  .container-4 {
    right: 0%;
    padding-top: 0px;
  }

  .about-section-mobile {
    background-color: transparent;
  }

  .image-3 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slant-div {
    bottom: 23px;
    display: none;
  }

  .div-block-7 {
    overflow: hidden;
    height: 20px;
    max-height: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    border-style: solid;
    border-width: 4px;
    border-color: #ffc800;
    -webkit-transform: rotate(9deg) scale3d(1.1, 1, 1);
    transform: rotate(9deg) scale3d(1.1, 1, 1);
    -o-object-fit: none;
    object-fit: none;
  }

  .columns-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-9 {
    color: #fff;
  }

  .icon-image-text-block {
    padding-top: 9px;
    color: #fff;
  }

  .paragraph-3 {
    margin-bottom: 0px;
    padding-bottom: 20px;
    color: #fcfcfc;
  }

  .div-block-8 {
    position: absolute;
    right: 8px;
    bottom: -3916px;
    z-index: -1;
    overflow: hidden;
    height: 20px;
    max-height: 20px;
    min-height: 0px;
    min-width: auto;
    padding-top: 0px;
    padding-right: 200px;
    padding-bottom: 44px;
    background-color: #ffc458;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .horizontal-divider {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: solid solid dashed;
    border-width: 1px 1px 3px;
    border-color: #000 #000 #ffb222;
  }

  .icon-image {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .image-7 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .link {
    color: #f8f8f8;
  }

  .container-5 {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 5px;
  }

  .paragraph-4 {
    overflow: visible;
  }

  .text-block-7 {
    padding-bottom: 14px;
  }

  .review-block {
    max-height: 300px;
    padding-bottom: 0px;
  }

  .text-block-8 {
    font-size: 14px;
  }

  .columns-4 {
    overflow: hidden;
    min-width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .reviews-section {
    display: block;
    overflow: hidden;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mobile-section-seperator {
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
  }

  .hours-text-block {
    padding-top: 0px;
    color: #fff;
    font-size: 12px;
  }
}

