/*Used % as the unit whether possible in an attempt to unify the site's appearance on all devices */
.navigationPageDivider {
	padding: 10%;
	
}

/*Set layout for buttons, use same CSS for both */
.navigationPageButton {
	margin:auto;
	width: 60%;
	padding: 1.5%;
	font-size: 30px;
}

#map {
	/*Seemingly only works with px as the unit */
	height: 600px;
}