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;
}

#clicked-image-modal img {
  object-fit: scale-down;
}

#login-button {
  position: absolute;
  top: 0%;
  right: 0%;
}
/* 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; */
/* } */

#new-event-button {
  z-index: 10;
}

#instruction-card {
  z-index: 10;
}

.marker-tagged {
  filter: hue-rotate(180deg);
}

.marker-hidden {
  display: none;
}

.marker-archived {
  filter: hue-rotate(100deg);
}

.button-hidden {
  display: none;
}

.no-padding {
  padding: 0;
}

.hidden-error {
  display: none;
}

.vis-hidden {
  display: none;
}
