html body {
  margin: 0px;
  padding: 0px;
  background-color: #222;
  overflow-x: hidden;
  
  font-family: 'Poppins' !important;
  /* font-family: 'Titillium Web', sans-serif; */
}


.btn:focus, .btn:active, i:active, i:focus {
  outline: none !important;
  box-shadow: none;
}


#map {
  width: 100%;
}

#header {
  padding-right: 50px;
}

#header a {
  color: #fff;
}

#header a:hover {
  color: #ECEDBE;
}

#header button {
  color: #fff;
}

#header button:hover {
  color: #ECEDBE;
}

.section {
  height: 40px;
  margin: 0px;
  padding: 0px;
  font-size: 10px;
}

.switch {
  color: #333;
  height: 100%;
  width: 100%;
  text-align: center;
}

#categorySelectorInput {
  color: #333;
  font-size: 14px;
}

.content {
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 14px;
}

.switch-area-l {
  float: left;
  height: 100%;
  width: 40px;
}

.switch-area-r {
  margin-right: 2px;
  margin-left: 40px;
  height: 100%;
  padding: 2px;
}

.green {
  background-color: green;
}

.blue {
  background-color: blue;
}

.bg-dark {
  background-color: rgba(10, 10, 10, 0.9) !important;
}

.infopopup .mapboxgl-popup-content {
  border-radius: 10px;
}

.descriptionPopup {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 0px;
  margin: 0px;
  font-weight: bold;

  /* border-bottom: 0.5px solid rgba(10, 10, 10, .6); */
}

.categoryPopup {
  background: #292929;
  color: #fff;
  border-radius: 3px;
  padding: 0px 3px 0px 3px;
  margin-left: 5px;
  margin-right: 5px;
  font-variant: small-caps;
  display: inline-block;
  font-size: 13px;
}

.categoryContainer {
  padding: 5px;
  width: 100%;
  overflow: hidden;
  text-align: center;

}

.nowrap {
  white-space: nowrap;
}

.hidden {
  display: none;
}

#help-message {
    position: absolute;
    top: 65px;
    z-index: 1000;
    font-size: 14px;
    display: none;
    background-color: #fff;
    border-radius: 5px;
    border: 0px solid;
    margin: 0px auto;
    padding:5px 10px 5px 10px;
}

#help-message a, #help-message i, #help-message span {
  display:inline-block;
  height: 26px;
  line-height: 26px;

}
#help-message i:hover {
  cursor: pointer;
}
#help-message a {
  text-decoration: none;
  color: #222;
}
.small-jumbotron {
  /* padding: 20px !important; */
  line-height: 2em !important;
  font-size: 1.5em !important;
  font-size: 22px !important;
}

.fs20 {
  font-size: 20px;
}

.pr5 {
  padding-right:5px;
}

.pr10 {
  padding-right:10px;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .mapboxgl-ctrl-geocoder {
    display: none;
  }

}

.mb20 {
  margin-bottom:100px;
  text-align: justify;
}