:root {
    --hsr-ylw : #f7e541;
    --hsr-ylw-2: #f4c44e;
    --hsr-blk : #0d0d0d;
}

body {
    margin: 0;
    font-family: arial;
    overflow: hidden;
}

/* Header */

.header-flex, .header-link {
    background: var(--hsr-blk);
    font-size: 2rem;
    min-height: 50px;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 1rem;

}

.header-link {
    text-decoration: none;
}

.header-link-sq {
    border: 1px solid var(--hsr-ylw);
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-size: 1.5rem;
    color: var(--hsr-ylw);
    border-radius: 0.25rem;
    float:right;
    margin: 12px;
    transition: 0.4s
  }

  .header-link-sq.empty {
    float: left;
    opacity: 0;

  }

  .header-link-sq:hover, .nav-menu-item:hover {
    /*background-color: var(--hsr-ylw);
    color: var(--hsr-blk);*/
    transition: 0.4s;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .nav-menu-ctn {
    /*position: absolute;
    right: 12px; 
    top: 77px;
    border: 1px solid var(--hsr-ylw);*/
    color:  var(--hsr-ylw);
    background:  var(--hsr-blk);
    display: flex;
    align-content: center;
    gap: 1rem;
    /*width: fit-content;
    z-index: 1000;
    opacity: 0;
    transition: 0.4s;
    border-radius: 0.25rem;*/
  }

  .nav-menu-item {
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
    text-decoration: none;
    color: var(--hsr-ylw);
    padding: 0.125rem 0.5rem;
    align-items: center;
    font-family: 'bebas neue';
    font-size: 1.5rem;
  }

  .nav-menu-item div {
    padding: 0.25rem 0;
  }
/*
  .nav-menu-ctn.animate-menu {
    height: fit-content;
    opacity: 1;
    -webkit-animation-name: fadeDownIn; 
    -webkit-animation-duration: 0.5s;
    animation-name: fadeDownIn;
    animation-duration: 0.5s;
    z-index: 1001;
  }
*/
.raccoon{
    background-image: url(../assets/raccoon.png);
    height: 100%;
    width: 70px;
    height: 70px;
    margin: 0.25rem;
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-img img {
  width: 65px;
  height: 65px;
  margin-top: 0.25rem;
  margin-left: 0.25rem;
  border: 2px solid var(--hsr-ylw);
  border-radius: 50%;
}

.dash-title {
    padding: 1rem;
    margin: 0;
    font-family: "Playfair Display";
    color: var(--hsr-ylw);
    text-align: center;
}
/*new banner img*/
.banner-img {
  height: 250px;
  /*margin-top: 0.5rem;*/
  background-image: url("/assets/GroceryTrackerBanner.png");
  background-position-y: center;
  /*border-radius: 1rem;*/
  background-size: contain;
  background-position-x: center;
  background-repeat: no-repeat;
  background-color: var(--hsr-ylw);
}

/*Lead Features Carousel */ 
.lead-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  text-align: center;
}

.lead-features a{
  margin: 0;
  padding: 1rem;
  flex: 1 0 250px;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
  min-height: 160px;
  display: flex;
  background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
                    url(../assets/gr-pic-cr2.png);
  border-radius: 0.25rem;
  color: #fff;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  text-decoration: none;
}

.enter-add, .current-loc {
  min-height: 60px;
}

.enter-add input {
  padding: 0.45rem;
}

.step1, .step2 {
  border-radius: 0.25rem;
  border-style: 1px solid #8a8a8a;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);

}

.step-form-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.step-form-flex div {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0;
  max-width: 400px;
}

.step2 label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--hsr-blk);
}

.step1-features {
  display: flex;
  padding: 1rem 0;
  flex-direction: column;
}

.step1-features div {
  min-width: 250px;
}

div.step-exp {
  flex-direction: column;
  font-style: italic;
  font-size: 0.8rem;
  gap:0.25rem;
}

.step-exp p {
  margin: 0.25rem 0;
}

.step1 h3, .step2 h3, .or, .enter-add div {
  font-family: 'Lato';
  font-size: 1.5rem;
}

.step1 button {
  max-width: 175px;
}

.lead-features a:hover {
  transform: scale(1.05);
  transition: 0.4s;
  cursor: pointer;
}

.feature-ctn i {
  font-size: 4rem;
}

