﻿html {
	background-color: #FFF;
}
h1 {
	font-family: 'Courgette', cursive;
	color: white;
	font-size: 3em;
	text-shadow: 2px 2px 8px pink;
}
#slideshow {
	width:  100%;
}
#mapIframe {
	display: block;
  border-right: 2em dotted #4d6a79;
	height: 660px;
	width: 92%;
}
#header {
	text-align: center;
}
#footer {
margin-top: 20px;
}
.backstretch {
	opacity: .9;
}
.mapButton {
	border-style: solid;
	border-width: medium;
	padding: 0.7em 1.25em;
	background-color: whitesmoke;
	opacity: 0.6;
	width: 12em;
	color: black;
	font: normal normal bold 100% Arial, Helvetica, sans-serif;
	text-align: center;
}
.active {
	background-color: #333333;
	color: whitesmoke;
}