body { background-color: #EAE7DC; }
header { text-align: center; margin: 2em; margin-bottom: 1em;}
nav { text-align: center; font-weight: bold; margin-left: 2em; margin-right: 5em; background-color: #D8C3A5; border-style: ridge;
	display: flex; justify-content: flex-start; float: left; height: 100vh; }
nav ul { padding-left: 0.5em; padding-right: 0.5em; }
nav a { text-decoration: none; display: block; padding: 1em; }
nav a:link { color: #1C3334; }
nav a:visited { color: #4F4A41; }
nav a:hover { color: #8E8D8A; }
ul { list-style-type: none; float: left; }
article { padding: 10px 0; overflow: auto; }
#location { min-height: 500px; padding: 0 20px; }
#map { width: 100%; min-height: 300px; }
#directions { width: 100%; height: 100%; }