body {
	background-image: url("./files/background.png");
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: sans-serif;
	padding-left: 200px;
	padding-right: 200px;
	padding-top: 50px;
}

hr {
	margin-top: 50px;
	color: #ffffff;
	height: 3px;
	background: #d4d4d4;
	border-color: #696969;
	border-style: solid;
}

.center {
	text-align: center;
}

.heading {
	padding-top: 25px;
	color: white;
	text-decoration: none;
	font-size: 30px;
	background-color: rgba(0, 0, 0, 0.5);
}

.date {
	font-size: 15px;
	color: white;
	margin-top: -20px;
	padding-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.5);
}

.title {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	border: 2px solid #000000;
	padding: 15px;
	display: inline-block;
	background-color: white;
}

.navlinks {
	font-size: 20px;
	color: #000000;
	cursor: pointer;
	padding: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 28.125%; /* 16:9 (56.25%) aspect ratio divided by 2 */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.message {
	font-size: 30px;
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
}

.credit {
	font-size: 30px;
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
}