/* load font*/

/* @font-face {
  font-family: "DIN Pro Light";
  src: url("fonts/din-pro-light.otf") format("opentype");
} */

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

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




/* marker labeling styling */
.marker-text {
  text-shadow: 0.5px 0.5px #c5c5c5;
  width: 160px;
  /* font: 12px/20px "DIN Pro Light"; */
  color: #636363;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-left: 43px;
  display: grid;
  cursor: pointer;
  line-height: 12px;
}

/* .mapboxgl-marker {
    cursor: pointer;
} */

.marker {
  /* background-image: url('marker.svg'); */
  background-size: cover;
  border: 1px solid #ffffff;
  /* background-color: #ffffff; */
  background-color: #ffffff;
  padding: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  /* opacity: 0.8; */
  cursor: pointer;
}

.marker:hover {
  background-color: #edeee9;
  border-color: #475d48;
}

.selectedMarker {
  /* background-image: url('marker.svg'); */
  background-size: cover;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  opacity: 0.8;
  cursor: pointer;
}

p,
h3 {
  margin: 5px;
}

p {
  font-size: 15px;
}

/*popup styling*/

.mapboxgl-popup-close-button {
  float: right;
  right: 13px;
  border-radius: 21px;
  border: 1px solid #85bbd7;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: #475d48;
  cursor: pointer;
  margin-top: 10px;
  padding: 0;
}

.mapboxgl-popup-close-button:hover {
  border-color: #475d48;
  background-color: #475d48;
  color: #ffffff;
}

.mapboxgl-popup-tip {
  margin-left: 1%;
}

.mapboxgl-popup-content {
  font: 16px/14px 'Roboto', sans-serif;
  /* border: 2px solid #475d48; */
  border-radius: 15px;
  background-color: #edeee9;
  color: #475d48;
  /* margin-left: -12px; */
  padding: 0;
  width: 220px;
}

.mapboxgl-popup-content img.popup-icon {
  width: 23%;
  border-radius: 21px;
  margin-left: 102px;
  opacity: 50%;
}

.mapboxgl-popup-content span > img {
  width: 15%;
  border-radius: 21px;
  margin-left: 5px;
}

div.mapboxgl-popup-content div.popup-image img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 220px;
  max-height: 140px;
}

.mapboxgl-popup-content div.title {
  font: 20px/14px "Lato Bold", "Source Sans Pro", Helvetica, Arial;
  color: #475d48;
  text-align: center;
  font-weight: bold;
  line-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mapboxgl-popup-content div.content {
  /* height: 113px; */
  width: 98%;
  border-radius: 8px;
  /* background-color: #ffffff; */
  color: #475d48;
  text-align: left;
  margin-top: 10px;
}

div.mapboxgl-popup-content > div.content > span.city {
  position: absolute;
  padding-top: 5px;
  margin-left: 15px;
}

div.description {
    margin: 10px 10px 10px 10px;
    text-align: justify;
    padding: 5px;
    font-size: 13px;
}

div.mapboxgl-popup-content div.popup-link{
  text-align: center;
  margin-bottom: 10px;
}

div.mapboxgl-popup-content a {
  padding: 10px;
  display: inline-block;
  background-color: #FFFFFF;
  border: 1px solid #475d48;
  border-radius: 6px;
  width: 80px;
  height: 15px;
  color: #475d48;
  text-align: center;
  text-decoration: none;
  font-size: medium;
  outline: none;
  font-weight: bold;
}

div.mapboxgl-popup-content a:hover{
  background-color: #475d48;
  border: 1px solid #dec3ae;
  color: #FFFFFF;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  border-bottom-color: #85bbd7;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  border-top-color: #85bbd7;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  border-right-color: #85bbd7;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-left-color: #85bbd7;
}



/*end popup styling*/

/*print*/

/* @media print {
    div#map {
        width: 100%;
    }
    .div2.menu-area {
        width: 0;
    }
} */
