html, body{
	height: 90%;
	width: 100%;
}
#map{
	height: 90%;
	width: 100%;
	}

#controls{
	height: 80%;
	width: 100%;
	text-align: center;
	margin-top: 460px;
	position: relative;
	
}

#map{
	background-color: #bcbcbc;
}

.btn {
	border: 2px solid #3498db;
	background: none;
	padding: 10px 20px;
	font-size: 20px;
	font-family: "montserrat";
	cursor: pointer;
	margin: 10px;
	
}
 .toggle{
	color: #3498db;
	position: relative;
}
