.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #09d3ac;
}

.marker {
  z-index: 1;
}

.control-panel {
  position: absolute;
  top: 40px;
  right: 0;
  max-width: 320px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  padding: 12px 24px;
  margin: 20px;
  font-size: 13px;
  line-height: 2;
  color: #6b6b76;
  text-transform: uppercase;
  outline: none;
}

.item .header {
  border: none;
  padding: 0;
}

.sub.header {
  border: none;
}

.mapboxgl-popup {
  z-index: 9999;
}

#google-places-autocomplete-input {
  box-shadow: none;
  border: 1px solid rgba(34,36,38,.15);
  border-radius: .28571429rem
}

#google-places-autocomplete-input:focus {
  border: 1px solid #85b7d9;
}

i.icon {
  color: inherit !important;
}

button.icon {
  color: inherit !important;
}

.ui.fluid.image {
  height: 130px !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
