.overlay-shadow {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px;
}
.overlay-text-shadow {
  text-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px;
}
.atlas .loading-overlay {
  display: none;
  background: url('/images/logo.png') no-repeat;
}
.draggable-pin {
  position: fixed;
  font-size: 3rem;
  z-index: 10000;
  height: 45px;
  width: 32px;
  background: url('/images/pin.png') no-repeat;
}
