
.cols {
    flex: 50%;
    height: calc(100vh - 130px);
    /* height: 82vh; */
    width: 100%;
}

.home-button{
  position: absolute;
  z-index: 2000;
  background-color: white;
  border: 2px solid rgba(160, 155, 158, .5);
  /* border-top: none; */
  border-bottom-right-radius: 3%;
  border-bottom-left-radius: 3px;
  border-radius: 3px;
  margin-top: 8px;
  padding: 2.5px 4px 3px 3.5px;
  top: 70px;
  left: 10px;
}
.home-button:hover{
  cursor: pointer;
  background-color: rgba(187, 187, 187, 0.3);
}

#map1 {
  border-right: 0.5px solid grey;
}

body{
  background-color:rgba(243, 238, 227, 0.1);
}

#slider-values {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
  }


.per-label{
  font:  14px 'Roboto';
  font-weight: bold;
}

.per-label1{
  font:  16px 'Roboto';
  font-weight: bold;
  /* padding-left: 30px; */
  /* margin-left: 20px; */
}

.threshold-label{
  font:  16px 'Roboto';
  font-weight: bold;
  padding-left: 30px;
  margin-left: 20px;
}

.submit-btn1, .submit-btn2 {
  background-color: green;
  color: white;
  border-color: green;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.clear-btn1, .clear-btn2{
  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';

}

.nav-item{
  padding-left: 20px;
}

.nav-item:not(.info-button):hover {
  background-color:  rgba(204, 204, 204, 0.5);
}


.modal-body img {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.modal-text{
  font:  14px 'Roboto';
}

.modal-title{
  font: bold 16px 'Roboto';
}

.legend1,.legend2 {
  position: absolute;
  bottom: 20px;
  right: 8px;

}
.title{
  font-family: 'Roboto';
  font-size: 20px;
  padding-top: 20px;
}


.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);
}

.month-selection{
  z-index: 1000;
  position: absolute;
  padding: 0% 1% 1% 1%;
  border-style: solid;
  border-radius: 5px;
  background-color: rgba(204, 204, 204, 0.8);
  border-color: rgba(39, 89, 245, 0.13);
  border-width: .5px;
  box-shadow: 2px 2px 4px rgba(204, 204, 204, 0.3);
  font-size: 14px;
}


.minimize{
  margin: 13% 2% 4% .5%;
  width: 100%;
  transition: height 0.3s ease;
}

#map{
  border-color: rgba(204, 204, 204, 0.3);
}

/* background color for slider */
 .form-range::-webkit-slider-runnable-track {
  background-color: #CCCCCC; 
}

.form-range::-moz-range-track {
  background-color: #CCCCCC; 
}

.form-range::-ms-track {
  background-color: #CCCCCC; 
}

.tooltip-inner {
  background-color: whitesmoke;
  color: black; 
  font-size: 10px;
  z-index: 2000;
}
.year-selection:hover {
  cursor: default;
}
.a:hover,.form-select:hover{
  cursor: pointer; 
}

.fav-icon1,.fav-icon2{
  margin-left: 15px;
  color: blue;
}

.fav-icon1:hover,.fav-icon2:hover {
  cursor: pointer; 
}

/* added for RGB */



.form-select{
  font:  14px 'Roboto';
  width: 200px;
}

.form-select option:checked {
  background-color: grey;
  color: #fff;
}
.about-text{
  font: bold 16px 'Roboto';
  color: rgba(40, 39, 39, .8);
  padding-top: 0px;
}
.footer-text{
  font:  12px 'Roboto';
  color: #636363;
}

