  
  .card-column {
    flex: 320px 0 0;
  }

  .card-body .card-title {
    font-size:1.2rem;
    text-align:center;
    padding-left:5%;
    padding-right:5%;
  }
  
  .card-body .card-text {
    font-size:0.8rem;
    text-align: center;
  }

  .card {
    min-height: 375px;
    max-height: 400px;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 40px;
    margin: 20px;
    background-color:#fdecea;
  }

  .card .img-box {
    background-color:#fdecea;
  }

  .card-body {
    background-color:#fdecea;
    color: #6d3224;
  }

  .card .img-box img{
    padding-left:40px;
    padding-right:40px;
    padding-top:20px;
    padding-bottom:10px;
  }

  .cards-wrapper {
    display: flex; 
    transition: ease 0.5s;
  }

  .display-area {
    width: 1280px;
    overflow-x: hidden;
    overflow-y:hidden;
    margin: auto;
  }
  
/* Start of CSS for Pagination */

  .dots-wrapper {
    display: flex;
    justify-content: center;
    margin: auto;
  }
  
  .dot {
    border: none;
    background: rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
    margin: 4px;
    border-radius: 10%;
    outline: none;
  }

  .dot:hover {
    background: #fdecea;
  }

  .dot.active {
    background: #f46b58;
  }

  .locationfilter {
    margin-right: 10px; 
    margin-top: 12px;
    font-size:1rem;
  }

  .arrow-left {
    height: 50px; 
    font-size: 30px;
  }

  .arrow-right {
    height: 50px; 
    font-size: 30px;
  }

  .filterlocation {
    height: 35px; 
    width: 150px; 
    font-size: 16px;
  }

  /* End of CSS for Pagination */

  .storecart {
    margin-top:-300px;
  }

  .storecart img {
    padding:100px;
  }

  .storesearch {
    margin-top:-250px;
  }

  .storebreads {
    margin-top:0px;
    margin-left:-50px; 
  }

  .storebreads img {
    padding:60px;
  }

  .storesearchbar p{
    font-size:1.1rem;
    color:#ffffff;
  }

  @media (max-width: 1300px) {
    .card-column {
      flex: 320px 0 0;
    }

    .display-area {
      width: 960px;
    }

    .dots-wrapper {
      display:flex;
    }

    .storecart {
      margin-top:-250px;
    }

    .storecart img{
      padding:70px;
    }

    .storebreads {
      margin-top:20px;
      margin-left:10px; 
    }

    .storebreads img {
      padding:34px;
    }

    .storesearchbar {
      margin-top:50px;
      margin-left:20px;
    }

    .storesearchbar p{
      font-size:1rem;
      color:#ffffff;
    }

    .storesearchbar .searchbar {
      width:60%;
      font-size:1.2rem;
      background-size:2rem;
    }
}


@media (max-width: 958px) {
  .card-column {
    flex: 320px 0 0;
  }

  .display-area {
    width: 640px;
  }

  .dots-wrapper {
    display:flex;
  }
  
  .storecart {
    margin-top:-150px;
  }

  .storecart img{
    padding:30px;
  }

  .storebreads {
    margin-top:0px;
    margin-left:10px; 
  }

  .storebreads img {
    padding:34px;
  }

  .storesearchbar {
    margin-top:110px;
    margin-left:-20px;
  }

  .storesearchbar p{
    font-size:0.8rem;
    color:#ffffff;
  }

  .storesearchbar .searchbar {
    width: 90%;
    font-size: 0.9rem;
    background-size: 1rem;
  }
  
}

@media (max-width: 768px) {

  .storecart {
    margin-top:-60px;
  }
  
  .storecart img{
    padding:0px;
  }

  .storebreads {
    margin-top:0px;
    margin-left:10px; 
  }

  .storebreads img {
    padding:34px;
  }

  .storesearchbar {
    margin-top:140px;
    margin-left:-20px;
  }

  .storesearchbar p{
    font-size:0.8rem;
    color:#ffffff;
  }

  .storesearchbar .searchbar {
    width: 90%;
    font-size: 0.9rem;
    background-size: 1rem;
  }
}


@media (max-width: 640px) {
  .card-column {
    flex: 320px 0 0;
  }

  .display-area {
    width: 320px;
  }

  .locationfilter {
    margin-right: 0px; 
    margin-top: 12px;
    font-size:0.8rem;
    width:30%;
  }

  .arrow-left {
    height: 25px; 
    font-size: 15px;
  }

  .arrow-right {
    height: 25px; 
    font-size: 15px;
  }

  .filterlocation {
    height: 25px; 
    width: 130px; 
    font-size: 12px;
  }

  .navarrows {
    width:30%;
  }

  .storecart {
    margin-top:-50px;
  }

  .storecart img{
    padding:0px;
  }

  .storebreads {
    margin-top:0px;
    margin-left:10px; 
  }

  .storebreads img {
    padding:24px;
  }

  .storesearchbar {
    margin-top:180px;
    margin-left:-20px;
  }

  .storesearchbar p{
    font-size:0.6rem;
    color:#ffffff;
  }

  .storesearchbar .searchbar {
    width: 90%;
    font-size: 0.9rem;
    background-size: 1rem;
  }
}

  /* ====================== CONVENIENCE STORE ====================*/
  
  .cvheader h1 {
    margin-top:50px;
    font-size:5rem;
    letter-spacing: 3px;
    font-family: InterXBold;
    color: #875d4d;
  }

  .cvheader h2 {
    font-size:2.5rem;
    letter-spacing: 3px;
    font-family: Inter;
    color: #875d4d;
  }

  .overlay-text p {
    font-family: InterXBold;
    padding: 0;
    margin-top: 1px;
    margin-bottom: 1px;
  }