#whole_map {
	/* display: flex; */
	/* flex-direction: row; */
	/* max-width: 600px; */
	/* height: 800px; */
	/* justify-content: center; */
	/* align-items: center; */
	/* height: 100vh; */
	/* max-width: 600px; */
	font-family: 'Source Sans Pro', "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #006BB3;
}
body {
	background-color: #ffffff;
}
#container {
	margin: 0 auto;
	width: 100%;
	height: 850px;
	float: left;
	/* position:  absolute; */
	top: 80px;
}

.mainnav {
	display: inline-block;
	float: left;
	/* width: 100%; */
	margin-left: 1rem;
	/* position: absolute; */
	/* top: 80px; */
}

#whole_map > h1 {
	margin-left: 1rem;
	text-align: left;
	font-size: 1.4em;
}
#whole_map > h2 {
	margin-left: 1rem;
	font-weight: 300;
	font-size: 1rem;
}
#legend{
	color:#748aaa;
	font-size: 10px;
	margin-left:2%;
	margin-right:2%;
}
#navi {
	font-family: 'Source Sans Pro', "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	border-radius: 8px;
	font-size: 1rem;
	border-width: 1;
	border: 2px solid #b5c6d5;
	/* background-color: #e4e4e4; */
	padding: 0.2 rem;
	padding: 7px;
	color: #2e4964;
	/* font-weight: bold; */
}
#popUp {
	padding: 0 0 2% 0;
	position: absolute;
	left: 1%;
	top: 7%;
	display: none;
	background-color: #ffffff;
	font-size: 0.75 rem;
	font-weight: normal;
	box-sizing: border-box;
	width: 98%;
	border: 1px solid #b5c6d5;
	border-radius: 8px 8px;
	/* height: 480px; */
}
.closeButton {
    color: #2e4964;
    text-decoration: none;
    cursor: pointer;
    float: right;
    font-size: 1.5rem;
    margin-right: 15px;
    margin-top: 5px;
}
#whole_map>h1{color: #2e4964;margin-left: 1rem;text-align: left;margin-bottom: 20px;font-weight: 900;font-size: 26px;}
#whole_map>h2{
	margin-left: 1rem;
	font-weight: 300;
	font-size: 1rem;
	margin-top: 0;
	color: #748a9d;
}
#txt>h3{
	color: #006BB3;
	border-bottom: 1px solid #0069b3;
	font-size: 1.5rem;
	padding-bottom: 20px;
}

#txt{
	/* line-height: 190%; */
	/* font-size: 0.9rem; */
	/* color: #fffefe; */
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 0px;
}
#txt h1{
   color: #ffffff;
   border-bottom: 1px solid #fdfdfd;
   padding-bottom: 5px;
   font-size: 1.5em;
   font-weight:700;
   /* background-color: #006BB3; */
}
