#wrapper {
    display: flex;
    flex-direction: row
  }



  #sidebar {
    width: 30%;
    background-color: white;
    padding-top: 50px;
  }

  .inner-sidebar {
    padding-left: 10%;
  }

  #map {
    height: 100vh;
    width: 100vw;
  }

  #methodologybtn:hover{
    cursor: pointer;
    color: #004f9f;

}

#analysisbtn:hover{
    cursor: pointer;
    color: #004f9f;

}

#goalbtn:hover{
  cursor: pointer;
  color: #004f9f;

}

  h4 {
    margin: 2px;
  }

  .body {
    padding-right: 20%;
  }

  h5{
    margin-bottom: 6px;
  }

  #legendSelected{
    height: 10px;
    width: 30px;
    background-color: #5e9ad3;
    display: inline-block;
}

#legendNotSelected{
    height: 10px;
    width: 30px;
    background-color: #bcdcf5;
    display: inline-block;
}

.spacer{
  width: 10px;
  display: inline-block;

}


/*   .overlay {
    width: 30vw;
    height: 100vh;
    background-color: white;
    position: fixed;
    z-index: 1000 !important;
    display: none;
    padding-top: 80px;
    padding-left: 2%;
  } */

  .hideyear{
    display: none;
  }

  .hideyear{
    display: none;
  }

  .hideresult{
    display: none;
  }

  .hidejuridica{
    display: none;
  }
  

  .hidefisica{
    display: none;
  }
  
  

  .show {
    display: block !important;
  }


  .clustericon{
    font-size: 20px;
    color: white;
  }


  #subnav {
    height: 40px;
    display: inline-block;
    width: 20% !important;
    position: fixed;
    background-color: white;
    bottom: 0;
    z-index: 1111;
}


  @media screen and (max-width: 800px) {
    #subnav{
      width: 100% !important;
    }
    #map {
        height: 100vh;
        width: 100vw;
        margin-left: 0%;

    }


    #sidebar {
        position: fixed;
        z-index: 999;
        height: 220px;;
        top: 70%;
        width: 100%;
        background-color: white;
        padding-top: 15px;
        overflow: scroll;
    
    }


    .inner-sidebar {

        padding-bottom: 20%;
        padding-left: 15px;
    
    }

  }