*, *::before, *::after {
	box-sizing: border-box;
}

p {font-family: "Arial", "Arial", sans-serif; }

a { color: #960224; text-decoration: none; font-weight: 700;}
a:hover { text-decoration: underline; }
a img { display:none; }
a:hover img { display: block;}

ul li { list-style-type:none; } 

.hidden { display: none; }

body {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100vh; /* Ensure the body takes at least full screen height */
	margin: 0;
	font-family: Arial, sans-serif;
	width: 100%;
	overflow-x: hidden;
	background: #393939;
}

.main {
  width: 100%;
  max-width: 1024px;
  display: flex;
}

.content {
	width: 715px;
	padding: 20px 10px 10px 10px;}

.contenttable {
	width:715px;
}

.planetext { padding-left: 15px; }

.normaltext { font-size: 14px; font-weight: 600; }

.side-content {
	width: 1024px;
	margin-right: 10px;
	padding: 10px;
	padding-top: 20px;
}

.side-menu {
  position: relative;
  width: 280px;
  margin-left: 47px;
}

.bottom-content {
width: 1024px;
background-color: #FFFFFF;
padding-left: 10px;
}

.header {
	width: 100%;
	max-width: 1024px;
	background-color: #f1f1f1;
	overflow: hidden;
	padding-bottom: 0; /* Removed bottom padding */
}

.header img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.menu-bar {
	width: 100%;
	max-width: 1024px;
	height: 40px; /* Added height */
	line-height: 40px; /* Added line-height for vertical alignment */
	padding: 20px;
	background: #393939 url(images/menubar.webp) no-repeat; /* Background image and color */
	background-size: cover;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	}

.menu-links {
	display: flex;
	gap: 15px;
}

.menu-links a {
	padding: 0px 6px 0px 6px;
	text-decoration: none;
	color: #F9F7ED;
	font-size: 14px;
	font-weight: 600;
}

.menu-links a:hover {
	color: #F9F7ED;
	background: url(images/menuover.webp) repeat-x;
}

.topcontent {
	max-width: 744px;
}

.containh3 { 
	margin-right: -32px;
}

.bringitup { 
	margin-top: -20px;
}

.bar {
	position: relative;
	left: 13px;
	width: 280px;
	height: 38px;
}

.hamburger {
	display: none;
	cursor: pointer;
	padding: 10px;
	z-index: 10;
	position: relative;
	top: 5px; /* Adjusted position of hamburger */
}

.menu-bar-content {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.95);
	padding: 40px 20px;
	z-index: 1000;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.menu-bar-content a {
	display: block;
	margin: 15px 0;
	text-decoration: none;
	color: #333;
	font-size: 18px;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
	z-index: 1100;
	color: #333;
	background: none;
	border: none;
}

.mobilemaps {
	display: none;
}

.rewardsm {
	display: none;
}
	
.desktopmaps {
	display: block;
}

.iframebs {
	width: 560px;
	height: 315px;
}

.centerh5 {
	text-align: left;
	position: relative;
	margin-top: -54px;
	margin-left: 40px;
	font-weight: 900;
	font-size: 26px;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px black;
	text-transform: uppercase;
}

.containh5 {
	position: relative;
	left: -48px;
	width:1024px;
}

.containh4 {
	position: relative;
	text-align: center;
	color: white;
	left: 43px;
}

.centerh4 {
	position: absolute;
	top: 45%;
	left: 22%;
	transform: translate(-50%, -45%);
	color: #FFFFFF;
	font-family: "Helvetica", sans-serif; 
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}

.secondh4 {
	font-weight: bold;
	color: #990000;
	font-size: 21px;
	margin-top: -2px;
	text-align: center;
	padding-left: 40px;
}

.menu-bar-content p { 
	font-size: 16px;
	color: #AA00AA; 
}
.menu-bar-content ul { 
	margin-top: -13px; 
	margin-bottom: -10px;
}
.menu-bar-content ul li a { 
	font-size: 14px; 
}

.iframe { 
	width: 400px;
}
			
.centerh1 {
	text-align: left;
	position: absolute;
	margin-top: -49px;
	margin-left: 37px;
	font-weight: 900;
	font-size: 24px;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px black;
	text-transform: uppercase;
}

.containh1 {
	position: relative;
	left: -47px;
}

.containh1 img { 
	width: 100%;
}

.centerh2 {
	text-align: left;
	position: absolute;
	margin-top: -48px;
	margin-left: 40px;
	font-weight: 900;
	font-size: 28px;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px black;
	text-transform: uppercase;
}

.containh2 {
	position: relative;
	left: -40px;
	height: 25px;
}

.containh2 img { 
	height: 50px; max-width: 650px; width: 100%;
}

.tablehead { 
	width: 70px;
	background: url(images/smallbluebar.webp) no-repeat;
	font-family: Arial;
}
.tableheadtext {
	text-align: center;
	font-size: 16px; 
	color: #222222;
	margin-top: -3px;
}

.tablesub { 
	text-align: center;
	width: 72px;
	background-color: rgba(255, 255, 255, 0.5);
	border-right-color: #c0c0c0;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-color: #B0B0B0;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.map {
	position: absolute;
}

.mapsfloat {
	position: absolute;
	top: -348px;
	left: 29px;
}

.mapsfloatm {
	position: absolute;
	top: 1px;
	left: -14px;
}

.mapbg { z-index: 10; position: absolute; width: 662px; height:660px;}
.zonemap { z-index: 10; position: absolute; width: 650px; height:650px;}
.cord1, .cord2, .cord3, .cord4, .cord5, .cord6, .cord7 { z-index: 20; position: absolute; display: none; width: 650px;}
.cord8 { z-index: 20; position: absolute; width: 650px;}

.mapbgm { z-index: 10; position: absolute; width: 330px; height:330px;}
.zonemapm { z-index: 10; position: absolute; width: 370px; height:370px;}
.cord1m { z-index: 20; position: absolute; display: none; width: 370px;}
.cord2m, .cord3m, .cord4m, .cord5m, .cord6m, .cord7m { z-index: 20; position: absolute; ddisplay: none; width: 370px;}
.cord8m { z-index: 20; position: absolute; width: 370px;}

.zone1 { display: block; }
.zone2, .zone3, .zone4, .zone5, .zone6 { display: none; }

.zonedescript {
	font-weight: 600;
	min-height: 120px;
	max-height: 120px;
	max-width: 700px;
}

.zonetable { 
	max-width:715px;
	height: 850px;
	background: url(images/mapbg5.webp) no-repeat;
	padding-top: 22px; 
}

.cbtn { 
	border: none;
	height: 80px;
	width: 87px;
	background: none;
}

.btnimg {
	max-height:	80px;
	max-width: 70px;
	z-index: 10;
}

.btnimgm {
	max-height:	55px;
	width: 55px;
	z-index: 10;
	margin-top: -10px;
}

.spacer {
	width: 40px;
}

.quotes {
	font-size: 14px;
	font-family: "Trebuchet MS","Georgia", monospace;
	font-style: italic;
	vertical-align: top;
	color: #000000;
}
	
.info {
	color: #000000;
	margin-left: 10px;
	margin-top: 8px;
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	position: absolute;
	bottom: 140%;
	left: 50%;
	margin-left: -60px;
	z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

#data {
margin-left: -10px;
background-color: #FFFFFF;
}

.header1 { 
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #440000;
}	

h1 {
	font-weight: bold;
	color: #990000;
	font-size: 21px;
	margin-top: -65px;
	text-align: center;
	margin-left: -40px;
}

h2 {
	color: #000000;
	font-size: 15px;
	line-height: 15px;
	padding-top: 5px;
	font-family: "Arial";
}

h3 {
	color: #000000;
	font-size: 18px;
	margin-left: -55px;
}

h4 {
	font-weight: bold;
	color: #990000;
	font-size: 21px;
	margin-top: -5px;
	text-align: center;
}

h5 {
	color: #000000;
	font-size: 18px;
	font-family: "Arial";
}

h6 {
	color: #000000;
	font-size: 18px;
	font-family: "Arial";
}

.fancy-table {
	width: 100%;
	max-width: 900px;
	border-collapse: collapse;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
}

.fancy-table th, .fancy-table td {
	padding: 12px 16px;
	text-align: left;
}

.fancy-table thead {
	background-color: #4A90E2;
	color: white;
}

.fancy-table tbody tr:nth-child(even) {
	background-color: #f4f6f8;
}

.fancy-table tbody tr:hover {
	background-color: #e1e9f0;
}
  
.fancy-table2 {
	width: 100%;
	max-width: 600px;
	border-collapse: collapse;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
}

.fancy-table2 th, 
.fancy-table2 td {
	padding: 2px 2px;
	text-align: right;
}
  
.fancy-table2 th:nth-child(even), 
.fancy-table2 td {
	padding: 2px 2px;
	text-align: left;
}

.fancy-table2 thead {
	background-color: #4A90E2;
	color: white;
}

.fancy-table2 tbody tr:nth-child(even) {
	background-color: #f4f6f8;
}

.fancy-table2 tbody tr:hover {
}
  
.rewards {
	width: 990px;
	border-collapse: collapse;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	font-size: 15px;
	overflow: hidden;
	position: relative;
	margin-left: 60px;
}

.rewards th, .rewards td {
	padding: 1px 1px;
	text-align: left;
}
  
 .rewards th:nth-child(even), .rewards td {
	padding: 1px 1px;
	text-align: left;
			padding-left: 10px;
			padding-right: 5px;

}

.rewards thead {
	background-color: #4A90E2;
	color: white;
}

.rewards tbody tr:nth-child(even) {
	background-color: #f4f6f8;
}

.footer {
	position: relative;
	background: url('images/footer.webp') no-repeat center center;
	background-size: cover;
	color: white; /* Ensure text is readable */
	text-align: center;
	padding: 20px;
	width: 100%;
	max-width: 1024px;
	display: flex;
	margin: 0 auto; /* Center the footer */
	font-size: 10px; /* Set font size */
	box-sizing: border-box; /* Ensures padding doesn’t affect width */
}

.footer p { 
	padding: 0;
	margin: 0; 
}
.footer a { 
	color: #F9F7ED;
}
.footer a:hover { 
	text-decoration: underline;
}

@media  (max-width: 768px) {
	/* Allow full width containers */
	.main,
	.bottom-content,
	.header,
	.footer
	{
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	
	.header1 { 
		font-family: 'Inter', sans-serif;
		font-size: 14px;
		font-weight: 700;
		text-align: center;
		color: #440000;
	}	

	.centerh1 {
		text-align: left;
		position: absolute;
		margin-top: -28px;
		margin-left: 37px;
		font-weight: 900;
		font-size: 13px;
		color: #FFFFFF;
		text-shadow: 1px 1px 2px black;
		text-transform: uppercase;
	}

	.centerh2 {
		text-align: left;
		position: absolute;
		margin-top: -39px;
		margin-left: 37px;
		font-weight: 900;
		font-size: 18px;
		color: #FFFFFF;
		text-shadow: 1px 1px 2px black;
		text-transform: uppercase;
	}
	
	.containh5 {
		position: relative;
		width:375px;
	}
	
	.rankbar {
		width: 400px;
	}
	
	.centerh5 {
		text-align: left;
		position: absolute;
		margin-top: -29px;
		margin-left: 40px;
		font-weight: 900;
		font-size: 14px;
		color: #FFFFFF;
		text-shadow: 1px 1px 2px black;
		text-transform: uppercase;
	}
	
	.quotes {
	font-size: 12px;
	font-family: "Trebuchet MS","Georgia", monospace;
	font-style: italic;
	vertical-align: top;
	color: #000000;

}
	
	.content,
	.content-wrap,
	.topcontent {
		width: 100%;
		padding: 10px;
	}

	.contenttable {
		width:100%;
	}

	.zonetable { 
		max-width:375px;
		height: 850px;
		background: url(images/mapbg5.webp) no-repeat;
		padding-top: 22px;
		margin-left: -40px;
	}

	.fancy-table {
		width: 99%;
		max-width: 375px;
		border-collapse: collapse;
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		border-radius: 8px;
		overflow: hidden;
		font-size: 12px;
	  }
	  
	 .fancy-table a {
		 font-size: 12px;
	 }

	.fancy-table th, 
	.fancy-table td { 
		padding: 1px 1px;
		text-align: right;
		        border-bottom: 1px solid #e0e0e0;
	}
	  
	 .fancy-table th:nth-child(even), .fancy-table td {
		padding: 1px 1px;
		text-align: left;
	}

	.fancy-table2 {
		width: 99%;
		max-width: 375px;
		border-collapse: collapse;
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		border-radius: 8px;
		overflow: hidden;
	 }
	 
	.fancy-table2 th {
		padding: 2px 2px;
		text-align: center;
	}
	  
	.fancy-table2 td {
		padding: 2px 2px;
		text-align: left;
		width: 50px;
	}
	
	.fancy-table2 td:nth-child(1) {
		text-align: right;
        border-bottom: 1px solid #e0e0e0;
		font-weight: 600;
		width: 100px;
	}
	
	.fancy-table2 td:nth-child(2) {
		padding-left: 5px;
		text-align: left;
        border-bottom: 1px solid #e0e0e0;
		width: 225px;
	}

	.fancy-table2 thead {
		background-color: #4A90E2;
		color: white;
	}

	.fancy-table2 tbody tr:nth-child(even) {
		background-color: #f4f6f8;
	}

	.fancy-table2 tbody tr:hover {
		
	}	 
	 .rewards { 
		display: none;
	 }
	 
	 .rewardsm {
		display: block;
		width: 370px;
		border-collapse: collapse;
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		font-size: 12px;
		overflow: hidden;
		position: relative;
		margin-left: 40px;
	}

	.rewardsm th, .rewardsm td {
		padding: 2px 10px;
		text-align: left;
	}
	  
	 .rewardsm th:nth-child(even), .rewards td {
		padding: 1px 1px;
		text-align: left;
		padding-left: 1px;
		padding-right: 1px;

	}

	.rewardsm thead {
		background-color: #4A90E2;
		color: white;
	}

	.rewardsm tbody tr:nth-child(even) {
		background-color: #f4f6f8;
	}

	.menu-bar {
		max-height: 30px; /* Set the max-height to 30px for mobile view */
		overflow: hidden; /* Hide any content that exceeds the max height */
		padding: 0 20px; /* Adjust padding to fit the content */
	}

	.contenttitle {
		width: 100%;
	}

	.side-menu {
		display: none;
	}

	.menu-links {
		display: none;
	}

	.hamburger {
		display: block;
		top: 5px; /* Hamburger adjusted position */
	}

	.menu-bar-content.open {
		display: block;
	}
	
	.mobilemaps {
		display: block;
		height: 650px;
	}
	
	.desktopmaps {
		display: none;
	}
	
	h4 {
	font-weight: bold;
	color: #000000;
	font-size: 21px;
	text-align: center;
	}
	
	h5 {
		font-weight: bold;
		color: #000000;
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: -8px;
		text-align: center;
	}
	
	.zonedescript {
		font-weight: 500;
		font-size: 13px;
		min-height: 140px;
		max-height: 230px;
		max-width: 360px;
		margin-top: -10px;
	}

	
	.iframebs {
	width: 375px;
	}
}
