html {
background: url(../images/background.avif) no-repeat center fixed;
-webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size:cover;
 background-size:cover;
 font-weight:900;
}

/*@media only screen and (min-width: 36em) {
article {float: left; width: 67%; margin-right: 0;}
aside {float: right; width: 21%; margin-left: 0;}
footer {clear: both;}*/


#fullpage {max-width: 63em; margin: auto;}
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size:cover;
 background-size:cover;
 font-weight:900;
}

nav { list-style-type: none; padding: 0; margin: 25px 0 0; }
nav p { border: 1px solid #666; background-color:#eee; margin: 3px 0 0; padding:10px 1em; text-align: center; border-radius: 15px 50px; }
nav a {text-decoration: none; font-size: 1.2em; }

a {text-decoration: none; }
h1,h2 {text-align: center;}

.centerimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	}

.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
