.herocontainer {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mainstage {
  overflow: visible;
  padding-top: 180px;
}

.image {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  margin-left: 5%;
  padding-top: 0px;
  padding-left: 0px;
}

.navbar {
  background-color: transparent;
}

.hero-nav-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 54px;
  text-align: right;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.hero-nav-text.centered-menu {
  font-family: Poppins, sans-serif;
  color: #212121;
  font-size: 45px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.nav-list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 40px;
  -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;
}

.hero-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 350px;
  height: 29px;
  margin-top: 59px;
  padding-bottom: 8px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  -webkit-transition: background-color 250ms cubic-bezier(.55, .085, .68, .53);
  transition: background-color 250ms cubic-bezier(.55, .085, .68, .53);
  text-decoration: none;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-nav-link:hover {
  background-color: #fff;
}

.nav-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 10px 40px 55px rgba(0, 0, 0, 0.05);
}

.body {
  background-color: #fff;
}

.wrapper-hamburger-2 {
  position: fixed;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 99999;
  margin-top: 20px;
  margin-right: 14px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 0.95;
  -webkit-filter: saturate(200%) invert(90%);
  filter: saturate(200%) invert(90%);
}

.menubutton {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 0px;
  float: none;
  border: 2px none #000;
  background-color: hsla(0, 0%, 85.9%, 0.85);
  -webkit-transition: background-color 200ms cubic-bezier(.6, .04, .98, .335);
  transition: background-color 200ms cubic-bezier(.6, .04, .98, .335);
}

.menubutton.w--open {
  border-style: none;
  background-color: transparent;
  -webkit-transition-timing-function: cubic-bezier(.801, .991, .813, .991);
  transition-timing-function: cubic-bezier(.801, .991, .813, .991);
}

.logo {
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  margin-left: 20px;
  background-color: hsla(0, 0%, 85.9%, 0.85);
  -webkit-transition: opacity 200ms cubic-bezier(.509, -.009, .474, .997);
  transition: opacity 200ms cubic-bezier(.509, -.009, .474, .997);
}

.logo:hover {
  background-color: #dbdbdb;
}

.logo.w--current {
  margin-left: 5%;
}

.div-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-right: 0px;
}

.div-block:hover {
  background-color: rgba(48, 69, 90, 0.63);
}

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

.title {
  position: relative;
  left: 5%;
  top: 0px;
  right: 0px;
  display: block;
  overflow: visible;
  max-width: 400px;
  margin-left: -5%;
  font-size: 150px;
  line-height: 200px;
}

.thick-line-span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), color-stop(0, #b9b9b9), to(#c9c9c9));
  background-image: linear-gradient(180deg, #fff 70%, #b9b9b9 0, #c9c9c9);
}

.column {
  position: relative;
}

.tradinghours {
  position: absolute;
  left: auto;
  top: 480px;
  right: 133px;
  bottom: auto;
  display: block;
  overflow: visible;
  max-width: none;
  font-size: 50px;
  line-height: 100px;
}

.tradinghours-copy {
  position: absolute;
  left: auto;
  top: 480px;
  right: 133px;
  bottom: auto;
  display: block;
  overflow: visible;
  max-width: none;
  font-size: 50px;
  line-height: 100px;
}

.heading {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 35%;
  float: right;
  clear: none;
}

.heading-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 29%;
  padding-top: 0px;
}

.heading-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 22%;
  padding-top: 0px;
}

@media screen and (max-width: 991px) {
  .title {
    font-size: 130px;
    line-height: 165px;
  }
}

@media screen and (max-width: 767px) {
  .hero-nav-text.centered-menu {
    font-size: 28px;
  }

  .hero-nav-link {
    height: 17px;
    margin-top: 48px;
    padding-bottom: 0px;
  }

  .title {
    font-size: 80px;
    line-height: 120px;
  }

  .heading {
    right: 4%;
    bottom: 29%;
    font-size: 30px;
  }

  .heading-2 {
    right: 4%;
    bottom: 23%;
    font-size: 30px;
  }

  .heading-3 {
    right: 4%;
    bottom: 17%;
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .hero-nav-text.centered-menu {
    font-size: 28px;
  }

  .hero-nav-link {
    height: 17px;
    margin-top: 48px;
    padding-bottom: 0px;
  }

  .logo {
    background-color: hsla(0, 0%, 85.9%, 0.85);
  }

  .logo.w--current {
    position: fixed;
  }

  .title {
    font-size: 50px;
    line-height: 80px;
  }

  .heading {
    bottom: 40%;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-2 {
    bottom: 35%;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-3 {
    bottom: 30%;
    font-size: 25px;
    line-height: 30px;
  }
}

