html, body {
  
  height: 100%;
  background-color: #000000;
  margin: 0;
  font-family: verdana;
  font-size: 18px;
  /*overflow: hidden;*/
}

#descriptionBox {
  display: flex;
  flex;align-items: center; justify-content: center;
}

#playBox {
  padding-top: 10px;
  display: flex;
  flex;align-items: center; justify-content: center;
}

h1 {

  height: 5%;
  max-lines: 1; 
  margin: 0px;
  padding: 40px 0px 0px 20px;
  /*font-size:100px;*/
  color: white;
  font-family: verdana;
  font-size: 2.4vw;
  text-align: left ;

  vertical-align: center; 
}

h2 {
  padding-left: 20px;
  padding-right: 20px;
  /*font-size:100px;*/
  color: white;
  font-family: verdana;
  font-weight: 100; 
  font-size: 1.8vmin;
  line-height: 1.2;
  text-align: left;
  width: 90%;
  height: 35%;

  display: flex;
  flex;align-items: center; justify-content: center;
}

h3 {
  padding: 5px 20px;
  color: white;
  font-family: verdana;
  font-size: 25px;
  text-align: center;
}

path { 
    stroke-width: 4;
    fill: none;
}

.axisX line{
  stroke-width: 1;
  stroke: white;
}
.axisX path{
  stroke-width: 1;
  stroke: white;
}
.axisX text{
  fill: white;
}  

.axisLeft line{
  stroke-width: 2;
  stroke: white;
}
.axisLeft path{
  stroke-width: 0;
  stroke: white;
}
.axisLeft text{
  fill: white;
}  

.axisRight line{
  stroke-width: 2;
  stroke: white;
}
.axisRight path{
  stroke-width: 0;
  stroke: white;
}
.axisRight text{
  fill: white;
}  

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}


.button.animate {
  box-sizing: border-box;
  /*padding: 0px;*/
  height: 40px;
  width: 40px;
  margin-right: 10px; 
  margin-bottom: 0px; 
  padding-top: 0px; 
  padding-bottom: 0px; 
  
  border-color: transparent transparent transparent white;
  transition: 100ms border-style ease,
              100ms border-width ease;
  will-change: border-width border-style;

  cursor: pointer;

  background-color: transparent;

  border-style: double;
  border-width: 0px 0px 0px 36px;

  vertical-align: center; 

}

.button.animate.play {
  border-style: solid;
  border-width: 20px 0px 20px 38px;
}

.slidecontainer {
  width: 100%; /* Width of the outside container */
  /*margin:0 auto;*/
}

/* The slider itself */
.slider {
  position: relative;
  vertical-align: middle; 
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 75%;
  /*margin-top: 10px; */
  height: 10px;
  border-radius: 5px;   
  background: white; /* Grey background */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */ 
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 20px; /* Set a specific slider handle width */
  height: 35px;
  border-radius: 25%; 
  /*border: 2px solid gray;*/
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #4CAF50; /* Green background */
  /*border-radius: 3px;*/
  border: 1px solid red;
  cursor: pointer; /* Cursor on hover */
}

#SIF_Value {
  display: inline-block;
  background-color: black;
  width: 33%;
  height: 50%;
  vertical-align:top;
  padding: 0px;

  color: white; 
  text-align: center; 
  font-family: verdana;
  font-size: 1.7vw; 
}

#Date_Value {
  display: inline-block;
  background-color: black;
  width: 34%;
  height: 50%;
  vertical-align:top;
  padding: 0px;

  color: white; 
  text-align: center; 
  font-family: verdana;
  font-size: 1.7vw; 
}

#CO2_Value {
  display: inline-block;
  background-color: black;
  width: 33%;
  height: 50%;
  vertical-align:top;
  padding: 0px;

  color: white; 
  text-align: center; 
  font-family: verdana;
  font-size: 1.7vw;
}

#SIF_Header {
  display: inline-block;
  background-color: black;
  width: 33%;
  height: 50%;
  vertical-align:top;
  padding-top: 20px;

  color: white; 
  text-align: center; 
  font-family: verdana;
  font-size: 1.4vw; 
}

#Date_Header {
  display: inline-block;
  background-color: black;
  width: 34%;
  height: 50%;
  vertical-align:top;
  padding-top: 20px;

  color: white; 
  text-align: center; 
  font-family: verdana;
  font-size: 1.4vw; 
}

#CO2_Header {
  display: inline-block;
  background-color: black;
  width: 33%;
  height: 50%;
  vertical-align:top;
  padding-top: 20px;

  color: white; 
  text-align: center; 
  font-family: verdana;
  font-size: 1.4vw;
}

#leftbar {
  display: inline-block;
  /*border: 1px solid #000;*/
  background-color: black; /*#041d34;*/
  /*position: fixed;*/
  /*margin: 25px 0px 0px 25px;*/
  width: 30%;
  height: 100%;
  vertical-align:top;
  padding: 0px;


  /*z-index: 1;  Stay on top */
}

#sliderdiv {
  padding-top: 3vh; 
  vertical-align:bottom;

  height: 13%;

  display: flex;
  flex;align-items: flex-start; 
  justify-content: center;
}

.chartdiv {
  margin-top: 0px;
  padding-top: 15px; 
  display: inline-block;
  background-color: transparent;
  width: 100%;
  height: 25%;
}

#SIF_Colorbar {
  display: inline-block;
  width: 50%;
  position: relative;
}

#CO2_Colorbar {
  display: inline-block;
  width: 50%;
  position: relative;
}

#TodaysValues {
  height: 10%;
}

#ColorBar {
  display: block;
  width: 70%;
  z-index: 10;
  position: fixed;
  bottom: 0;
  right: 0; 
}

#visual {
  display: inline-block;
  /*border: 1px solid #111;*/
  max-width: 70%;
  min-width:350px;

  height: 100%;
  cursor:pointer;
  z-index: 0;
  padding: 0px;
}

canvas{
  z-index: 0;
}
