body {
	font-family: 'Arial', sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f8f8f8;
	color: #333;
	overflow-y: scroll;
}

#container {
	max-width: 1024px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	position: relative;
}

#main-image {
	width: 100%;
	max-width: 1024px;
	height: auto;
	border-radius: 8px;
}

h1, h2, h3 {
	color: #2c3e50;
}
h2 {
	text-align:left;
	cursor: pointer;
	background-color: #ced9e4;
}
h3 {
	cursor: pointer;
	padding-left: 20px;
	background-color: #eff2f6;
}
h4{
	color: #517394;
	text-align:left;
	font-size: 28px;
}
.section {
	margin-top: 20px;
	text-align: left;
	display: none;
}

.sub-section {
	margin-top: 10px;
	text-align: left;
	display: none;
	padding-left: 20px;
}

.menu-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	cursor: pointer;
	z-index: 2;
	font-size: 46px;
	font-weight: bold;
	color: #2d4052	;
	text-shadow: 2px 2px white;
}

.menu {
	display: none;
	position: absolute;
	top: 66px;
	left: 0;
	width: 240px;
	background-color: #2c3e50;
	padding: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	z-index: 1;
	text-align:left;
}

.menu a {
	display: block;
	color: #ecf0f1;
	text-decoration: none;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 10px;
}

footer {
	margin-top: 40px;
	padding: 2px;
	background-color: #34495e;
	color: #ecf0f1;
	font-size: 12px;
}
header {
	margin-top: 0px;
	padding: 2px;
	background-color: #34495e;
	color: #ecf0f1;
	text-align: right;
}		
arrow{
	margin: 10px;
	text-decoration: bold;
	color: #5b80a4;
}

.whitelink {
text-decoration: none;
color: white;
padding-left: 2px;
padding-right: 2px;
border: 0px;
}

.whitetext{
text-decoration: none;
color: white;
}


a{
	color: #000000;
	text-decoration-line: underline;
	text-decoration-color: #adbfd2;
	font-weight: bold;
}

.bigfont
{
	color: #2d3f52;
	font-size: 20px;
}