html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: sans-serif;
	font-weight: 500;
	color:white;
}

img {
	max-width:100%;
}

.home {
	min-width:100%;
	min-height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	align-content:center;
	flex-direction:column;
}

.home .intro {
	text-shadow: 0px 0px 4px #000000, 0px 0px 20px rgba(0,0,0,0.54);
	text-align:center;
	max-width:1100px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
}

.home .intro h1 {
	font-family: 'Rubik Distressed';
	text-transform: uppercase;
	padding-bottom:30px;
	font-size:50px;
}

.home .intro h3 {
	padding-bottom:30px;
}

.home .listbig {
	width:1200px;
	max-width:90%;
}

.home .server {
	background-color:black;
	border-radius:16px;
	overflow:hidden;
	text-align:center;
	margin:15px;
}

.home .server .headerimage {
	position:relative;
}

.home .server .showservers {
	position:absolute;
	top:15px;
	right:15px;
	border-radius:256px;
	color:black;
	background-color:white;
	display:flex;
	justify-content:center;
	align-items:center;
	align-content:center;
	flex-direction:row;
	cursor:pointer;
	padding:5px 10px;
}


.home .server .name {
	padding:20px;
	
}

.home .server .desc {
	padding:0px 20px;
	padding-bottom:15px;
	font-size:16px;
}

.home .server .web {
	font-size:16px;
}

.home .server .web, .home .server .discord {
	padding:15px;
}


.home .server .links {
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;

}

.home .server .web a {
	border-radius:16px;
	background-color:white;
	color:black;
	padding:10px 20px;
	display:inline-block;
	text-decoration:none;
}

.home .server .discord  {
	
}

.home .server .discord a {
	border-radius:16px;
	background-color:#5865f2;
	color:white;
	padding:10px 20px;
	display:inline-block;
	text-decoration:none;
}

.home .servers {
	text-align:left;
	display:none;
}

.home .servers div {
	padding: 0px 15px;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid white;
}

.home .servers div:first-child {
	margin-top:5px;
	padding-top:5px;
	border-top:1px solid white;
}

.home .disclaimer {
	padding-top:80px;
	padding-bottom:30px;
	color:rgba(255,255,255,0.5);
	text-align:center;
	padding-left:20px;
	padding-right:20px;
}

h1, h2, h3 {
	padding:0px;
	margin:0px;
}

@media (max-width: 767.98px) {
	 	
	.server .name h2 {
		font-size:20px;
	}
	
	.home .listbig {
		width:1200px;
		max-width:80%;
	}
    
 
}