.feature-ctn:nth-of-type(1) {
  background-position-x:33%;
  background-position-y:center;
}
.feature-ctn:nth-of-type(2) {
  background-position-x:center;
  background-position-y:center;

}
.feature-ctn:nth-of-type(3) {
  background-position-x: 67%;
  background-position-y:center;

}

.feature-ctn h3 {
  margin:0;
}

/*counter*/
.scrape-num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  font-size: 2rem;
  color: var(--hsr-blk);
  background-color: #dadada;
  width: 250px;
  padding: 1rem;
  border-radius: 0.25rem;
  margin: 1.25rem auto;
}

.scrape-num-total {
  font-family: 'Bebas Neue';
  font-size: 2.5rem;
}

.scrape-num h6 {
  margin: 0;
}

/* embed Div */
.embed-div img { 
  width: 100%;
  height: 150px; 
  object-fit: cover;
   border-radius: 0.25rem 0.25rem 0 0;
}
.embed-div {
  width: 100%; 
  display: flex; 
  gap: 1rem; 
  flex-wrap: wrap; 
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  padding: 1rem 0 2rem 0;
}
.embed-hoser-post-flex {
  flex: 1 0 200px;
  text-decoration: none;
  color: black;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  gap: 0.125rem;
  transition: 0.3s;
  border: 1px solid #dadada;
  border-radius: 0.25rem;
  max-width: 300px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);

}
.hoser-more{
  text-align: center;
}
.embed-hoser-post-flex:hover {
  backdrop-filter: brightness(0.8);
}

.embed-hoser-post-text {
  padding: 0 0.5rem 0.5rem;
}

div.embed-hoser-item-cat-title {
  font-weight: 400;
  padding: 0.125rem 0.5rem 0;
}

.embed-hoser-post-date {
  font-weight: 400;
  text-align: left;
  font-family: 'Bebas Neue';
  color: #5e5e5e;
}
.embed-hoser-post-title {
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.fruit-icon {
  background-image: url("/assets/foods/Artboard1.png");
  height: 60px;
  width: 60px;
  float: left;
  background-size: contain;
}

a div {
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 70px;
  background-position-y: center;
  background-position-x: 10px;
}

a div:hover {
  background-size:75px;
}

.dash-link h4 {
  margin: 0;
  text-align: center;
  padding: 0.25rem;
}

/*
.dash-link:nth-of-type(1) div {
  background-image: url("/assets/foods/Artboard3.png");
}
.dash-link:nth-of-type(2) div {
  background-image: url("/assets/foods/Artboard7.png");
}
.dash-link:nth-of-type(3) div {
  background-image: url("/assets/foods/Artboard1.png");
}
.dash-link:nth-of-type(4) div {
  background-image: url("/assets/foods/Artboard5.png");
}
.dash-link:nth-of-type(5) div {
  background-image: url("/assets/foods/Artboard4.png");
}
.dash-link:nth-of-type(6) div {
  background-image: url("/assets/foods/Artboard6.png");
}
.dash-link:nth-of-type(7) div {
  background-image: url("/assets/foods/Artboard7.png");
}
*/

.storebtn {
    padding: 0.5rem;
    text-align: center;
    background-color: var(--hsr-ylw);
}

.storebtn:hover {
    background-color: #cdbe32;
    cursor: pointer;
}

.flex-container div{
    max-width: 30%;
}
.flex-container {
    display: flex;
    width: 100%;
    justify-content: center;    
}
#map { 
    height: 100%; 
    width: 100%;
}
.map-container {
    height:500px;
}
.data_response {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 1rem;
    position: fixed;
    bottom: 0;
    z-index: 999;
}
.foodItem, .foodItemCat {
    display: flex;
    border: 1px solid #dadada;
    border-radius: 0.25rem;
    flex: 0 1 auto;
    flex-direction: column;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    padding: 0.25rem;
}

.foodItem:hover, .foodItemCat:hover {
    backdrop-filter: brightness(0.9);
    cursor: pointer;
}

.popup-title, .foodItem div:nth-of-type(1) {
    font-weight: 600;
}

.welcome-msg{
    width: 70%;
    display: block;
    margin: auto;
}

.mb-div {
    margin-bottom:2rem;
}

/*Dashboard UI */

