/* Style Sheet */



body {
	margin: 0;
	padding: 1rem;
	font-size: 1em;
	line-height: 1.6;
	border-top: 2px solid #008dd7;
	background-color: #fef7e7;
}

.buttons {
	text-align: center;
}

button {
	margin: 0 0.5rem;
	padding: 0.7rem 2rem;
	color: #ffffff;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #008dd7;
}

button a {
	color: #ffffff;
	text-decoration: none;
}

button:hover {
	cursor: pointer;
}

h1,
h2 {
	text-align: center;
}

h1 {
	font-size: 2rem;
	text-align: center;
}

#opt-in {
	margin: 4rem auto 0 auto;
	padding: 1rem;
	max-width: 600px;
	border: 1px solid #666666;
	background: #ffffff;
}

button.confirm {
	background-color: #00A000;
}

button.deny {
	background-color: #D62828;
}

/*
#embed-3d {
	margin: 0 auto;
	text-align: center;
}

#embed-3d iframe {
	width: 100%;
//	max-width: 600px;
	min-height: 1320px;
}
*/


#content-nav {
	display: inline-block;
	padding: 2rem 0 0 0;
	width: 100%;
	text-align: right;
}

#content-intro {
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
}

#content-map .map {
	margin: 0 auto;
}

