/* CSS Document */
 @font-face { font-family: Minecraft; src: url('/css/MCtext.otf'); }

/* The Body */
.bodybig {
	background-image: url("/images/Aurora2.png");
	background-repeat: no-repeat;
	background-size:cover;
	margin-top:2%;
	margin-bottom:2%;
}


/* Nav Buttons */
.btns {
	background-color: #018300;
	border-color: #052A00;
	font-family: Minecraft;
}
.btns:hover {
	background-color: #052A00;
}


/* Minecraftify */
.mcText {
	font-family: Minecraft;
}
.cobblestone {
	background-image: url("/images/cobblestone.png");
}
.mcTiles {
	background-image: url("/images/tiles.png");
}



/* Server IP address with copy button */
.copyBtn {
	background-color:rgba(185,185,185,0.35);
	background-image:url("/images/clip.png");
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
	border-radius:5px;
	margin:0px;
	margin-left:10px;
	text-align: center;
	padding:5px;
	width:25px;
	height:25px;
	aspect-ratio:2/1;
	display: inline;
}
#serverid {
	display:inline;
	border-radius:8px;
	border-color:grey;
	border-style:solid;
	border:3px;
	background-color: rgba(155,155,155,0.60);
	padding-left:5px;
	padding-right:5px;
	font-size:18px;
}
#serverContainer {
	margin:0px;
	padding:0px;
	font-size:0;
}
.serverIP {
	font-size:18pt;
	padding:0px;
	margin:0px;
}
.textBordered {
	display: inline;
}
.right-lean {
	text-align:right;
	font-size:16pt;
	color:black;
}
#modpack-link {
	color:#040067;
	
	border-style:solid;
	border:3pt;
	border-color:black;
}
#modpack-link:hover {
	color:#00013D;
	border-style:solid;
	border:3pt;
	border-color:black;
}

/* Server Info Box */
#server-info-container {
	text-align: right;
}

/* Table Styling */
#tableStart {
	background-color:rgba(0,0,0,0.7);
}

.server-table {
}

#table-cont {
	margin:8px;
	padding:0px;
	background-color:rgba(0,0,0,0.7);
	color:antiquewhite;
}
