body#blockland
{
	background: url("./images/backgrounds/LLBlockland.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

body#minecraft
{
	background: url("./images/backgrounds/LLMinecraft.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

@media screen and (max-device-width: 1080px)
{
	body
	{
		font-size: 14pt;
	}
	
    table.cards h1
	{
		font-size: 16pt !important;
	}
	
	a.button
	{
		font-size: 14pt !important;
	}
	
	a.header
	{
		font-size: 16pt !important;
	}
	
	#menu
	{
		font-size: 16pt !important;
	}
	
	h1
	{
		font-size: 20pt !important;
	}
	
	.mobile_hide
	{
		display: none;
	}
	
	.mobile_show
	{
		display: block !important;
	}
}

img.yellow
{
	display: block;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

table.cards h1
{
	background-color: #FD0;
	color: #000;
	font-size: 16pt;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 1px #FF0;
	margin-top: -5px;
	height:20pt;
}

table.cards a
{
	padding-left: 10px;
	color: #FF0;
	text-overflow: ellipsis;
}

}

table.cards a:hover
{
	color: #DB0;
}

table.cards
{
	border-spacing: 20px;
}

table.cards td
{
	background: url("./images/backgrounds/BGContainer.png");
	background-size: 100% 100%;
	width: 33%;
	padding: 0;
	vertical-align: top;
	border-style: solid;
	border-color: #FD0;
	border-width: 2px;
	padding-bottom: 4px;
}

table.cards img
{
	width: 100%;
}

table.cards p
{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12pt;
	height: 44pt;
	margin-top: 0;
	padding-top: 2px;
	overflow-y: auto;
}

table.cards ::-webkit-scrollbar
{
	display: block;
	width: 4px;
	background-color: #26221A;
}

::-webkit-scrollbar-thumb {
    background: #FD0;
}

.content
{
	padding: 15px 0 0;
}

#archive
{
	padding: 15px;
}

#archiveH
{
	padding: 4px;
}