.dash-flex {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.dash-flex a {
    flex: 1 1 400px;
    text-decoration: none;
}

.dash-flex .m-href{
    flex: 2 1 700px;
}

.map-link, .news-link {
    padding: 1rem;
    background-color: var(--hsr-ylw);
    color: var(--hsr-blk);
    border-radius: 0.25rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    font-size: 1.25rem;
}

.map-link:hover, .news-link:hover, .modal-support:hover {
    filter:brightness(0.8);
    cursor: pointer;
}   

.map-link i, .news-link i {
    font-size: 2rem;
}

.storeAmt{
    padding: 0.5rem;
    text-align: center;
}

.news-link.support {
    margin-top: 1rem;
}

/*chart*/
.chartTitle {
    text-align:center;
}

.chartDiv {
    display: block;
    margin: auto;
}

/* Modal */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
  }
  
  .fade-in {
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
  }

  /* Modal Content */
  .modal-content {
    position: fixed;
    bottom: 0;
    background-color: #fefefe;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s
  }
  
  /* The Close Button */
  .close {
    padding: 1rem;
    font-size: 1.85rem;
  }
  
  .close:hover,
  .close:focus,
  .close_btn:hover {
    text-decoration: none;
    cursor: pointer;
    backdrop-filter: brightness(0.8);
  }
  
  .close_btn::before {
    content: "x";
    font: 16px/24px Tahoma, Verdana, sans-serif;
    color: #757575;
  }

  .close_btn {
    padding: 0.25rem 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .modal-header {
    background-color: var(--hsr-ylw);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .modal-header h2, .modal-body {
    padding: 0 1rem;
    margin: 0;
  }

  .modal-body {
    margin-bottom: 1rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
  }
  .modal-support {
    text-decoration: none;
    font-weight: 600;
    padding: 0.5rem;
    background-color: var(--hsr-ylw);
    transition: 0.4s;
    border-radius: 0.25rem;
    color: var(--hsr-blk)
  }

  /*map overlay */

  .mapTools {
    position: absolute;
    top: 85px;
    z-index: 400;
    padding-left: 4rem;
    display: flex;
    gap: 1rem;
  }

  .map-circle.leaflet-interactive {
    pointer-events: none!important;
  }

  .store_data_response {
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #ccc;
    position: absolute;
    top: 180px;
    z-index: 999;
    left: 11px;
    padding: 2rem 1rem;
    display: none;
  }

  .store_flex {
    max-height: 250px;
    overflow:auto;
  }

  .act_btn_flex {
    display: flex;
  }

  .go_to_store, .more_store_info {
    font-size: 0.75rem;
    text-transform: uppercase;
    border: 1px solid #6d6d6d;
    padding: 0.25rem;
    color: #6d6d6d;
  }

  .go_to_store:hover, .more_store_info:hover {
    backdrop-filter: brightness(0.8);
    color:var(--hsr-blk);
    cursor: pointer;
  }

  .helpSection h4 {
    padding: 0.25rem;
    border: 1px solid black;
    border-radius: 0.25rem;
  }

  .helpSection h4:hover {
    background-color: rgba(255,255,255,0.5);
  }




  /* keep leaflet attribution from overlapping data_response div */
  .leaflet-bottom {
    z-index: 900;
  }

  /* Sidebar for Trends and Data */

  .sidebar {
    transition: width 0.3s;
    background-color: var(--hsr-ylw);
    /*position: absolute;
    width:32px;*/
    width: 100%;
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: center;
    border-bottom: 1px solid var(--hsr-blk);
    overflow-x: auto;
  }

  .sidebar::-webkit-scrollbar{
    height: 10px;
  }
  
  .sidebar::-webkit-scrollbar-track-piece{
    background-color: var(--hsr-ylw);
  }
  
  .sidebar::-webkit-scrollbar-thumb{
    background-color: var(--hsr-blk);
    outline: 2px solid var(--hsr-ylw);
    outline-offset: -2px;
    border: .1px solid #B7B7B7;
  }
  
  .sidebar::-webkit-scrollbar-thumb:hover{
    background-color: var(--hsr-blk);
  }

  .trend-container main {
    padding: 1rem;
  }
/*
  .sidebar:hover {
    width: 300px;
    transition: width 0.3s;
  }
*/
  .sidebar-item {
    display: flex;
    flex-direction: row-reverse;
    gap: 0.5rem;
    flex-wrap: nowrap;
    padding: 0.5rem 0.5rem;
    justify-content: space-between;
    font-family: 'bebas neue';
    border-right: 1px solid var(--hsr-blk);
  }

  .sidebar-item:first-of-type {
    border-left: 1px solid var(--hsr-blk);

  }

  .sidebar-item:hover {
    backdrop-filter: brightness(0.9);
    cursor: pointer;
  }

  .sidebar-item div {
    /*display: none;
    transition: display 200ms;*/
    text-wrap: nowrap;
  }

  .sidebar:hover div div {
    display: block;
    /*animation: slideaway 1s;*/
  }

  .trends-page {
    margin: 0;
    padding: 1rem;
  }

  /* Web Form */

  .food-row input {
    padding: 0.125rem;
    font-size: 1rem;
  }
  .food-row label {
    font-size: 0.8rem;

  }

  .form-container {
    padding: 1rem;
  }

  .food-grid:first-of-type {
    margin-top: 3rem;
  }

  .food-row-data {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }

  select, input {
    padding: 0.25rem;
    border-radius: 0.25rem;
    border: 2px solid #cacaca;
  }

  select option {
    font-size: 1.2rem;
    padding: 0.5rem 0;
  }

  .inDsbl {
    border: none;
    background-color: transparent;
    color: black;
    font-size: 1.2rem;
  }

  .food-row-data div {
    /*flex: 1 0 250px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;   */
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(200,1fr)); 
  }

  .addRow, .remRow {
    width: fit-content;
    padding: 1rem;
  }

  .addRow:hover, .remRow:hover {
    backdrop-filter: brightness(0.8);
    cursor: pointer;
  }

  .submitBtn {
    padding: 0.5rem;
    background-color: var(--hsr-ylw);
    border-radius: 0.25rem;
    box-shadow: 2.5px 2.5px 10px #c9c9c9;
    border: 1px solid #c9c9c9;
    display: flex;
    flex: 1 0 auto; 
  }

  .submitBtn:hover{
    filter: brightness(0.8);
    cursor: pointer;
  }


  /*Drag & Drop */

  .drag-drop {
    width: 300px;
    height: 200px;
    border: 2px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 20px auto;
}

  .drop-highlight  {
    border-color: #0066ff;
    background-color: #f0f8ff;
}

  .parent-container {
    display: flex; 
    justify-content: center;
  }

  .form-container.register-user, .form-container.login-user {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 0 0 300px;
  }

  .form-container.register-user div, .form-container.login-user div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .register-user .submitBtn, .login-user .submitBtn {
    justify-content: center;
  }

  /*inputs for webform*/
  .form-container.register-user input, .form-container.login-user input {
    padding: 0.25rem;
    font-size: 1.1rem;
  }



  /* Chart Styles - store compare */

.chart-1, .chart-2, .chart-3 {
  border: 2px solid #dadada;
  padding: 0.25rem;
  background-color: #fff;
  border-radius: 0.25rem;
  width: 100%;
  min-width: 300px;
  min-height: 400px;
}

.chart-flex {
  display: flex; 
  gap: 1rem;
  flex-wrap: wrap;
}

  .tooltip {
    position: absolute;
    text-align: center;
    padding: 0.5rem;
    font-weight: 500;
    font-size: 1rem;
    background: var(--hsr-ylw);
    border: 0;
    border-radius: 8px;
    pointer-events: none;
    visibility: hidden;
  }
  .bar {
      transition: height 0.8s ease-out, y 0.8s ease-out;
  }

  .bar:hover {
      filter: brightness(0.9);
      transition: 0.2s;
  }

  .axis path,
  .axis line {
      stroke: var(--hsr-blk); /* Firebrick color */
  }
  .axis text {
      fill: var(--hsr-blk); /* Firebrick color */
  }

  .chartName {
    text-align: center;
  }
  .chart-contain {
    display: flex;
    flex: 0 1 600px;
    min-height:300px;
  }

  .chart-contain div {
    display:flex;
    flex-direction:column;
    align-items: center;
  }

  /*price compare section*/
    /* new button default styling */
  .store-prices, .enter-add button, .current-loc, .step2 button, .closest-store-flex button {
    margin: 1rem 0;
    padding: 0.5rem;
    -webkit-transition: 0.45s;
    transition: 0.45s;
    border: 1px solid #dadada;
    padding: 0.5rem;
    border-radius: 0.185rem;
    font-weight:700;
  }

  .store-prices:hover, .enter-add button:hover, .current-loc:hover, .step2 button:hover,.step2 button:hover, .closest-store-flex button:hover {
    box-shadow: inset 11.5rem 0 0 0 rgba(247, 229, 65,0.7);
    cursor: pointer;
  }

  .get_price_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
  }
  /* Response table styling */

  .response-data {
    max-width: 100%;
    overflow: auto;
  }
  table {
    border-spacing: 0;
    border: 1px solid #dadada;
  }

  th, td {
    padding: 0.25rem 0.5rem;
  }

  th, .table-head {
    background-color: var(--hsr-ylw);
  }
  tr:nth-child(even) {
    background-color: #dadada;
  }

  tr:hover {
    filter: brightness(0.9);
    backdrop-filter: brightness(0.9);
  }

  /* simple grid */ 
  .table-head, .store-result-item {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    grid-gap: 0.5rem;
    padding: 0.25rem 0;

  }
  .table-head h5 {
    margin: 0;
    padding: 0.5rem;
  }
  .store-result-item {
    padding-left: 0.5rem;
    border-bottom: 1px solid #dadada;
    background-color: #fff;
    font-family: 'Lato';

  }

  .store-table.show {
    animation: slideIn 0.2s;
  }

  /* Price Check */
  .price-check-data {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr) 20%);
    gap: 0.5rem;
  }
  .step2 .food-result-item {
    border: 2px solid #dadada;
    background-color: #fff;
    display: grid;
    padding: 0.5rem;
    border-radius: 0.25rem;
    font-family: 'Lato';
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  }

  .food-result-item.user-input {
    border: 2px solid var(--hsr-ylw)
  }

  .food-result-item div:first-of-type {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
  }

  .food-result-item div:nth-of-type(3) {
    font-size: 1.7rem;
    font-weight: 600;
  }

  .step2 .food-result-item div {
    padding: 0;
  }

  .step2-ctn, .step1-ctn {
    width: fit-content;
    display: block;
    margin: auto;
  }

