body, html {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
#map-parent {
  height: 100%;
  width: 100%;
}

#home-map{
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
}

/* to make a round plus button */
/* #new-event-button { */
/*   width: 55px; */
/*   height: 55px; */
/*   line-height: 50px; */
/*   text-align: center; */
/*   padding:0; */
/*   border-radius: 50%; */
/*   z-index: 10; */
/* } */

/* #new-event-button svg { */
/*   position: relative; */
/*   width: 50px; */
/*   height: 50px; */
/* } */

#instruction-card {
  z-index: 10;
  margin: 30px;
}

.no-padding {
  padding: 0;
}

.map-control {
  height: 30px;
  width: 30px;
  padding: 2px;
}

.info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
}
.legend {
  background-color: “black”;
  line-height: 25px;
  color: #555;
  width: auto;
}
.legend img {
  width: 15px;
  height: 15px;
  float: left;
  align: middle;
  margin-right: 8px;
  opacity: 0.7;
}
