@font-face {
	font-family: "Minecraft";
	src: url("../fonts/Minecraft.eot");
	src: url("../fonts/Minecraft.woff") format("woff"),
	url("../fonts/Minecraft.ttf") format("truetype"),
	url("../fonts/Minecraft.svg") format("svg"),
	url("../fonts/Minecraft-1.eot") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

a:focus {
	color: inherit;
	text-decoration: none;
}

a:link {
	color: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
	text-decoration: none;
}

body {
	background: url("../img/background.webp") no-repeat center bottom fixed;
	background-size: cover;
	color: rgb(44,44,44);
}

.container {
	padding-top: 4%;
}

.container a:hover {
	color: inherit;
	text-decoration: none;
}

.clearfi{
	padding: 4px;
}

.logo img{
	max-width: 100%;
	display: block;
	margin: auto !important;
	cursor: pointer;
	animation: main 3s;
}

@keyframes main {
	0%   { transform: scale(1,1) translateY(-90vh); }
        40%  { transform: scale(1.05,.95) translateY(0); }
        67%  { transform: scale(1,1)      translateY(0); }
        94%  { transform: scale(1,1)      translateY(0); }
        100% { transform: scale(1,1)      translateY(0); }
}

.btnbox{
	border: 2px solid #000;
	max-width: 92%;
	font-family: "Minecraft";
	text-decoration: none;
	margin: auto;
}

.btncont{
	max-width: 92%;
	padding-top: 30px;
	margin: auto;
}

.mcbtnbox{
	border: 2px solid #000;
	min-width: 25%;
	font-family: 'Minecraft';
	text-decoration: none;
	margin: auto;
	float: right;
	margin-top: 10px;
	position: absolute;
}

.mfbtnbox{
	border: 2px solid #000;
	min-width: 10%;
	float: left;
	margin-top: 177px;
	margin-left: -72px;
}

.mlbtnbox{
	border: 2px solid #000;
	min-width: 49%;
	font-family: 'Minecraft';
	text-decoration: none;
	margin: auto;
	float: left;
}

.mrbtnbox{
	border: 2px solid #000;
	min-width: 49%;
	font-family: 'Minecraft';
	text-decoration: none;
	margin: auto;
	float: right;
}

.mainbtn {
	color: #dcdcdc;
	text-shadow: 2px 2px #353535;
	background-image: url("../img/btn.webp");
	border-top: 4px solid #a5a5a5;
	border-left: 3px solid #a5a5a5;
	border-bottom: 7px solid #515151;
	border-right: 4px solid #515151;
	min-height: 36px;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
}

.mainbtn img{
	height: 20px;
	margin: auto;
	display:block;
}

.mainbtn:hover > a{
	color: #fcff9b;
	text-shadow: 2px 2px #40411d;
	text-decoration: none;
}

.mainbtn:hover > a:link{
	color: #fcff9b;
	text-shadow: 2px 2px #40411d;
	text-decoration: none;
}

.mainbtn > a {
	color: #dcdcdc;
	text-shadow: 2px 2px #353535;
	text-decoration: none;
	vertical-align: top;
	text-align: center;
	font-size: 1em;
}

.mainbtn:hover {
	color: #fcff9b;
	text-shadow: 2px 2px #40411d;
	text-decoration: none;
	background-image: url("../img/abtn.webp");
	border-top: 4px solid #bfc3ff;
	border-left: 3px solid #bfc3ff;
	border-bottom: 7px solid #5a5f99;
	border-right: 4px solid #5a5f99;
	min-height: 36px;
	text-align: center;
	padding-top: 2px;
}

p {
	text-align: center;
	color: #ffff00;
	text-shadow: 1px 1px 0px #333300;
	position: relative;
	left: 120px;
	margin-top: -40px;
	bottom: 50px;
	animation: subtitle .35s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	font-family: "Minecraft";
	font-size: 1.35em;
}

@-webkit-keyframes subtitle {
	0% {
		transform: scale(0.875) rotate(-20deg);
	}
	100% {
		transform: scale(1) rotate(-20deg);
	}
}

.cont {
    display: flex;
    padding: 5em 0;
    justify-content: center;
    align-items: flex-end;
    #height: 50%;
}

.discord, .server {
    display: inline-flex;
    flex: 1 1 300px;
    align-content: center;
    justify-content: center;
    justify-items: center;
    gap: 1em;
    cursor: pointer;
    color: rgba(255,255,255);
}

.discord {
	float: right;
}

.discord {
	float: left;
}

.discordIcon, .serverIcon {
    padding: 1em;
    background-color: rgba(255, 255, 255);
    border-radius: 1rem;
}

.discordIcon > i, .serverIcon > i {
        font-size: clamp(25px, 2vw, 50px);
        color: rgba(20, 21, 25);
}

.discordText, .serverText {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.membersCounter {
	font-size: clamp(12px, .8vw, 18px);
}

.serverText {
	align-items: flex-end;
}

.serverName {
	font-size: clamp(13px, .85vw, 20px);
	font-weight: 600!important;
}

span {
	font-weight: bold;
}

.main-menu {
	margin-top:-215px;
}