@font-face {
	font-family: Abel;
	src: url("assets/Abel-Regular.ttf");
}

@font-face {
	font-family: Jetbrains Mono;
	src: url("assets/JetBrainsMono-Regular.ttf");
}

body {
	background: url("/assets/images/bg.png")
}

p {
	font-family: 'Abel';
	color: white;
}

a {
	color: white;
}
a:hover {
	color: lime;
}

h1,h2,h3 {
	font-family: 'Abel';
	color: white;
}

h4 {
	font-family: 'JetBrains Mono';
	color: white;
}

#BodyContainer {
	width: 850px;
	margin: 0 auto;
	margin-top: 30px;
}

#Topbar {
	width: 850px;
}

#Body {
	width: 830px;
	background-color: #1D2428;
	color: white;
	margin: 0 auto;
	padding-bottom: 15px;
}

#Footer {
	width: 650px;
	margin: 0 auto;
	font-family: 'Abel';
	color: white
}
#Footer a {
	color: white
}
#Footer p {
	font-family: 'Abel';
}

#Thumbnail {
	width: 185px;
	height: 104px;
}

.NewUser #PlayerThumb,
.NewUser #PlayerName {
	width: 75%;
	margin-left: 10px;
	color:white;
	font-weight: bold;
}

.NewUser #PlayerName {
	text-align: center;
	display: inline-block;
}

#ItemBox {
	display: flex;
	width: auto;
}
.Item p {
	text-align: center;
	margin-top: -1px;
}
.ItemThumb, .item-thumb {
	width: 95%;
	background-color: #38444b;
}

.titlebox {
	color: black;
	font-family: 'Abel';
	position:relative;
	z-index: 10;
}

.titlebox button {
	background-color: #1D2428;
	border: 2px solid #5B7553;
	color: white;
	font-size: 16px;
	font-family: 'Abel';
	margin-bottom: 1px;
	position:absolute;
	bottom: 0;
	right: 0px;
}

.infobox {
	position:absolute;
	bottom: 0;
	right: 0px;
}

.titlebox #CurrencyBox,
.titlebox #MailBox,
.titlebox #NameBox,
.titlebox #SignOutBox  {
	background-color: #1D2428;
	border: 2px solid #5B7553;
	color: white;
	font-size: 19px;
	font-family: 'Abel';
	text-align: end;
	width: 100px;
	height: 25px;
	display:inline-block;
	padding-right:10px;
}

.titlebox #NameBox,
.titlebox #SignOutBox {
	float: right;
}

.titlebox #SignOutBox {
	width: 70px;
	text-align: center;
	padding-right:8px;
	padding-left:10px;
}

.titlebox a {
	color: white
}

#title {
	margin-left: -13px;
	margin-bottom: -16px;
	position: relative;
	z-index: 11;
}

#title-loggedin {
	margin-left: -13px;
	margin-bottom: -16px;
	position: relative;
	z-index: 11;
}

.header {
	background-color: #9DDBAD;
	font-size: 18px;
	font-family: 'Jetbrains Mono';
	color: black;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 10px;
	min-height: 30px;
	gap: 10px;
	box-sizing: border-box;
}

#dropheader {
	background-color: #181e20;
	font-size: 13px;
	font-family: 'Jetbrains Mono';
	color: white;
	z-index: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0px 15px;
	min-height: 25px;
	gap: 10px;
	box-sizing: border-box;
}

.header #left-box,
.header #right-box {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	min-width: 0;
}
.header #right-box {
	justify-content: flex-end;
}
.header a {
	white-space: nowrap;
	padding: 0 8px 0 0;
	border-right: 2px solid rgba(0,0,0,0.35);
	text-decoration: none;
	color: black;
}
.header a:last-child {
	border-right: none;
	padding-right: 0;
}
.header a:hover {
	text-decoration: underline;
}

.bodybox {
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font-family: 'Abel';
}
.bodybox h2, h1, h3 {
	font-family: 'Abel';
	margin-bottom: -2px;
	margin-top: -3px
}

#left-box {
	margin-left: 5px;
	width: 49%;
	display: inline-block;
}
#right-box {
	width: 48%;
	text-align: right;
	display: inline-block;
}

    .button,
    .green-button,
    .gray-button,
    .info-button,
    .red-button {
        border: none;
        padding: 5px;
        color: white;
        cursor: pointer;
        display: inline-block;
        font-family: "Abel";
		font-size: 18px;
        text-align: center;
		cursor: pointer;
        margin-left: 5px
    }

    .green-button {
        background-color: #5B7553;
    }

    .gray-button {
        background-color: #979797;
    }

    .info-button {
        background-color: #564992;
    }

    .red-button  {
	background-color: #755353;
    }