body {
	font-family: sans-serif;
	background-color: rgb(0, 0, 12);
	height: 100%;
	margin: 0;
}

h2 {
	margin-top: 0;
	text-align: center;
}

a {
	color: purple;
}

header a {
	text-decoration: none;
	color: inherit;
}

.page-title {
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	width: 100%;
	background-image: url("Images/window.jpg");
	background-repeat: no-repeat;
	background-size: 1920px 540px;
	background-position: center;
}

.page-title img {
	max-height: 192px;
	margin: 0 auto 0 auto;
	display: block;
}

.nav-bar {
	text-align: center;
	width: 100% - 24px;
	align-content: center;
}

.nav-button {
	display: inline-block;
	border-image: url("Images/button.png");
	border-image-slice: 16 fill;
	border-image-repeat: repeat;
	border-width: 8px;
	border-style: solid;
	text-align: center;
	box-shadow: 2px 2px 10px black;
	text-shadow: 1px 1px 2px black;
}

.nav-button:hover {
	text-shadow: 0 0 20px white;
}

.nav-bar .nav-button, .container-center .nav-button {
	width: 120px;
	margin: 0px 30px 0px 30px;
	font-weight: bold;
}

.nav-bar a, .nav-link {
	color: rgb(255, 192, 0);
	text-decoration: none;
}

.container-left {
	margin: auto auto 0 0;
}

.container-right {
	margin: auto 0 0 auto;
}

.container-center {
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	min-width: 640px;
	max-width: 1000px;
}

.panel {
	margin: 15px;
	padding: 15px;
}

.paper {
	border-image: url("Images/paper.png");
	border-image-slice: 64 fill;
	border-image-repeat: repeat;
	border-width: 64px;
	border-style: solid;
	color: rgb(64, 64, 52);
	font-family: serif;
}

.paper hr {
	border-color: rgb(64, 64, 52);
}

.paper h2 {
	margin-bottom: 0;
}

.plaque {
	border-image: url("Images/plaque.png");
	border-image-slice: 48 fill;
	border-image-repeat: repeat;
	border-style: solid;
	border-width: 24px;
}

.plaque .paper {
	margin-bottom: 25px;
}

.metal {
	border-image: url("Images/metal.png");
	border-image-slice: 48 fill;
	border-image-repeat: repeat;
	border-width: 24px;
	border-style: solid;
	color: rgb(142, 142, 142);
	text-shadow: -1px -1px 1px white,
				  1px  1px 1px black;
}