/* HTML */
body {
	font-family: helvetica,arial,tahoma;
	margin: 0;
	background-color: hsl(240, 5%, 5%);
}

h2 {
	width: 100%;
	color: hsl(0, 0%, 90%);
	font-size: 2rem;
	margin: 0;
}

a {
	text-decoration: none;
}

p {
	width: 100%;
	color: hsl(0, 0%, 90%);
	font-size: 1rem;
	margin: 0;
	line-height: 1.5em;
}

li {
	float: left;
	clear: both;
	line-height: 24px;
	color: hsl(0, 0%, 90%);
}

strong {
	color: hsl(0, 0%, 100%);
}

iframe {
	display: block;
}

svg {
	fill: currentColor;
	vertical-align: text-top;
	height: 1.2em;
	margin-right: 0.25rem;
}
/* HTML */

/* HEADER */
#ArtworkContainer {
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

.Artwork {
	float: left;
	clear: none;
	width: var(--width);
	height: calc(100% + 1.0rem);
	border-right: 0.5vw solid black;
	z-index: var(--index);
	position: relative;
	transform: perspective(10.0vw) rotateX(var(--skew));
	margin-left: -0.5rem;
	margin-top: -0.5rem;
}

.ArtworkCenter {
	background-position-y: center !important;
}

.Artwork span {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--artwork);
	background-size: cover;
}

#HeaderContainer {
	background: #000;
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	border-top: 0.5rem solid #000;
	aspect-ratio: 10;
	max-height: 8rem;
	min-height: 3.5rem;
}

#Header {
	position: relative;
	z-index: 100;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

#Header h1 {
	text-align: center;
	margin: 0;
	height: 100%;
	display: flex;
  align-items: center;
}

#Header h1 a {
	height: calc(100% - 1rem);
	width: 100%;
	display: inline-block;
	padding: 0.5rem 0;
	max-height: 7rem;
}

#Header h1 a span {
	text-align: center;
	display: inline-block;
	background: url(images/fivem_logo.png) center center no-repeat;
	background-size: contain;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
}
/* HEADER */

/* NAV */
#Nav {
	float: left;
	background: #000;
	width: 100%;
	padding: 1rem 0;
}

#NavWrap {
	margin: auto;
	width: 60vw;
	display: flex;
	gap: 1.5rem;
	align-items: center;
}

.NavLink {
	color: hsl(0, 0%, 100%);
	font-size: 1rem;
	font-weight: bold;
}

.NavLink:hover {
	text-decoration: underline;
	color: hsl(0, 0%, 90%);
}
/* NAV */

/* MAIN */
#MainContainer {
	width: 100%;
	float: left;
}

#Main {
	margin: 0 auto;
	width: 60vw;
}

#Content {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin: 1rem 0;
	padding: 1rem;
	background-color: hsl(240, 5%, 10%);
	border-radius: 0.25rem;
}

#Content a {
	color: #ff8000;
}

#Content a:hover {
	text-decoration: underline;
}

.Recommend {
	display: inline-block;
	margin-left: 1rem;
	background: #ff3333;
	color: #fff;
	padding: 0.25rem 0.5rem;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8rem;
	border-radius: 0.25rem;
	display: flex;
	align-items: center;
}
/* MAIN */

/* TABLE */
table {
	background: 0;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid hsl(240, 5%, 15%);
}

tr {
	width: 100%;
	display: flex;
}

td {
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid hsl(240, 5%, 15%);
	padding: 1rem;
	color: hsl(0, 0%, 100%);
	display: flex;
	align-items: center;
}

tr:last-child td {
	border: 0;
}

th {
	background: hsl(240, 5%, 15%);
	color: hsl(0, 0%, 100%);
	font-size: 1rem;
	text-align: left;
	padding: 1rem;
	align-items: center;
}

.Server {
	width: 60%;
}

.Server img {
	margin-right: 1rem;
}

.Players {
	width: 10%;
}

.Address {
	width: 30%;
}
/* TABLE */

/* BUTTON */
.Button svg {
	margin-right: 0.25rem;
}

.Button {
	background: #ff8000;
	color: #fff !important;
	padding: 0.25rem 0.75rem;
	font-size: 1rem;
	font-weight: bold;
	float: left;
	border-radius: 0.25rem;
}

.Button:hover {
	background: #ff9933;
	text-decoration: none !important;
}
/* BUTTON */

/* FOOTER */
#FooterContainer {
	background: hsl(0, 0%, 0%);
	width: 100%;
	float: left;
}

#FooterWrap {
	padding: 2rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

#Footer {
	margin: auto;
	width: 60vw;
}

#Footer p a {
	color: hsl(0, 0%, 100%);
	font-weight: bold;
}

#Footer p a:hover {
	color: hsl(0, 0%, 90%);
	text-decoration: underline;
}

#Footer p {
	color: hsl(0, 0%, 100%);
	line-height: 1.5em;
	width: 100%;
	font-size: 0.9rem;
}

#Footer .NavContainer {
	float: left;
	width: 100%;
	display: flex;
	gap: 1.5rem;
}

#Footer .Nav {
	color: #fff;
	font-weight: normal;
	float: left;
	font-size: 0.9rem;
}

#Footer .Nav: first-child {
	margin-left: 0;
}

#Footer .Nav:hover {
	text-decoration: underline;
}
/* FOOTER */

/* FLAG */
.Flag {
	display: inline;
	height: 32px;
}
/* FLAG */
