
body {
  background-color: #333;
  color: ivory;
}

/* .outline {
  border: 1px;
  border-color: lightslategray;
  border-style: dotted;
} */

.header {
  background-color: #166b2a;  
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;

}

.of {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  
}

.pageTitle {
  font-family: 'Roboto Serif', serif;
  font-size: 1.75rem;  
  padding-right: 0px;
  
}



.species {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 1.6rem;
  }


.zoom-wrapper {
  padding: 0px;
  }
 

#opacSlide .slider-selection {
  background: rgb(233, 151, 0);
}
  
#opacSlide .slider-handle {
	background: rgb(255, 115, 0);
}

.currentOpacity {
  margin-left: 25px;

}

.btn-warning {
  color: white;
  width: 160px;
  background-color: #ff7300;
  border-color: #ff7300;
  padding-left: 0px;
  padding-right: 0px;
}

.btn-info {
  width: 150px;
}

.btn-outline-info {
  width: 150px;
  
}



/* Sketchfab Aspect Ratio Responsive */
.ratio-16-9,
.ratio-16-10,
.ratio-square,
.ratio {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
}

.ratio {
    padding-top: 80%; /* This is your aspect-ratio */
}

.ratio-16-10 {
    padding-top: 62.5%; /* This is your aspect-ratio */
}

.ratio-square {
    padding-top: 100%; /* This is your aspect-ratio */
}

.ratio-inner {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}



/* Scroll bar */
.control-wrapper {
  padding-left: 0px;
}

.controls {
  padding-top: 5px;
  width: 100%;
  height:500px;
  overflow: auto;
  overflow-x: hidden;
  border: #969696;
  border-style: solid;
  border-width: 1px;
  border-spacing: 5px;
  padding-left: 20px;
  box-shadow: 0px 0px 3px 0px #000000;
  }


.controls::-webkit-scrollbar {
  width: 1em;
  height: 1em;
}

.controls::-webkit-scrollbar-track {
  /* background: hsl(39 100% 45.7% / 1); */
  border-radius: 100vw;
  border: 2px solid hsl(39 100% 45.7% / 1);
  margin-block: 0.5em;
}

.controls::-webkit-scrollbar-thumb {
  background: hsl(27 100% 50% / 1);
  border-radius: 100vw;
}



@media screen and (max-width: 1000px) {
  


  .header {
    background-color: #166b2a;  
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  
  }
  
  
  .ratio {
    padding-top: 100%; 
  }

.control-wrapper {
    padding-left: 15px;
  }


  .of {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
        
  }

.pageTitle {
  font-family: 'Roboto Serif', sans-serif;
  font-size: 1.5rem;
  margin-bottom: -5px;
}

.species {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 1.3rem;
  }


.controls {
  width: 100%;
  height: 250px;
  overflow: auto;
  overflow-x: hidden;
  }

  .control-wrapper {
    margin-top: 20px;
   }
} 


@media screen and (min-width: 1400px) {
  .ratio {
    padding-top: 62%; 
} 
}
