* {box-sizing: border-box;}
body {
 background: #e5c9e0;
 font-family: Verdana, sans-serif;
}

.slideFieldset
{
 border-color: #6e317e;
 border-radius: 30px;
}

.slideFieldsetLayout
{
 background: #571c6e;
 margin: 10px 10px 10px 10px;
 padding: 20px;
 border-radius: 30px;
}

.slideLegend
{
 color: #571c6e;
 font-family: "Times New Roman", Times, serif;
 font-style: normal;
 font-size: 30px;
 font-weight: bold;
 font-style: italic;
 margin-left: 1%;
 text-align: center;
}

/* Slideshow container */
.slideshow-container {
  width: 1000px;
  position: relative;
  height: auto;
  margin: auto;
}

.frame {
 display: none;
 position: relative;
 z-index: 1;
 background-color: #ffffff;
 padding: 20px;
} 

.mySlides {display: none;
 position: relative;
 z-index: 2;
 -webkit-animation-name: fade; /* Safari 4.0 - 8.0 */
 -webkit-animation-duration: 2.0s; /* Safari 4.0 - 8.0 */
 animation-name: fade;
 animation-duration: 2.0s;
}

.mySlideImage {
 z-index: 2;
}

.loading {display: block;
 position: relative;
 background: #571c6e;
 z-index: 1000;
}

.loadingGif {
 position : relative;
 margin: auto;	
 width: 128px;
 z-index: 1000;
}

.controlButtons {
 position: absolute;
 top: calc(40px);
 left: calc(50% - 40px);
 display: none;
 opacity: 1;
 z-index: 3;
}

.arrowLeft {
 position: absolute;
 top: calc(45px);
 left: calc(0% + 20px);
 display: none;
 opacity: 1;
 z-index: 3;
}

.arrowRight {
 position: absolute;
 top: calc(45px);
 left: calc(100% - 70px);
 display: none;
 opacity: 1;
 z-index: 3;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numberText {
  color: #f2f2f2;
  font-size: 20px;
  padding: 8px 12px;
  position: relative;
  top: 0px;
}

#myProgress {
  position: relative;
  margin: auto;
  width: 1000px;
  background-color: #571c6e;
  display: block;
}

#myBar {
  width: 0%;
  height: 5px;
  background-color: #e5c9e0;
  display: block;
}

@keyframes fade {
  from {opacity: .1} 
  to {opacity: 1}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes fade {
  from {opacity: .1} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.sliderOnLeft {
 position: absolute;
 top: calc(120px);
 left: calc(0% + 45px);
 display: none;
 opacity: 1;
 z-index: 3;
}

.sliderOnRight {
 position: absolute;
 top: calc(120px);
 left: calc(100% - 200px);
 display: none;
 opacity: 1;
 z-index: 3;
}

.slideText {
 font-family: "Times New Roman", Times, serif;
 font-style: normal;
 font-size: 25px;
 font-weight: bold;
 color: #571c6e;
}

.downloadButton {
 position: absolute;
 top: calc(180px);
 left: calc(100% - 200px);
 font-family: "Times New Roman", Times, serif;
 font-style: normal;
 font-size: 30px;
 font-weight: bold;
 color: #000000;
 display: none;
 opacity: 1;
 z-index: 3;
}

.helpText {
 font-family: "Times New Roman", Times, serif;
 font-style: italic;
 font-size: 10px;
 color: #e5c9e0;
}

input[type="range"] {
   -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    width: 150px;
}

/* Removes default focus */
input[type="range"]:focus {
  outline: none;
}

/***** Chrome, Safari, Opera and Edge Chromium styles *****/
/* slider track */
input[type="range"]::-webkit-slider-runnable-track {
   background-color: #ebd2e5;
   border-radius: 3px;
   height: 10px;  
}

/* slider thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
   appearance: none;
   margin-top: -2px; /* Centers thumb on the track */

   /*custom styles*/
   background-color: #571c6e;
   height: 15px;
   width: 10px;
}

input[type="range"]:focus::-webkit-slider-thumb {   
  border: 1px solid #571c6e;
  outline: 3px solid #571c6e;
  outline-offset: 0.125rem; 
}

/******** Firefox styles ********/
/* slider track */
input[type="range"]::-moz-range-track {
   background-color: #571c6e;
   border-radius: 0.5rem;
   height: 0.5rem;
}

/* slider thumb */
input[type="range"]::-moz-range-thumb {
   border: none; /*Removes extra border that FF applies*/
   border-radius: 0; /*Removes default border-radius that FF applies*/

   /*custom styles*/
   background-color: #ebd2e5;
   height: 2rem;
   width: 1rem;
}

input[type="range"]:focus::-moz-range-thumb {
  border: 1px solid #571c6e;
  outline: 3px solid #571c6e;
  outline-offset: 0.125rem; 
}

.imageTitle {
 font-family: "Times New Roman", Times, serif;
 font-style: normal;
 font-size: 20px;
 font-weight: bold;
 color: #ffffff;
 text-align: center;
}
