body {
	min-height: 100vh;
	width: 70%;
	margin-left: 30%;
	background-color: lightblue;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: 'Voces', cursive;
	scroll-behavior: smooth;
}

#map {
	height: 100vh;
}

.LexingtonLogo {
	z-index: 10000;
	position: absolute;
	width: 100px;
	bottom: 50px;
	right: 50px;
}

.wrapper {
	height: 100vh;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: white;
	width: 35vw;
	position: relative;
	z-index: 9999;
	scroll-behavior: smooth;
}

.scrollbar::-webkit-scrollbar {
	width: 8px;
	background-color: rgba(0, 0, 0, 0);
}

.scrollbar::-webkit-scrollbar-thumb {
	background-color: #d56315;
}

.wrapper > div {
	padding: 2.5vw 2.5vw 2.5vw 7.5vw;
	z-index: 9999;
}

h1,
h2,
h3 {
	margin-top: 0;
	color: #2763ac;
	font-family: 'Fira Sans', sans-serif;
	border-bottom: 3px solid #d56315;
}

h4 {
	margin-top: 0;
	color: #2763ac;
	font-family: 'Fira Sans', sans-serif;
	border-bottom: 1px dotted #d56315;
}

.keyElement {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.keyIcon {
	width: 25px;
}

.keyIcon > img {
	width: 25px;
}

.keyLabel {
	width: 70%;
}

.icon-popup > .mapboxgl-popup-content {
	color: white;
	background-color: #d56315;
	padding: 4px;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
	border-top-color: #d56315 !important;
}

.footer {
	height: 10vh;
	background-color: white;
}

#map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	min-height: 100vh;
	z-index: 1;
}

i {
	color: #d56315;
}

#Chapter_One,
#Chapter_Six {
	padding-bottom: 20vh;
}

.navList {
	list-style: none;
	padding: 3px 0 0;
	margin: 0;
	border-radius: 0 5px 5px 0;
	background-color: #2e3d45;
}

.navigationButton {
	text-align: center;
	display: block;
	padding: 13px;
	font-size: 20px;
	background-color: #2e3d45;
	border-bottom: 3px solid white;
}

.navigation {
	position: fixed;
	top: 10vh;
	left: 0;
	z-index: 100000;
}

.navLabel {
	display: none;
}

a {
	color: black;
	text-decoration: none;
}

a:hover > .navLabel {
	position: fixed;
	display: inline;
	background-color: white;
	padding: 10px;
	border: 1px solid black;
}

li {
	padding-bottom: 5px;
}
