
.map {
  height: calc(100vh - 140px);
  width: 100%;
  border: 2px solid; 
}

.form-check{
    padding-bottom: 10px;
    font-family: 'Roboto';

}
#slider-values {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
  }

body{
    background-color: #ffffff;
    color: #333;
    
}

.per-label{
  font:  14px 'Roboto';
}

.per-label1{
  font:  14px 'Roboto';
  padding-left: 20px;
}

.submit-btn {
  background-color: green;
  color: white;
  border-color: green;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.clear-btn {
  background-color: grey;
  color: white;
  border-color: grey;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.navbar {
  background-color: #e3f2fd;
  border-color: #ffffff;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  padding: 1px 0px 0px 0px;
  font: bold 16px 'Roboto';

}

.modal-body img {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.nav-item{
  padding-left: 20px;
}

.btn-secondary{
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.modal-text{
  font:  14px 'Roboto';
}

.modal-title{
  font: bold 16px 'Roboto';
}

.legend {
  position: absolute;
  bottom: 10px;
  right: 10px;

}
.title{
  color: grey;
  font-family: 'Roboto';
  font-size: 20px;
}
.a{

  font-size: 14px;
}

.info-button {
  padding-left: 0px;
  margin: 6px 0px 6px 200px;
  border-radius: 6px;
  color: #212529;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  font: bold 16px 'Roboto';
  background-color: rgba(204, 204, 204, 0.5);
  border-color: rgba(204, 204, 204, 0.5);
  
}
.info-button:hover {
  background-color: rgba(99, 99, 99, 0.5);
  border-color: rgba(99, 99, 99, 0.5);
}
.nav-item:not(.info-button):hover {
  background-color:  rgba(204, 204, 204, 0.5);
}


