/* body { */
/*   padding-top: 50px; */
/* } */
html.fullscreen,
body.fullscreen {
		height: 100%;
		background-color: #000000;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: 100%;
  /* /\* Negative indent footer by its height *\/ */
  /* margin: 0 auto -52px 0; */
  /* /\* Pad bottom by footer height *\/ */
  /* padding: 0 0 50px 0; */
  /* Negative indent footer by its height */
  margin: 0 auto 0px 0;
  /* Pad bottom by footer height */
  padding: 0 0 0px 0;
}

/* Set the fixed height of the footer here */
#footer {
  height: 50px;
  background-color: #f5f5f5;
}


#wrap > .center-container {
  padding: 50px 0 0 0;
  margin:0;
}

#footer > .container {
  padding-top:5px
  padding-left: 15px;
  padding-right: 15px;
}

.center-container {
  height:100%;
}

.center-white {
	/* text-align: center;	 */
	color: #4f4f4f;
}

.center-row {
  height:100%;
}

.text-left {
		text-align: left;
		padding: 80px 200px;
}

.default-center {
	padding: 40px 15px;
  text-align: center;
}

.video-container {
	  position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}


.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
		z-index: 2;
}

#footer {
		max-height: 50px;
}

/* .leaflet-tile { */
/*     -webkit-filter: brightness(300%) saturate(700%); */
/*     filter: brightness(300%) saturate(700%); */
/* } */

#map_canvas {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		background: black;
		background-color: #0A0026;
}

#year_slider_container {
		padding: 0px 20px;
}


#overlay_footer, #overlay_top {
		position: absolute;
		display: inline;
		float: left;
		overflow: hidden;
		width: 100%;
		color: #dedcea;
		/* margin: -175px auto auto 0 auto !important; */
		background-color: rgba(59, 54, 73, 0.8);
}

#overlay_footer {
		bottom: 0px;
}

#overlay_top {
		top: 60px;
}

#overlay_footer, #overlay_top .col-md-3, .col-md-2 {
		padding: 0;
}

strong {
		/* color: #7FBCCC !important; */
		color: #A4C0DB !important;
}

h4.map-interface {
		display: table;
		margin-top: 5px;
		margin-bottom: 5px;
}

.bold-value {
		font-weight: bold;
}

.leaflet-top {
		top: 4px !important;
}

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 430px;
		color: #dedcea;
    position: relative;
    margin: 10% auto;
    padding: 5px 15px 7px 20px;
    border-radius: 10px;
    background: rgba(59, 54, 73, 0.9);
}

