.slideNum{
  position: absolute;
  right:1rem;
  font-size: 0.5rem;
  color:white;
  display: none;
}

.scrollingTextBox{
  /* font-family: 'Merriweather', serif; */
/*  margin-bottom: -80vh !important;*/
  
  font-weight: 300;
  font-size: 1rem;
  user-select: none; /* Standard */  
  position:relative;
  z-index: 2000;
  background-color: #282828;
  color:#F5F5F5;
  padding: 1rem;
  height: auto;
  text-align: left;
  /* width: auto; */
  max-width: 40%;
  box-shadow: 0 0 5px #626262;
  border-radius:5px;
  display: none;
}
.scrollingImageHolder{
  position: relative;
/*  text-align: left !important;*/
}
.scrollingImage{
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  pointer-events: none;
}
.scrollingImageText{
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;  
  position: absolute;
  color:white;
  left: 0.75rem;
  bottom: 0.75rem;
  z-index: 100;
}
.black{
  color:black;
}
@media (max-width: 650px) {
  .scrollingTextBox{
  width: 90% !important;
  max-width: 90% !important;
  margin-left: 0% !important;
  }
  .scrollingTextBoxIntro{
  width: 90% !important;
  max-width: 90% !important;
  margin-left: 0% !important;
  /* display: none; */
  }
  #hashInfoBox{
    width: 90% !important;
    max-width: 90% !important;
    margin-left:5%;
  }
}

.arrowPadded{
  margin:1rem;
/*  font-weight: 500;*/
}
.scrollDownText{  
  font-weight: 100;
  font-size: 1.75rem;
}
.centerScrollBox{
  margin: 0px auto;
  margin-top: 150vh;
  text-align: center;
}
.firstScrollBox{
  margin-top: 30vh !important;
}
.leftScrollBox{
  margin: 0px auto;
  margin-top: 150vh;
  margin-left:1rem;
  text-align: left;
}
.rightScrollBox{
  margin: 0px auto;
  margin-top: 150vh;
  margin-right:3rem;
}
.firstTextBox{
  margin-top: 25vh;
}
.hidden{
  display: none;
}


.gradientBlock{
  width:80%;
  margin-left: 10%; 
  height: 2rem;
  margin-top:1rem;  
  margin-bottom:0.5rem;  
  border-radius: 5px;  
/*  box-shadow: 0 0 5px #626262;*/
}
.viridis{
  background-image: linear-gradient(to left, #F9F607 0%, #0ACDA2 50%, #5A1D68 100%); 
}
.magma{
  background-image: linear-gradient(to right, #000006 0%, #B0347B 50%, #FCF4B6 100%); 
}
.gradientLabelBlock{
/*  position: absolute;*/
  width:100%;
  
  font-weight: bold;
  font-size: 1rem;
}
.leftStretchLabel{
  float: left;
  margin-left: 4rem;
}
.rightStretchLabel{
  float: right;
  margin-right: 4rem;
}

.scrollingLegendItem{
  height: 1.6rem;  
  text-align: left;
/*  margin-top: 0.5rem;*/
  margin-left: 1.5rem;
}
.scrollingLegendText{  
/*  font-weight: 500;*/
  font-size: 0.75rem;
/*  margin-bottom: 0.25rem;*/
margin-top:0.4rem;

}
.mapLegendBox{
  width: 1rem;
  height: 1rem;  
  margin-left: 0.5rem;
/*  box-shadow: 0 0 5px #626262;*/
  display: inline-block;
  position:relative;
  top:0.3rem;
}

.right{
  float:right;
}

.left{
  float:left;
}