.button {
	background-color: #57333b;
	border: 3px solid #000000;
	color: #000000;
	font-size: 25px;
	font-family: Tahoma, sans-serif;
	cursor: pointer;
	width: 200px;
	height: 60px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	vertical-align: middle;
}

.button:hover {
	background-color: #334a57;
	color: #000000;
	border: 3px solid #000000;
}

.BackButton {
	color: inherit;
	text-decoration: none;
}

.FloatingDiv {
    margin: 0 auto;
	position: sticky;
	top: 0;
	background-color: #57333b;
    border: 10px ridge #2d546a;
	width: 1200px;
}

.FloatingDiv p {
	margin: 0 auto;
	text-align: center;
}

.FloatingDiv:hover {
    margin: 0 auto;
	position: sticky;
	top: 0;
	background-color: #2d546a;
	border: 10px ridge #57333b;
	width: 1200px;
}


.HeaderImage {
	width: 600px;
	height: 400px;
	display: block;
	object-fit: cover;
	margin: 0 auto;
	border: ridge 10px #425538;
	border-top: ridge 0px #425538;
}

.TrailCamVideo {
	width: 1200px;
	max-width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	object-fit: contain;
	margin: 0px;
	vertical-align: top;
	border: 10px ridge #2d546a;
}

.Photo {
	width: 1200px;
	max-width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	object-fit: cover;
	margin: 0px;
	vertical-align: top;
	border: 10px ridge #2d546a;
}

header {
	user-select: none;
	background: #2d546a;
	background: linear-gradient(90deg, #2d546a 0%, #2d6a37 50%, #6a2d3b 100%);
	border-bottom: 5px solid #000000
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-family: Tahoma, sans-serif;
	font-size: 30px;
	background-color: #2d6a37;

}

p {
	width: 60%;
	margin: 5px auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 5px auto;
	vertical-align: middle;
}

h2 {
	font-size: 1.4em;


}


hr {
	height: 2px;
	background-color: #000000;
	border: none;
}