body {
	align-content: center;
/*	background-image: url('hocking_hills.jpg'); */
	background-color: #2D3142;
	background-repeat: no-repeat;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	font-family: Arial, sans-Serif;
	justify-content: center;
	margin: 5vh;
}

#usa {
	top: 5vh;
	left: 90vw;
	position: absolute;
	width: 5vw;
}

#ohio {
	bottom: 15vh;
	left: 85vw;
	position: relative;
	width: 5vw;
}

#ohio-f {
	float: right;
	width: 5vw;
}

nav {
	font-size: 2.5vw;
	font-weight: bold;
	display: inline-block;
	height: 7.5vh;
	margin: 0 2.5vw 0 0;
	white-space: nowrap;
}

h2 {
	text-align: center;
}

form {
	display: flex;
	justify-content: center;
}

td {
/*	border: .5vw solid; */
	width: 25vw; 
}

.col2 > input {
	width: 25vw
}

#verif {
	font-size: 1.25vw;
	font-style: bold;
}

.col1 {
	text-align: right;
}

.col2 {
	text-align: center;
}

#nav-grid > p{
	font-size: 2vw;
}

#img-logo {
	grid-area: nav-img;
	height: 7.5vw;
   margin: 0 2.5vw 0 0;
}

#nav-grid {
	display: grid;
	gap: 2.5% 0;
	grid-area: nav;
	grid-template-areas: "nav-img nav-p nav-p nav-p"
								". path-nav path-nav path-nav";
	grid-template-columns: auto auto auto auto;
	margin: 2.5% 2.5% 0 2.5%;
}

.nav-anchor:link {
	color: #ffffff;
}

.nav-anchor:hover {https://www.sciotomile.com/
	color: #b31942;
}

.nav-anchor:visited {
	color: #ffffff;
}

.nav-anchor:visited:hover {
	color: #b31942;
}

.nav-anchor {
	text-decoration: none;
}

#path-nav {
	grid-area: path-nav;
}

header {
	font-size: 1.25vw;
	text-align: center;
}

section {
/*	font-size: clamp(6pt, 2.25vw, 14pt); */
	font-size: 1.5vw;
}

#aside-left > a > img {
	margin: 1.5vw 6.65vw;
	width: 10vw;	
}

/*#aside-right > a > img {
	margin: 0 6.65vw;
	width: 15vw;	
}*/

aside > a > h2 {
	font-size: 2vw;
	text-align: center;
}

aside > ul {
	font-size: 1vw;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

/*#aside-left {
	grid-area: aside-left;
}

#aside-right {
	grid-area: aside-right;
}*/

footer {
	color: #808080;
	font-weight: bold;
	font-size: 2vw;
	text-align: center;
}

footer > p > a:hover {
	color: #b31942;
}

footer > p > a {
	color: #808080;
	text-decoration: none;
}
