/*
html {
    font-family: Garamond;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
    margin: 0;
  }

body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}
*/

.container {
    display: flex;
    flex-direction: column;
    height:100%;
    margin: 2%;
}


/*
.header, .footer {
  flex: 0 0 15%;
}
*/

//.main-content {
//  flex: 1 0 70%;
//}

/*
h2 {
    color: pink;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
}
margin-left: 20px;*/
     
#map {
    height: 500px;
    width: 100%;

}

#map-container {
    text-align: center;
    padding: 20px;
}


html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}









/*
#slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;

}

#year-slider {
  width: 90%;
}

.marker-cluster {
    background-color: rgba(195, 195, 195, 0.5); 
    border-radius: 20px;
    text-emphasis: bold; 
    text-align: center;
}


#year-value {
  text-align: center;
  align-items: center;
  color: darkred;
}


.marker-cluster-custom {
    background-image: url('icons/p2.12_lightgray.png'); /* Update with your icon path 
    background-size: contain;
    color: black;
    
    border-radius: 25%;
    
}
/*
/*
#slider-container {
  position: relative;
  /*top: 10px;
  left: 50%;
  z-index: 1000;
  width: 100%; 
  margin-top: 30px;
  transform: translateX(-50%);
  background: white;
  padding: 10px;
  border-radius: 5px;
  align-items: center;*/





/**** Custom styles for noUiSlider 
.noUi-connect {
	background: purple;
}
.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
	background: purple;
}
.noUi-target.noUi-horizontal .noUi-tooltip {
	background-color: purple;
}
****/