html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

#welcome {
  background-image: url('/images/farm-background-small.jpeg');
  background-position: center;
  background-size: cover;
  opacity: .75;
  text-shadow: 4px 4px 4px #000000;
}

#welcomeText {
  font-weight: bold;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#map { height: 90%; }

/* div.container.bg-secondary {
  background-color: #cdd0bf!important;
} */

.bg-secondary {
  background-color: #cdd0bf!important;
}

.bg-primary {
  background-color: #9CA280!important;
}

/* #map{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
} */


/* body {
  padding: 0;
  margin: 0;
}
html, body, #map {
  height: 100%;
  width: 100%;
} */

.leaflet-tooltip {
  /* background-color: #9CA280!important; */
  background-color: #9CA28080!important;
  /* color: #fff; */
  color: #fff!important;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 0;
  padding: 0;
  /* min-width: 50px; */
  min-width: 30px;
  text-align: center;
  font-size: 12px;
  /* font-size: 14px; */
  line-height: 12px;
  /* line-height: 14px; */
  white-space: nowrap;
}

.leaflet-tooltip-no-border {
  background-color: #9CA28080!important;
  color: #fff!important;
  border: 0!important;
  border-radius: 0;
  box-shadow: 0 0 0!important;
  padding: 0!important;
  min-width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
}

.leaflet-tooltip-hide {
  display: none!important;
}