/* GENERAL */

@font-face {
	font-family: Maax;
	src: url('./Fonts/Maax.ttf');
}

html, body
{
	height: 100%;
	font-family: Maax, sans-serif;
	font-size: 20px;
}

body
{
	background-color: black !important;
}

#page
{
	background-color: white;
	max-width: 1280px;
	margin: 0 auto;
	
	height:auto !important;
	min-height: 100%;
}

#page>p, #page>h2, #page>h3, #page>div
{
	margin-left: 10px;
	margin-top: 10px;
}

#header
{
	margin: 0 !important;
}

#header img
{
	width: 100%;
	height: auto;
}

hr
{
	border-width: 5px;
	border-style: solid;
	margin-right: 14%;
	margin-bottom: 50px;
}


/* SELECTED AVATAR */

#avatarAndBadges
{
	margin-top: 50px;
}

#selectedAvatarDiv
{
	padding-left: 20%;
	padding-right: 10%;
	margin-bottom: 50px;
}

#selectedAvatarDiv
{
	text-align: center;
}

#selectedAvatarDiv .avatar
{
	display: inline-block;
	width: 32%;
}

#selectedAvatarDiv .avatar p
{
	font-size: 24px;
	position: relative;
	left: -6%;
	margin: 0px;
}

#selectedAvatarDiv .avatar img
{
	width: 100%;
	height: auto;
	background-color: transparent;
	image-rendering: pixelated;
	object-fit: contain;
}

#selectedAvatarDiv .badges
{
	display: inline-block;
	width: 64%;
}

.badges ul
{
	list-style-type: none;
	text-align: left;
}

.badge
{
	display: flex;
	align-items: stretch;
	margin: 10px 0px;
	vertical-align: center;
}

.badge img
{
	display: inline-block;
	width: 15%;
	height: auto;
	align-self: center;
	margin-right: 20px;
}

.badge p
{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#selectedAvatarDiv hr
{
	border-color: #0022bf;
}


/* AVATAR COMMON */
.avatar p
{
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}


/* AVATAR LIST */

#avatarListDiv
{
	margin: 50px 10%;
}

#avatarListDiv .avatar
{
	display: inline-block;
	list-style-type: none;
}

#avatarListDiv .avatar:hover
{
	background-color: #CCC;
	cursor: pointer;
}

#avatarListDiv img
{
	width: 200px;
	height: 200px;
	background-color: transparent;
	image-rendering: pixelated;
	object-fit: contain;
}

#avatarListDiv hr
{
	border-color: #ff2a00;
	margin-left: 12.5%;
	margin-right: 12.5%;
	margin-top: 50px;
}

#avatarList
{
	width: 610px;
	margin: 0 auto;
	padding: 0;
}

#avatarList hr
{
	border-width: 0px;
	margin-bottom: 30px;
}


/* PAGINATION & FILTER */

#pagination
{
	margin: 50px 0px;
	text-align: center;
}

#pagination a
{
	text-decoration: none !important;
}

#coiffesDiv
{
	display: none;
}

#searchArea
{
	text-align: center;
}