@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@800&display=swap');


#pagetitle {
    text-align: center;
    font-family: 'Roboto Slab', serif;
    color: #35B67F;
    padding-top: 30px;
}
.footer {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 3rem;
    color: white;
    background-color: #35B67F;
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

.body {
  max-width: 700px;
  margin: 0 auto;
  padding: 10px;
}

.container-fluid {
    text-align: center;
    display: flex;
    justify-content: center;
}


.search-icon {
    color: white;
    position: absolute;
    margin-top: 2px;
    margin-left: 3px;
    width: 14px;
    height: 14px;
    border: solid 1px currentColor;
    border-radius: 100%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center; /* aligns on vertical for column */
    align-items: center; /* aligns on horizontal for column */
}
  
.search-icon:before {
    content: ' ';
    position: absolute;
    top: 12px;
    left: 5px;
    height: 6px;
    width: 1px;
    background-color: currentColor;
    
}

#map{
    height: 100%;
    background-color: grey;
}

#search{
  margin-left: 5px;
  background-color: #35B67F;
  color: white;
  padding-top: 0px !important; 
  padding-bottom: 20px !important; 
  width: 58px !important; 
  height: 46px !important; 
  padding-left: 15px !important; 
  padding-right: 16px !important;
}

#form{
  display: inline-flex;
  margin-bottom: 20px;
  width: 50%;
  min-width: 150px;
}

#query{
  height: 46px; /*!important; */
  font-size: 18px;
}

#lucky{
  background-color: #35B67F;
  color: white;
  height: 46px !important; 
  margin-left: 10px;
}