html {
  scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
  }

  .hidden {
    display: none;
    opacity: 0;
  }

  img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
  }
  p {
    line-height: 2;
    margin: 4% 0;
  }
  a {
    text-decoration: none;
    color: #111;
  }
  hr {
    border: 1px solid #111;
    margin: 5% 0;
  }
  header {
    width: 100vw;
  }

  .heading {
    font-size: 1.75rem;
    font-weight: 700;
  }

  .headerContainer {
    background-color: #0b740b;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 15%;
  }

  .headerContainer div {
    width: 24%;
    display: flex;
    align-items: center;
  }

  .navDesktop ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    list-style-type: none;
  }

  .navDesktop li {
    width: 100%;
    padding: 0 2%;
  }

  .navDesktop li a {
    font-size: 1.5rem;
    font-weight: 700;
    background-color: #427442;
    border: 1px solid #111;
    display: inline-block;
    width: 100%;
    padding: 0.5rem 1rem;
    transition: transform 0.3s ease;
  }

  .navDesktop li a:hover {
    background-color: #346034;
    cursor: pointer;
    transform: scale(1.2);
  }

  .mainContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .flexContainer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
    background-size: cover;
    background-image: url(images/Site-Images/Leaf-Background.svg);
    padding: 8% 0;
    /* border-bottom: 4px solid #111; */
  }

  .flexContainer .mapLocationChild {
    font-size: 2rem;
    background-color: #fff;
    border: 1px solid #111;
    max-width: 67vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding: 1%;
    width: 33vw;
    min-height: 33vw;
  }
  #mapContainer {
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url(images/Site-Images/map-preload.webp);
    cursor: pointer;
  }
  #hours {
    font-size: 3rem;
  }
  #mapContainer iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .contactContainer {
    width: 100vw;
    background-color: #427442;
    color: #fff;
    text-align: center;
    padding: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.5rem;
    border-bottom: 4px solid #111;
    border-top: 4px solid #111;
  }
  .contactContainer a {
    font-size: 1.35rem;
    text-decoration: underline;
  }
  .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100vw;
    background-color: #427442;
  }
  .item {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
  }
  .pieces {
    mix-blend-mode:multiply;
  }
  #qualityHeader {
    font-size: 2.5rem;
    color: #fff;
    margin: 4%;
    padding: 4%;
    border-bottom: 4px solid #111;
    border-top: 4px solid #111;
    text-align: center;
    width: 100%;
  }
  .faqSection {
    width: 100%;
    border-bottom: 4px solid #111;
    border-top: 4px solid #111;
    background-color: #427442;
    color: #111;
    margin-bottom: 2%;
    list-style: none;
  }
  .faqSection h2{
    font-size: 2rem;
   text-align: center;
   color: #fff;
   text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
   padding: 4% 0;
  }

  .faqSection li {
    background-color: #8888;
    border-top: 2px solid #111;
  }
  .faqArrow {
    display: inline-block;
    width: 2rem;
    margin: 0 5%;
    padding: 0;
    transition: all .5s ease-in-out;
  }
  .question {
    font-size: 1.5rem;
    background-color: #8888;
    padding: 2%;
  }
  .question:hover {
    cursor: pointer;
  }
  .answer {
    padding: 4%;
    border: 2px solid #111;
    transition: all .5s ease-in-out;

  }
  .faqAHidden {
    overflow: hidden;
    height: 0px;
    padding: 0%!important;
    border: transparent!important;
  }
  .rotatedArrow {
    transform: rotate(180deg);

  }
  #meetOwner div p {
    font-size: 1.50rem;
  }
  footer .container .item {
    padding: 2%;
  }
  footer {
    font-size: 1.25rem;
  }

  /* Mobile */
  .navMobile {
    display: none;
    width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #navButton {
    display: none;
    width: 10vw;
    height: 5vw;
    background-color: #427442;
    border: 1px solid #111;
    cursor: pointer;
    margin: 8%;
  }

  #navButtonImage {
    transition: transform 0.3s ease-in-out;
  }

  #navMobileContainer {
    width: 100%;
    background-color: rgba(66, 116, 66, 0.85);
    text-align: center;
    z-index: 1000;
    border-bottom: 2px solid #111;
    border-top: 2px solid #111;
    position: absolute;
  }

  #navMobileContainer ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100vw;
  }

  #navMobileContainer li {
    margin: 1%;
    width: 67%;
    border: 1px solid #111;
    background-color: #0b740b;
  }

  #navMobileContainer li a {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin: 1%;
    width: 100%;
    display: inline-block;
  }



  /* image slider */
  .imageSliderContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #427442;
    border-bottom: 4px solid #111;
  }

  .slides {
    width: 50%;
    position: relative;
  }

  .slide {
    position: relative;
    display: none;
    transition: opacity 1s ease-in-out;
    border: 4px solid #111;
    border-bottom: none;
  }

  .active {
    display: block;
    animation: fadeIn 1s ease-in-out;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @media screen and (max-width: 856px) {

    .navDesktop,
    .navDesktop * {
      display: none;
    }

    #navButton {
      display: block;
      width: 20vw;
      height: 10vw;
    }

    .navMobile {
      display: block;
      width: 100%;
    }
    .logo {
        width: 50%!important;
    }

    .headerContainer {
      flex-direction: column;
      height: 70%;
      justify-content: center;
    }
    .slides {
      width: 67%;
    }
    .flexContainer {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
    }

    .flexContainer .mapLocationChild {
      width: 67%;
      margin: 2%;
    font-size: 1rem;

    }
    #hours {
      font-size: 1.25rem;
    }
    .contactContainer {
      font-size: 1.25rem;
    }
    .contactContainer a {
      font-size: 1.15rem;
    }
    #qualityHeader {
      font-size: 1.15rem;
    }
    .faqArrow {
      width: 1.5rem;;
    }
    .question {
      font-size: 1rem;
      padding: 4% 0;
    }
    #meetOwner div p {
      font-size: 1rem;
    }
    footer {
      font-size: initial;
    }
    footer .logo {
      border-top: 2px solid #111;
      border-bottom: 2px solid #111;
      margin-bottom: 15%;
      width: 50%!important;
    }
    footer .container .item {
      flex-direction: column;
    }
    footer .container div {
      margin: 5% 0;
      text-align: center;
    }

  }