body{
    
    font-style: normal;
}
main{
    position: relative;

}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}

#storesSidebar{
    position: absolute;
    top: 0; 
    right: 0; 
    padding-left: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-align: center;
    width:400px; 
    height:1000px; 
    z-index: 7000000; 
    border-left: 1px solid #30962e;
    padding-top: 40px;
    overflow-y: auto;

}
.storeLink{
    display: block;
    margin-top: 20px;
    font-size: 24px;
    color: green;
    font-family: "Pacifico", cursive;
    font-weight: 400;
    padding: 5px 5px 10px 5px;
    
}


a.storeLink:hover{
    text-shadow: 0 0 7px #9b9b9b;
}

.leaflet-popup-content img{
    width: 300px;
}

#siteName{
    position: absolute;
    top: 150px;
    left: 50px;
    font-size: 70px;
    color: #0080008a;
    text-shadow: 0 0 7px #a19999;
    z-index: 7000000; 
    font-family: "Pacifico", cursive;
    font-weight: 400;
    
}

#map{
    position:absolute;
    top:0;
    bottom:0;
    width:100%;
}

.storeInfoAccordion{
    display: none;
    /* display: flex;  */
    padding-bottom: 0px;
    border-bottom: 1px solid green;
    border-top: 1px solid green;
}

.storeInfoAccordion img{
    height: 150px;
}

.storeInfoAccordionContact{
    width: 100%;
    padding: 20px 5px 0 5px; 
    background: white;
    text-align: center;
}

.storeInfoAccordionContact a{
    color: black;
}

.flex{
    display: flex;
}

#searchContainer{
  position: absolute;
  top: 70px;  
  left: 588px;
  z-index: 70000000000;
}

#searchContainer form input{
  width: 700px;
  padding-left: 12px;
  height: 50px;
  border-radius: 5px;
  border: solid 4px #0080008a;
}

#searchContainer form input:focus{
  /* border: none; */
  outline: none;
}

.hide{
  display: none;
}

.show{
  display: block;
}