@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	background-color: #DBDBDB;
	height: 100%;
}
.wrapper {
	position: relative;
	min-height: 100%;
}
.nav {
	margin-top: 0px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #151313;
	position: sticky;
	top: 0;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    letter-spacing: 0.1rem;
	color: #FFFFFF;
}
.nav a {
	font-size: 20px;
	padding: 50px;
	text-decoration: none;
	color: #FFFFFF;
}
.nav a:hover {
	text-decoration: overline;
	color: #9C9C9C;
	transition: 2s;
}
.contenthead {
	margin-top: 0px;
	height: 400px;
    display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../photos/header/photo_0001.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: #FFFFFF;
	text-align: center;
	font-size: 80px;
	text-shadow: 10px 10px 10px #000000;
}
.content {
	padding: 25px;
	height: auto;
	background-color: #DBDBDB;
	justify-content: center;
	align-items: justify;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 16px;
	color: #000000;
	text-align: center;
}
.content a {
	text-decoration: none;
	color: #2F0A0B;
}
.content a:hover {
	text-decoration: none;
	color: #000000;
	transition: 2s;
}
.content img {
	width: 850px;
}
.footer {
	width: 100%;
	height: 60px;
	display: flex;
	background-color: #151313;
	justify-content: center;
	align-items: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
}
.footer a {
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:hover {
	text-decoration: none;
	color: #9C9C9C;
	transition: 2s;
}