a, a:hover, a:active{
  color: black;
}

.container-fluid#container{
  padding-left: 100px;
  padding-right: 100px;
}

section{
  padding-bottom: 20px;
}

.date-label{
  position: relative;
  float: right;
  padding: 10px;
  font-size: 14px;
  background-color: rgba(255,255,255,0.7);
  z-index: 1;
}

.ctrl-label{
  margin: 0 15px;
}

.legend-label{
  position: relative;
  font: 12px sans-serif;
  margin: 0px -15px 0 10px;
}

.legend-block{
  display: inline-block;
  position: relative;
  width: 28px;
  height: 20px;
  font: 12px sans-serif;
  vertical-align: top;
  text-align: center;
}

.map-lg{
  height: 500px;
  position: relative;
}

.map-sm .date-label{
  padding: 4px;
  font-size: 11px;
}

.map-sm{
  position: relative;
  height: 230px;
  min-width: 300px;
  max-width: 50%;
  margin: 10px;
}

.dc-data-count small {
  font-size: 16px;
}

.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.pie-chart {
  height: 150px;
}

.flexcontainer-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flexcontainer-row>*{
  flex: 1 auto;
}


.mapbox-logo.leaflet-control.mapbox-logo-true{
  display: none;
}

#date-slider{
  margin: 0 20px;
  display: inline-block;
}

#control-row{
  padding-bottom: 20px;
}

.slider-container{
  width: 80%;
}

#map-multiples{
  margin: 0 -10px;
}

#plots-row .x-axis-label {
  transform: translate(181px,296px);
}


#plots-row .y-axis-label.y-label{
  transform:translate(10px,134px) rotate(-90deg);
}

#windDirectionKey .cols.axis text {
  transform: translateY(-273px);
}


#windDirectionKey .rows.axis  {
  transform: translateX(40px);
}

#windDirectionKey {
  transform: translate(-60px,-10px);
}

.card {
  background-color: #FAFAFA;
  border-radius: 5px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
  padding-top: 12px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.extra-padding {
  padding-top: 36px;
}

.line-height-center {
  line-height: 40px;
}

.less-line-height {
  margin-top: -9px;
}

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(255,255,255); /* Black fallback color */
  background-color: rgba(255,255,255, 0.95); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px !important; /* Override the font-size specified earlier (36px) for all navigation links */
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .closebtn {
    font-size: 40px !important;
    top: 15px;
    right: 35px;
  }
}

.about-text{
  margin:auto;
  width: 50%;
  color:444;
  font-size: 1.4em;
  text-align:left;
}

.visualization-header{
  display: inline-block;
}

.about-button{
    float: right;
    padding: 20px;
}