/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#map {
  height: 100%;
}

/* 
 * Optional: Makes the sample page fill the window. 
 */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#navContainer {
	top:10px;
	left:5px;
}
.nav {
	z-index:999;
	position:absolute;
	color:orange;
	background-color: rgba(0,0,0,.7);
	font-weight:bold;
	text-align:center;
	display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px lightgray;
  border-radius: 0px;  
}

#vhuntButton {
	top:10px;
	left:5px;
	height:40px;
	text-align:center;
	border-radius: 8px;
}

#homeButton {
	top:55px;
	left:5px;
	height: 40px;
	text-align:center;
}

#submitButton {
	top:100px;
	left:5px;
	height:40px;
}

#loginButton {
	top:100px;
	left:5px;
	height:40px;
}

.mappageButton {
	border-radius: 8px;
}