.header-text h1 {
    font-size: 4.5vw;
    font-weight: bold;
    font-style: italic;
    line-height: 1em;
    margin-bottom: 1vw;
    text-shadow: -2px 2px 2px rgba(255, 255, 255, 1); 
    margin-top:10vh; 
    color:#ae7f01;
    width: 700px;
  }

  .header-text h2 {
    font-size: 1.3vw;
    color: #ffffff;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }


  .header-container {
    display: flex; 
    min-height: 100vh; 
    flex-direction: column; 
    align-items: start; 
    justify-content: end; 
    padding-bottom: 100px;
    padding-left: 100px;
    background-repeat: no-repeat; 
    background-position: left; 
    background-size: cover; 
    background-attachment: fixed;
  }

  .header-container h1 {
    font-size: 6rem;
  }

  .agricultural-articles h1 {
    line-height: 2.5rem !important;
    margin-top: 8px;
  }

  .popular-item h2 {
    z-index: 100;
    color:#000000;
  }

  .popular-item img {
    filter: sepia(100%);
    opacity: 0.3;
    transition: all 0.3s;
  }

  .popular-item img:hover {
    filter: unset !important;
    opacity: 1;
  }

  .popular-item div img:hover > .popular-item div h2 {
    opacity: 0 !important;
  }

  .featured-items .item-title {
    font-weight: 500;
    color: var(--color-gold);
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .featured-items .item-price {
    padding:5px 10px;
    border:1px solid #ccc;
    width: fit-content;
    margin:auto;
    border-radius: 10px;
    margin-bottom: 50px;
  }

  @media screen and (max-width: 480px) {
    .popular-item {
      display: block !important;
    }

    .popular-item h2 {
      font-size: 13vw !important;
    }

    .featured-items {
      padding: 10px;
    }

    .header-container {
        background-position: center !important;
        padding-bottom: 80px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        background:url(/images/home-bg-mobile.jpg) !important;
    }
    
    .header-text {
      margin-top: 400px !important;
    }

    .footer {
      text-align: center;
    }

    .service-offering, .customer-reviews {
      margin-left: 10px;
      margin-right: 10px;
    }

    .home-buttons {
      text-align: center;
    }

    .header-text h1 {
        font-size: 12vw !important;
        width: auto !important;
        text-align: center;
        margin-top: 30vh !important;
    }

    .header-text h2 {
      margin-top: 20px !important;
      width: 100% !important;
      font-size: 4.5vw !important;
      padding-left: 10px !important;
      padding-right: 10px !important;
    }

    .header-container .header-column {
      padding:10px !important;
    }

    .header .navmenu {
      background: unset !important;
      border: unset !important;
    }
  }

  @media screen and (min-width: 690px) and (max-width: 690px) {
    .header-container {
        background-position: left !important;
    }

    .header-container h1 {
      font-size: 3rem !important;
    }

    .header-container .header-column {
      padding:10px !important;
    }

    .header-container .header-column h2 {
      font-size: 1.2rem !important;
      padding:0px !important;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    
    .header-container {
        background-position: center !important;
        /* background:linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)), url(/images/home-bg.jpg) !important; */
    }

    .header-text {
      margin-top: 400px !important;
    }

    .header-text h1 {
      font-size: 8vw !important;
      width: 80% !important;
    }

    .header-text h2 {
      margin-top: 20px;
      width: 100% !important;
      font-size: 3vw !important;
    }
  }

  @media screen and (min-width: 1200px) and (max-width: 1300px) {
    .header-container h1 {
      font-size: 4vw !important;
      width: 80% !important;
    }
  }