/* Google Map Formatting*/
body {
	margin: 0px;
}

#googleMap {
	/*width: 100%;
	height: 595px;*/
	height: 100vh;
	width: 100wh;
	overflow-y: hidden; 
	z-index: 8;
}

/*Website Formatting*/
.topnav {
	width: 100%;
	text-align: center;
	background-color: #89986D; /*Change at a later date*/
	overflow: hidden;
	
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
	
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

h1 {
	font-family: bold;
	text-align: center;
	font-size: 50px;
	margin-bottom: 4px;
	margin-top: 4px;
}
h2 {
	margin-bottom: 4px;
}

.center {
	vertical-align: middle;
	float: right;
	width: 50%;
	margin: 8px
}

a {
	font-family: Papyrus, fantasy;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 30px;
	padding: 0px 16px;
}

a:hover {
	background-color: #c0c4a2;
}



/*Overlay*/
#filterContainer {
  position: fixed;
  top: -640px;
  left: 50%;
  width: 200px;
  height: 50%;
  /*background-color: #fff;*/
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  transition: top 0.3s ease;
  background-color: #D8D8D8;
  z-index: 9;
}

#closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  text-align: center;
}

#kioskContainer {
	position: fixed;
	text-align: center;
	top: -640px;
	width: 100%;
	background-color: #89986D;
	z-index: 11;
}