html {
	scroll-behavior: smooth;
}

body {
	background-image: url("../img/background.jpg");
	background-size: cover;
	margin: 0;
    padding: 0;
	font-family: monospace;
}

a {
	text-decoration: none;
}

.title, .heading, h1 {
	font-family: 'VT323', monospace;
}

.banner {
	width: 100%;
	height: 1000px;
	position: relative;
}

.banner img {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	border: 5px solid;
	border-top-color: #ffffff;
	border-right-color: #373737;
	border-bottom-color: #373737;
	border-left-color: #ffffff;
	width: 50%;
	min-width: 400px;
	max-width: 600px;
	margin-bottom: 50em;
}

.banner h1 {
	position: absolute;
	top: 20%;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	color: #FFFFFF;
}

.playercount {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	border: 5px solid;
	display: inline-block;
	background-color: #58864c;
	font-size: 1em;
	color: #373737;
	text-align: center;
	line-height: 16px;
	padding: 32px;
	width: 30%;
	min-width: 500px;
	background-color: #c6c6c6;
	border: 5px solid;
	border-top-color: #ffffff;
	border-right-color: #373737;
	border-bottom-color: #373737;
	border-left-color: #ffffff;
}

.playercount > p > span {
	font-weight: bold;
	border-radius: 3px;
	background: #395731;
	padding: 16px;
	background-color: #8b8b8b;
	border: 2px solid;
	border-top-color: #373737;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #373737;
}

.ip {
	cursor: pointer;
}

.heading {
	margin: 0 20% 0 20%;
	background-color: #c6c6c6;
	border: 5px solid;
	border-top-color: #ffffff;
	border-right-color: #373737;
	border-bottom-color: #373737;
	border-left-color: #ffffff;
}
.content {
	margin: 1% 20% 5% 20%;
	background-color: #c6c6c6;
	border: 5px solid;
	border-top-color: #ffffff;
	border-right-color: #373737;
	border-bottom-color: #373737;
	border-left-color: #ffffff;
	padding: 32px;
	padding-top: 8px;
	font-size: 1.2em;
}

table, td{
	border: 1px solid black;
	border-collapse: collapse;
	color: #ffffff;
	background-color: #8b8b8b;
}

.table-wrapper {
	text-align: center;
	margin: 16px auto 16px auto;
	width: 90%;
	overflow-x: auto;
}

#aboutus {
	text-align: center;
	color: #373737;
}

.progress-bar {
	width: 90%;
	height: 20px;
	border-radius: 10px;
	background-color: #f2f2f2;
	margin: 2% 5%;
	position: relative;
}

.progress {
	height: 100%;
	background-color: #4caf50;
	border-radius: 10px;
	transition: width 0.5s ease-in-out;
	position: relative;
}

.progress-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

.donate-btn {
	background-color: #4caf50;
	border: none;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
	margin-bottom: 16px;
}

.donate-btn:hover {
	background-color: #228B22;
}

.discord-btn {
	background-color: #7289DA;
	border: none;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
	margin-bottom: 16px;
}

.discord-btn:hover {
	background-color: #677BC4;
}

.mods-btn {
	background-color: #FF9900;
	border: none;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
	margin-bottom: -8px;
}

.mods-btn:hover {
	background-color: #bf7200;
}

.inventory {
	text-align: center;
	position: fixed;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #c6c6c6;
	border: 5px solid;
	border-top-color: #ffffff;
	border-right-color: #373737;
	border-bottom-color: #373737;
	border-left-color: #ffffff;
	z-index: 1;
}

.items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-ms-flex-preferred-size: 100px;
	    flex-basis: 100px;
	padding: 16px 32px 0px 32px;
}

.item img {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	max-width: 50px;
}

.itemimage {
	padding: 10px;
	border: 5px solid;
	border-top-color: #373737;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #373737;
	background-color: #8b8b8b;
}

.logo img {
	max-width: 64px;
}

.logo .itemimage {
	padding: 3px;
}

.item img:hover {
	-webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	        transform:scale(1.1);
}

.title {
	font-weight: bold;
	font-size: 17px;
	color: #373737;
}

footer {
	position: relative;
	text-align: center;
	color: #373737;
	background-color: #c6c6c6;
	border: 5px solid;
	border-top-color: #ffffff;
	border-right-color: #373737;
	border-bottom-color: #373737;
	border-left-color: #ffffff;
	margin-top: 250px;
}
/* Code for Different Screen Sizes */

/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
	.playercount {
		min-width: 400px;
		padding: 10px;
	}
	.playercount > p > span {
		padding: 5px;
	}
	.inventory {
		width: 90%;
		max-width: 464px;
	}
	.heading {
		margin: 1% 5% 0% 5%;
	}
	.content {
		margin: 1% 5% 20% 5%;
	}
}