html {
	height: 100%;
	width: 100%;
}

body {
	font-family: Arial, sans-serif;
	line-height: 1.6;
}

.container {
	width: 80%;
	margin: auto;
	overflow: hidden;
}

header {
	background: #50b3a2;
	color: white;
	padding-top: 30px;
	min-height: 70px;
	border-bottom: #e8491d 3px solid;
}

header a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}

header ul {
	padding: 0;
	list-style: none;
}

header li {
	display: inline;
	padding: 0 20px 0 20px;
}

header #branding {
	float: left;
}

header #branding h1 {
	margin: 0;
}

header nav {
	float: right;
	margin-top: 10px;
}

header .highlight,
header .current a {
	color: #e8491d;
	font-weight: bold;
}

header a:hover {
	color: #ffffff;
	font-weight: bold;
}

.w3-modal-content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 8px;
	cursor: pointer;
	font-size: 20px;
	border: none;
	z-index: 1;
}

.close-button:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

.w3-button.w3-display-left,
.w3-button.w3-display-right {
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 24px;
	border: none;
	padding: 10px;
	cursor: pointer;
}

.w3-button.w3-display-left:hover,
.w3-button.w3-display-right:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

.mySlides {
	display: none;
	margin: auto;
}