html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #c0c0c0;
}
#map{
  z-index:1;
}
.mapChartOff{
  height: calc(100% - 60px);
}
.mapChartOn{
  height: calc(100% - 360px);
}


.pill{
position: absolute;


z-index: 5;
background-color: #fff;
padding: 5px;
border: 1px solid #999;
text-align: center;
font-family: 'Roboto','sans-serif';
line-height: 30px;
padding-left: 10px;
margin-top: 65px;	

border: 2px solid #c7c7c7; 
  border-radius: 12px;
  -webkit-border-radius: 12px;  
  padding:20px;
  margin-bottom:10px;

}

.pillright{
  top: 50px;
  right: 10px;
}
.pillleft{
  top: 50px;
  left: 10px;
}
.pillSmall{
  width:310px;
}
.pillShare{
  top:300px;
  right:10px;
}



/* need to set the position to relative, otherwise the Z-Index is ignored */
.container-fluid {
    position: relative; 
    z-index: 1;
    
}

.container {
  position: relative; 
  z-index: 1;
  
}

#landing-header {
  position: absolute;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.3);;
  padding: 5px;
  border: 1px solid #999;
  text-align: center;
  font-family: 'Fredoka One', cursive;
  line-height: 30px;
  padding-top: 40vh;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);
  color: white;
  
  border: 2px solid #c7c7c7; 
    border-radius: 24px;
    -webkit-border-radius: 24px;  
    padding:20px;
    margin-bottom:10px;
}

.slideshow { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .slideshow li { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 50s linear infinite; 
  }

  #videoImg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  
  .slideshow li:nth-child(1) { 
    background-image: url(/img/walkers.jpg) 
  }
  .slideshow li:nth-child(2) { 
    background-image: url(/img/cycling.jpg);
    animation-delay: 10s; 
  }
  .slideshow li:nth-child(3) { 
    background-image: url(/img/runners.jpg);
    animation-delay: 20s; 
  }
  .slideshow li:nth-child(4) { 
    background-image: url(/img/sailing.jpg);
    animation-delay: 30s; 
  }
  .slideshow li:nth-child(5) { 
    background-image: url(/img/skiing.jpg);
    animation-delay: 40s; 
  }
  
  @keyframes imageAnimation { 
    0% { 
      opacity: 0; 
      animation-timing-function: ease-in;
    }
    10% {
      opacity: 1;
      animation-timing-function: ease-out;
    }
    20% {
      opacity: 1
    }
    30% {
      opacity: 0
    }
  }
  
  /* Older browser support - class added by modernizr */
  .no-cssanimations .slideshow li {
      opacity: 1;
  }

  .pageicon{
    width:32px;
    height:32px;
  }

  #charts{
    /*width: 100%;
    height:300px;*/
  }

