/* Eric Meyer's CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

body {
	font: 14px/18px "Roboto", sans-serif;
	width: 100%;
	height: 100%;
	background: #110c05 url("/assets/images/bg.jpg") top no-repeat;
	background-size: cover;
}

.wrapper {
	width: 940px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	display: grid;
	place-items: center;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 30px;
	background: rgba(32, 33, 40, 0.9);
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}

.content-group-images {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.content-group {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.title {
	font-weight: 600;
	font-size: 28px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	line-height: normal;
	text-align: center;
	font-family: "Oswald";
}

h3 {
	font-weight: 400;
	font-size: 18px;
	margin: 25px 15px 15px 15px;
	text-align: center;
}

p {
	margin: 0 0 30px 0;
}

.image {
	width: 100%;
	object-fit: cover;
}

.list {
	margin: 0 0 15px 0;
	padding: 0;
}

.list__item {
	position: relative;
	list-style: none;
	padding: 0 0 0 10px;
}

.list__item:before {
	position: absolute;
	content: "Âť";
	top: 0;
	left: 0;
}

hr {
	position: relative;
	width: 100%;
	height: 1px;
	background: rgba(216, 216, 216, 0.067);
	border: none;
	margin: 0 0 15px 0;
}

/* Other --------------------------------- */

.button {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 20px;
	text-align: center;
	box-sizing: border-box;
	font-size: 24px;
	font-weight: 900;
	border: 4px solid rgb(0, 164, 60);
	color: #fff;
	background-color: rgba(8, 204, 99, 0.2);
	transition: ease-in-out 0.7s;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Oswald";
}

.button:hover {
	background: rgb(0, 164, 60);
	transition: ease-in 0.8s;
	color: black;
}

.button img {
	margin-right: 1rem;
	width: 2.5rem;
}

.roulette-entry {
	width: 940px;
	margin: 10px auto;
	display: flex;
	flex-direction: column;
	color: #fff;
	border: 4px solid #202128;
	background-color: #202128;
	display: none;
}

.roulette-entry__header {
	padding: 10px 20px;
	background-color: #2c2d35;
	display: flex;
	align-items: center;
	justify-content: center;
}

.roulette-entry__header h3 {
	margin: 0;
	font-weight: 500;
	font-family: "Oswald";
	margin-left: 15px;
}

.roulette-entry a {
	text-decoration: none;
	color: #004cff !important;
}

.roulette-entry__header-icon {
	width: 35px;
	height: 35px;
	border-radius: 9999px;
	display: grid;
	place-items: center;
	background-color: #0044ff;
}

.roulette-entry__header-icon img {
	height: 70%;
	width: 70%;
	object-fit: cover;
}

.roulette-entry__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 10px 20px;
}

.roulette-entry__content strong {
	font-weight: 700;
	font-family: "Oswald";
}

.roulette-entry__content-server-hostname,
.roulette-entry__content-server-address {
	font-weight: 300;
	font-family: "Roboto";
}

.roulette-entry__content-server-hostname {
	margin-bottom: 10px;
}

.roulette-entry__content-message {
	color: #009a54;
	display: none;
}

.roulette-entry__content button {
	padding: 4px 25px;
	font-family: "Oswald";
	text-transform: uppercase;
	background-color: #009a54;
	color: #fff;
	border: none;
	cursor: pointer;
	width: fit-content;
	display: none;
}

.highlight {
	display: block;
	color: #e7e40e;
	padding: 0.05rem 0.25rem;
	background: rgba(231, 238, 14, 0.2);
	margin: 0.25rem;
	font-weight: bold;
	cursor: pointer;
	transition: ease-in-out 0.7s;
}

.highlight:hover {
	color: black;
	background: #e7e40e;
	transition: ease-in 0.8s;
}

/* Icons ----------------------- */

.icon {
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-block;
	width: 40px;
	height: 40px;
}

@media screen and (max-width: 767px) {
	.wrapper {
		width: 95%;
		min-height: 100vh;
	}
	.content {
		min-height: 100vh;
	}
	.content-group-images {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sb-banner {
		width: 100%;
		max-width: 100%;
		margin: 10px 0;
		padding: 0;
	}

	.sb-banner h1 {
		font-size: 18px;
	}

	.rar {
		font-size: 18px;
	}
}
