body
{
	font-family: Calibri, Arial;
	font-size: 14pt;
	margin: 0;
	margin-bottom: 75px;
	background-image: url("./images/backgrounds/LLGrain.jpg");
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat; 
	background-attachment: fixed;
	background-position: center;
}

::-webkit-scrollbar{ 
    display: none; 
}

body#homepage
{
	background-image: url("./images/backgrounds/LLBlack.jpg");
}

@media screen and (max-device-width: 1080px)
{
    body
	{
		min-height: 100vh;
		font-size: 24pt;
    }
	
	a.button
	{
		font-size: 22pt !important;
	}
	
	a.header
	{
		font-size: 20pt !important;
	}
	
	#menu
	{
		font-size: 22pt !important;
	}
	
	h1
	{
		font-size: 35pt !important;
	}
	
	.mobile_hide
	{
		display: none !important;
	}
	
	.mobile_show
	{
		display: block !important;
	}
}

h1
{
	margin-bottom: 0;
	margin-top: 6px;
	font-size: 20pt;
	font-weight: 100;
	color: #FD0;
}

p
{
	margin-top: 2px;
	margin-bottom: 6px;
	text-align: justify;
}

a
{
	text-decoration: none;
	color: #FD0;
}

a:hover
{
	text-decoration: none;
	color: #DB0;
}

hr
{
	border: 0;
	height: 1px;
	background: #FD0	;
	margin: 0 10px 2px 10px
}

a.button
{
	background: url("./images/backgrounds/BGContainer.png");
	background-size: 100% 100%;
	font-size: 14pt;
	text-transform: uppercase;
	display: block;
	width: calc(100%-16px);
	text-align: center;
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
	-moz-box-shadow: 0px 5px 25px #000;
	-webkit-box-shadow: 0px 5px 25px #000;
	box-shadow: 0px 5px 25px #000;
	font-weight: 100;
	border: 1px solid #222;
}

a.header
{
	font-size: 16pt;
	text-transform: uppercase;
	padding-left: 20px;
}	


#menu
{
	background-image: url("./images/backgrounds/BGContainer.png");
	background-size: cover;
	font-size: 16pt;
	text-transform: uppercase;
	padding: 4px 15% 4px 15%;
	-moz-box-shadow: 0px 0px 25px #000;
	-webkit-box-shadow: 0px 0px 25px #000;
	box-shadow: 0px 0px 25px #000;
	font-weight: 100;
	color: #FD0;
}	

#menu a
{
	padding-left: 10px;
}

#menu a:hover
{
	text-decoration: none;
	color: #FF0;
}

#menu a#current
{
	color: #FF0;
}

#container
{
	color: #DDD;
	margin-left: auto; /* 15% */
	margin-right: auto;
	margin-top: 38px;
	margin-bottom: 38px;
	max-width: 1344px;
}

.content
{
	background: url("./images/backgrounds/BGContainer.png");
	background-size: 100% 100%;
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #222; /* 430? */
}

table
{
	width: 100%;
}

td.right
{
	text-align: right;
}

td.yellow
{
	color: #FD0;
	padding-right: 8px;
	vertical-align: top;
}

img.yellow
{
	border: 2px solid #FD0;
	width: 100%;
}

.mobile_show 
{
	display: none;
}