:root {
  --black-2: #333;
  --white: white;
  --black: black;
  --gainsboro: #ddd;
  --silver: #bbb;
}

body {
  background-color: var(--black-2);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  background-color: #0000;
  min-height: 70vh;
}

.heading {
  text-align: center;
  margin-bottom: 20px;
  font-family: Libre Baskerville, sans-serif;
}

.section-2 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: 75vh;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
  display: none;
}

.footer {
  background-color: var(--black-2);
  color: var(--white);
  text-align: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

.footer-flex-container {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.footer-logo-link {
  color: var(--black-2);
  width: 300px;
  text-decoration: none;
}

.footer-logo-link.w--current {
  color: var(--white);
}

.footer-heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: var(--white);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.text-block {
  line-height: 24px;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
}

.nav-bar-link {
  color: var(--black);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  transition: all .5s;
}

.nav-bar-link:hover {
  font-weight: 700;
}

.nav-bar-link.w--current {
  color: var(--black);
}

.navbar {
  background-color: var(--white);
}

.text-block-3 {
  margin-bottom: 10px;
}

.navbar-2 {
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 3px 20px -10px #000;
}

.slider {
  min-height: 100vh;
}

.slide {
  background-image: url('../images/Joes-cover-photo-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Joes-cover-photo-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Joes-cover-photo-5.jpeg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Joes-cover-photo-3.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/Joes-cover-photo-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav {
  opacity: 0;
}

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

.section-10 {
  background-color: var(--white);
  padding-top: 80px;
}

.brand {
  width: 300px;
}

.zzlocal-link {
  color: var(--white);
  font-weight: 700;
}

.footer-divider {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
}

.container-7 {
  max-width: 90%;
  padding-left: 20px;
  padding-right: 20px;
}

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

.nav-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-8 {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .nav-bar-link {
    text-align: right;
  }

  .nav-menu, .menu-button, .menu-button.w--open {
    background-color: var(--white);
  }

  .icon {
    color: var(--black-2);
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .section-10 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-6 {
    padding: 20px 30px 40px;
  }

  .brand {
    width: 250px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    min-height: 50vh;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .slider {
    min-height: 500px;
  }

  .section-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    width: 200px;
  }
}