.closest-store-flex {
  display: flex;
  gap: 1rem;
  align-items: center
}

.closest-store-flex button {
  height: 30px;
}

.add-info-ctn .store-add-info {
  color: var(--hsr-blk);
  padding: 0.125rem;
  width: 20px;
  height: 20px;
  text-align: center;
}

.price-date {
  font-size: 0.85rem;
}

.add-info-ctn .store-add-info:hover {
  backdrop-filter: brightness(0.9);
}

.step2 .add-info-ctn {
  display: flex;
  flex-direction: row;
}

.step1, .step2 {
  background-color: #fff;
  border-style: 2px solid #dadada;
  padding: 1rem;
}

.step1 h5,.step2 h5 {
  margin: 0;
  padding-bottom: 1rem;
}
  /* Add Animation */

  @keyframes grow {
    from { width:0; }
    to { width:1; }
  }

  @keyframes slideaway {
    from { display: block; transform: translateX(-40px); opacity: 0;}
    to { transform: translateY(0); opacity: 1;}
  }

  @-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0} 
    to {bottom: 0; opacity: 1}
  }
  
  @keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
  }
  
  @-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1}
  }
  @-webkit-keyframes fadeDownIn {
    from {opacity: 0; top: 55px;} 
    to {opacity: 1; top: 77px;}
  }
  
  @keyframes fadeDownIn {
    from {opacity: 0;top: 55px;} 
    to {opacity: 1; top: 77px;}
  }

