.ol-control, .ol-control:hover, .ol-control:focus,.ol-control:active {
  background-color: hsla(357,61%,37%);
}
.ol-control button {
  background-color: #ededed;
  /* background-color: hsl(357, 33.8%, 64%); */
  color: hsl(357,61%,37%);
  cursor: pointer;
}
/* .ol-control:hover, .ol-control:focus,.ol-control:active  {
  background-color: #ededed;
} */
.ol-control button:active, .ol-control button:focus {
  outline: none !important;
}
.ol-control button,.ol-control button:focus{
  background-color: #ededed;
  /* background-color: hsl(357, 33.8%, 64%); */
  color: hsl(357,61%,37%);
}
.ol-control button:hover  {
  color: #ededed;
  background-color: hsl(357,61%,37%);
  outline: none !important;
}
.ol-attribution:not(.ol-collapsed) {
  background-color: rgba(255,255,255,0.6);
}
