body {
  background-color: var(--cyan);
}

/* Styles for the posts */
.card {
  border-radius: 20px;
  background-color: white;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 50px;
  box-shadow: 5px 5px 16px 2px rgba(0,0,0,0.25);
}

.postimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Ensures the map takes all of the available space */
#map {
	height: 100%;
}

/*.custom-map-control-button {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  height: 40px;
  cursor: pointer;
}
.custom-map-control-button:hover {
  background: #ebebeb;
}*/