
@import url('https://fonts.googleapis.com/css?family=PT+Sans');

body{
	
  background: #fff;
  font-family: 'PT Sans', sans-serif;
}
h2{
	
  padding-top: 0 rem;
  
}
a{
  color: #333;
    
}
a:hover{
  color: #da5767;
  text-decoration: none;
  
}

}
.form-control{
  background-color: #f8f9fa;
  padding: 20px;
  padding: 25px 15px;

  
  
}

.form-control:focus {

    color: #000000;
    background-color: #ffffff;
    border: 3px solid #da5767;
    outline: 0;
    box-shadow: none;

}

.btn{

  background: #FF7F50;
  border: 2px solid #880000;
  width:126%;
  height:5vw


}
.btn-success {


    background-color: #00FF00;
    border-color: #008800;
 width:126%;



  
}
.sidemenu{
	 width: 15vw;
	 float:left;
}
#map{
	float: left;
	
}
		html, body {
			height: 100%;
			margin: 0;
			 height: 50vw;
			
		}
		.leaflet-container {
			height: 400px;
			width: 600px;
			max-width: 100%;
			max-height: 100%;
		}
		
				html, body {
			height: 100%;
			margin: 0;
			 height: 50vw;
			
		}
		.leaflet-container {
			height: 400px;
			width: 600px;
			max-width: 100%;
			max-height: 100%;
		}