@media only screen and (max-width: 768px) {

  .welcome-msg {
    width: 90%;
  }

	.map-container {
    height: 250px;
	}

	.raccoon {
		display: none;
	}

  .dash-title {
    font-size: 1.25rem;
  }

  .mapTools {
    top: 72px;
  }

  .helpSection h4 {
    margin: 0;
    max-width: 80px;
    font-size: 0.75rem;
    text-align: center;
  }

  .mapTools {
    flex-direction: column;
  }

  .leaflet-touch .leaflet-control-layers-toggle {
    height: 30px;
    width: 30px;
  }

  .data_response {
    max-height: 500px;
    overflow: auto;
  }    

  .price-check-data {
    grid-template-columns: 1fr;
  }

  .sidebar {
    display: none;
  }

  
  .lead-features {
    gap: 0.5rem;
  }

  .lead-features a {
    display: grid;
    grid-template-columns: 1fr 4fr;
    min-height: 10px;
    text-align: left;
    align-items: center;
    padding: 1rem;
    flex: 1 1 150px;
    grid-gap:0.5rem;
  }

  .lead-features h4 {
    margin: 0;
  }

  .feature-ctn i {
    font-size: 2rem;
  }
  .feature-ctn h4 {
    text-wrap:nowrap;
  }
}
}