@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Antic+Slab);

html,body {
  height:100%;
}

h2 {
/*  font-family: 'Antic Slab', serif;*/
  font-size:30px;
  color: #FFF; /*#DDCCEE;*/
}
h1 {
/*  font-family: 'Antic Slab', serif;*/
  font-size:25px;
  color: #FFF; /*#DDCCEE;*/
}
.lead {
  color: #FFF; /*#DDCCEE;*/
}
#map { height: 100%;
width:100% }

/* Custom container */
.container-full {
  margin: 0 auto;
  width: 100%;
  min-height:100%;
  background-color:#110022;
  color:#eee;
  overflow:hidden;
}

.container-full a {
  color:#efefef;
  text-decoration:none;
}

.v-center {
  margin-top:7%;
}
  
p{
	color:	#000
}

.leaflet-popup-content{color:#000}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    margin-right: 25px !important;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}
.legend {
    line-height: 18px;
    color: #555;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
		  background-color:#110022;

}
.footer, .push {
    height: 50px; /* .push must be the same height as .footer */
	text-align:center;
	  background-color:#110022;

}

#Input_form{
    font-size: 16px
}