:root {
  --teal: #8cac2e;
  --white: white;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  color: #7a7a7a;
  letter-spacing: 4px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: komu-a, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: var(--teal);
  letter-spacing: 2px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

p {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
}

a {
  color: var(--teal);
  text-decoration: underline;
}

.page-wrapper {
  font-family: komu-b, sans-serif;
}

.hero {
  color: #fff;
  text-align: center;
  background-color: #000;
  background-image: url('../images/new-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.logo {
  width: 200px;
}

.section {
  padding-top: 52px;
  padding-bottom: 52px;
  font-size: 16px;
  line-height: 22px;
}

.section.dark {
  color: #fff;
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(#0000009c, #0000009c), url('../images/hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 79px;
  padding-bottom: 79px;
  font-size: 20px;
  line-height: 24px;
}

.section.lite {
  background-color: #e7e7e7;
}

.navbar {
  background-color: #000;
  position: fixed;
  inset: 0% 0% auto;
}

.navlink {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  transition: all .2s;
}

.navlink:hover, .navlink.w--current {
  color: var(--teal);
}

.navlink.reg {
  background-color: var(--teal);
}

.navlink.reg:hover {
  background-color: var(--white);
  color: var(--black);
}

.brand {
  color: #fff;
  letter-spacing: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
}

.teal {
  color: var(--teal);
}

.footer {
  color: #fff;
  background-color: #2e3a41;
  padding-top: 57px;
  padding-bottom: 57px;
}

.container {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container.center-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-9 {
  justify-content: space-between;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-end;
  display: flex;
}

.supervalu {
  width: 300px;
}

.supervalu.reduce {
  width: 180px;
}

.image-4 {
  width: 80px;
}

.rw {
  width: 70px;
}

.footer-logo {
  width: 100px;
}

.date {
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 24px;
  line-height: 24px;
}

.sidebar {
  text-align: right;
  width: 30%;
}

.flex-content {
  flex: 1;
}

.flex-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid #ddd;
  padding-top: 25px;
  padding-bottom: 25px;
}

.heading {
  margin-bottom: 20px;
}

.heading-2 {
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-family: komu-a, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.droplist.w--open {
  background-color: #000;
}

.heading-3 {
  color: var(--teal);
  letter-spacing: 3px;
  margin-bottom: 20px;
  font-family: komu-a, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.paragraph {
  max-width: 50ch;
}

.button {
  background-color: var(--teal);
  letter-spacing: 2px;
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 14px 24px;
  font-family: komu-b, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.button:hover {
  background-color: var(--white);
  color: var(--teal);
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.heading-4 {
  font-size: 80px;
  line-height: 66px;
}

.soldout {
  letter-spacing: 4px;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .container.fornav {
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar {
    text-align: left;
    width: 100%;
  }

  .flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .nav-menu {
    background-color: #000;
  }

  .menu-button {
    background-color: var(--black);
  }

  .menu-button.w--open {
    background-color: var(--teal);
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-8 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
}


