.leaflet-bar{
    display:none;
  }
  
  grid{
   display: grid;
   grid-template-columns: 1fr; 
   grid-template-rows: 70vh 30vh;
    
  }
  body{
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    background-color:#242424;
  }
  
  button{
    display: inline; 
    background-color: #4c98af; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
   
  }
  #theMeta{
    width:300px;
    grid-column: 1;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-self:center;
    justify-self:center;
    display:flex;
    flex-direction:column;
    
  }
  p{
    text-align:center;
    color: white;
  }
  
  #maps{
    height:100%;
    grid-column: 1, span 1;
    grid-row: 1;
    justify-self: center;
    align-self: center;
    display:flex;
    flex-direction:row;
  }
  #theMap,#theStreet, #theGmap{
     width:50vw;
     height: 100%;
  }
  #theMap{
  }
  #theGmap{
      display: none;
  }

  .gm-iv-address, .gm-control-active, .gmnoprint{
      display: none !important;
  }
