@charset "utf-8";
/* CSS Document */

html
{
	height: 100%;
}

body {	
	background-image: url("../images/Background.png");
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 90%;
	color: rgba(231,231,231,1.00);
	background-color: rgba(0,0,0,1.00);
	z-index: -100;
}

div.Banner {
	background-image: url("../images/WebsiteBanner2.png");
	background-attachment: fixed;
	background-size:contain;
	background-repeat: no-repeat;
	
	height: 446px;
	width: auto;
	outline: 0;
	padding: 0;
	margin: 0;

	-moz-box-shadow:inset 0px -6px 8px 0px rgba(0,0,0,1);
    -webkit-box-shadow:inset 0px -6px 8px 0px rgba(0,0,0,1);
    /*box-shadow:inset 0px -6px 8px 0px rgba(0,0,0,1);*/
  	box-shadow:inset 0px 0px -12px 10px rgba(0,0,0,1);
}

div.VT_Description{   
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 800px;
    height: 160px;
	outline: 0;
	margin: 0;
	/*margin: -10px;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}

h2.Text_Description{
	width: 800px;	
	padding: 0;
	margin: 0;
	text-align: center;
}

ul.ThingsYoullDo
{
	text-align: center;
}


ul.NavLinks{
	list-style-type:none;
	float:left;
	position:relative;
	padding: 0;
	margin: 0;
	top: 456px;
	width: 128px;
}

ul.NavLinks li a{
	height: 48px;
	line-height: 48px;
	padding-left: 128px;
	display: inline-block;
	background: url(../images/SocialMediaIcons.png) no-repeat;
	outline: 0;
}

ul.NavLinks li div{
	height: 48px;
	line-height: 48px;
	padding-left: 128px;
	display: inline-block;
	background: url(../images/SocialMediaIcons.png) no-repeat;
	position: absolute;
	left: 0px;
	outline: 0;
}

ul.NavLinks li.HomePage a{
	background-position: 0px -384px;
}

ul.NavLinks li.HomePage div{
	pointer-events: none;
	background-position: 0px -752px;
}

ul.NavLinks li.HomePage a:hover{
	background-position: 0px -432px;
}


ul.NavLinks li.MediaPage a{
	background-position: 0px -384px;
}

ul.NavLinks li.MediaPage div{
	pointer-events: none;
	background-position: 0px -576px;
}

ul.NavLinks li.MediaPage a:hover{
	background-position: 0px -432px;
}



ul.NavLinks li.ContactUsPage a{
	background-position: 0px -384px;
}

ul.NavLinks li.ContactUsPage div{
	pointer-events: none;
	background-position: 0px -480px;
}

ul.NavLinks li.ContactUsPage a:hover{
	background-position: 0px -432px;
}



ul.NavLinks li.ForumPage a{
	background-position: 0px -384px;
}

ul.NavLinks li.ForumPage div{
	pointer-events: none;
	background-position: 0px -528px;
}

ul.NavLinks li.ForumPage a:hover{
	background-position: 0px -432px;
}


ul.NavLinks li.BlogPage a{
	background-position: 0px -384px;
}

ul.NavLinks li.BlogPage div{
	pointer-events: none;
	background-position: 0px -864px;
}

ul.NavLinks li.BlogPage a:hover{
	background-position: 0px -432px;
}



ul.SocialLinks {
	list-style-type:none;
	float:right;
	position: relative;
	top: 446px;
	padding: 0;
	margin: 0;
}

ul.SocialLinks li a {
	height: 64px;
    line-height: 64px;
	padding-left: 64px;
    display: inline-block;
    background: url(../images/SocialMediaIcons.png) no-repeat;
	opacity: 0.8;
	margin: 0;
}

ul.SocialLinks li.twitter a {
	background-position: 0px 0px;
}

ul.SocialLinks li.youtube a {
	background-position: 0px -640px;
}

ul.SocialLinks li.email a {
	background-position: 0px -64px;
}

ul.SocialLinks li.discord a {
	background-position: 0px -192px;
}

ul.SocialLinks li.razor a {
	background-position: 0px -256px;
}

ul.SocialLinks li.press a {
	background-position: 0px -320px;
}

ul.SocialLinks li.donate a {
	background-position: 0px -800px;
}

ul.SocialLinks li.twitter a:hover {
	background-position: -64px 0px;
	opacity: 1.0;
}

ul.SocialLinks li.youtube a:hover {
	background-position: -64px -640px;
	opacity: 1.0;
}

ul.SocialLinks li.email a:hover {
	background-position: -64px -64px;
	opacity: 1.0;
}

ul.SocialLinks li.discord a:hover {
	background-position: -64px -192px;
	opacity: 1.0;
}

ul.SocialLinks li.razor a:hover {
	background-position: -64px -256px;
	opacity: 1.0;
}

ul.SocialLinks li.press a:hover {
	background-position: -64px -320px;
	opacity: 1.0;
}

ul.SocialLinks li.donate a:hover {
	background-position: -64px -800px;
	opacity: 1.0;
}


/* Responsive code */
/*any lower than 1680, use smaller social icons*/
@media only screen and (max-width: 1680px)
{
	ul.NavLinks
	{
		width: 96px;
	}
	ul.NavLinks li a
	{
		width: 96px;
		height: 36px;
		line-height: 36px;
		padding-left: 96px;
	}

	ul.NavLinks li div{
		height: 36px;
		line-height: 36px;
		padding-left: 96px;
	}

	ul.NavLinks li.HomePage a{
		background-position: -128px -384px;
	}

	ul.NavLinks li.HomePage div{
		pointer-events: none;
		background-position: -128px -672px;
	}

	ul.NavLinks li.HomePage a:hover{
		background-position: -128px -432px;
	}


	ul.NavLinks li.MediaPage a{
		background-position: -128px -384px;
	}

	ul.NavLinks li.MediaPage div{
		pointer-events: none;
		background-position: -128px -576px;
	}

	ul.NavLinks li.MediaPage a:hover{
		background-position: -128px -432px;
	}



	ul.NavLinks li.ContactUsPage a{
		background-position: -128px -384px;
	}

	ul.NavLinks li.ContactUsPage div{
		pointer-events: none;
		background-position: -128px -480px;
	}

	ul.NavLinks li.ContactUsPage a:hover{
		background-position: -128px -432px;
	}



	ul.NavLinks li.ForumPage a{
		background-position: -128px -384px;
	}

	ul.NavLinks li.ForumPage div{
		pointer-events: none;
		background-position: -128px -528px;
	}

	ul.NavLinks li.ForumPage a:hover{
		background-position: -128px -432px;
	}
	
	

	ul.NavLinks li.BlogPage a{
		background-position: -128px -384px;
	}

	ul.NavLinks li.BlogPage div{
		pointer-events: none;
		background-position: -128px -720px;
	}

	ul.NavLinks li.BlogPage a:hover{
		background-position: -128px -432px;
	}	
	
	
	
	ul.SocialLinks li a 
	{
		height: 48px;
		line-height: 48px;
		padding-left: 48px;
		opacity: 0.8;
	}

	ul.SocialLinks li.twitter a {
		background-position: -128px 0px;
	}

	ul.SocialLinks li.youtube a {
		background-position: -128px -288px;
	}

	ul.SocialLinks li.email a {
		background-position: -128px -48px;
	}

	ul.SocialLinks li.discord a {
		background-position: -128px -144px;
	}

	ul.SocialLinks li.razor a {
		background-position: -128px -192px;
	}

	ul.SocialLinks li.press a {
		background-position: -128px -240px;
	}
	
	ul.SocialLinks li.donate a {
		background-position: -128px -336px;
	}

	ul.SocialLinks li.twitter a:hover {
		background-position: -176px 0px;
		opacity: 1.0;
	}

	ul.SocialLinks li.youtube a:hover {
		background-position: -176px -288px;
		opacity: 1.0;
	}

	ul.SocialLinks li.email a:hover {
		background-position: -176px -48px;
		opacity: 1.0;
	}

	ul.SocialLinks li.discord a:hover {
		background-position: -176px -144px;
		opacity: 1.0;
	}

	ul.SocialLinks li.razor a:hover {
		background-position: -176px -192px;
		opacity: 1.0;
	}

	ul.SocialLinks li.press a:hover {
		background-position: -176px -240px;
		opacity: 1.0;
	}
	
	ul.SocialLinks li.donate a:hover {
		background-position: -176px -336px;
		opacity: 1.0;
	}
}

@media only screen and (max-width: 1920px)
{
	@media only screen and (max-height:1200px)
	{
		div.Banner 
		{
			height: 450px;
		}
	}
	
	@media only screen and (max-height:1080px)
	{
	}
}


/* 1680 x 1050 */
@media only screen and (max-width: 1680px)
{
	div.Banner 
	{
		height: 390px;
	}
	ul.NavLinks
	{
		top:390px;	
	}
	ul.SocialLinks
	{
		top:388px;
	}
}

/* 1600 x 900 */
@media only screen and (max-width: 1600px)
{
	div.Banner 
	{
		height: 370px;
	}
	ul.NavLinks
	{
		top:370px;	
	}
	ul.SocialLinks
	{
		top:370px;
	}
}

/* 1440 x 900 */
@media only screen and (max-width: 1440px)
{
	div.Banner 
	{
		height: 340px;
	}
	ul.NavLinks
	{
		top:340px;	
	}
	ul.SocialLinks
	{
		top:340px;
	}
}

/* 1366 x 768 */
@media only screen and (max-width: 1366px)
{
	div.Banner 
	{
		height: 320px;
	}
	ul.NavLinks
	{
		top:320px;	
	}
	ul.SocialLinks
	{
		top:320px;
	}
}

/* 1280 x 800 */
@media only screen and (max-width: 1280px)
{
	div.Banner 
	{
		height: 300px;
	}
	ul.NavLinks
	{
		top:300px;	
	}
	ul.SocialLinks
	{
		top:300px;
	}
}

/* 1024 x 600 tablet*/
@media only screen and (max-width: 1024px)
{
	div.Banner 
	{
		height: 240px;
	}
	ul.NavLinks
	{
		top:240px;	
	}
	ul.SocialLinks
	{
		top:240px;
	}
}

/* 960 x 600 tablet*/
@media only screen and (max-width: 960px)
{
	div.Banner 
	{
		height: 230px;
	}
	ul.NavLinks
	{
		top:230px;	
	}
	ul.SocialLinks
	{
		top:225px;
	}
}

/* 800 x 480 tablet*/
@media only screen and (max-width: 800px)
{
	div.Banner 
	{
		height: 190px;
	}
	ul.NavLinks
	{
		top:190px;	
	}
	ul.SocialLinks
	{
		top:190px;
	}	
	ul.SocialLinks li a 
	{
		margin: 0px;
		margin-top: -3px;
		margin-bottom: -3px;
	}
}

/* 640 x 480*/
@media only screen and (max-width: 640px)
{
	div.Banner 
	{
		height: 150px;
	}
	ul.NavLinks
	{
		top:156px;
	}
	ul.SocialLinks
	{
		top:152px;
	}
	div.VT_Description{
		position: absolute;
		width: 440px;
		height: 420px;
		left: 50px;
		top: 160px;
	}
	
	h2.Text_Description{
		width: 440px;
		height: 60px;
	}
	
	ul.ThingsYoullDo{
		padding-left: 8px;
		width: 430px;
		height:auto;
	}
}

/* 414 x 736 phone*/
@media only screen and (max-width: 414px)
{
	div.Banner 
	{
		height: 95px;
	}
	ul.NavLinks
	{
		top:100px;
	}
	ul.SocialLinks
	{
		top:100px;
		left:0px;
	}
	div.VT_Description{
		position: fixed;
		width: 240px;
		height: 420px;
		left: 50px;
		top: 105px;
	}
	
	h2.Text_Description{
		width: 240px;
		height: 40px;
		font-size: 0.85em;
	}
	
	ul.ThingsYoullDo{
		padding-left: 8px;
		font-size: 0.82em;
		width: 230px;
		height:auto;
	}
}

/* 375 x 667 tablet*/
@media only screen and (max-width: 375px)
{
	div.Banner 
	{
		height: 86px;
	}
	ul.NavLinks
	{
		top:90px;
	}
	ul.SocialLinks
	{
		top:90px;
		left: 0px;
	}
	div.VT_Description{
		position: fixed;
		width: 200px;
		height: 420px;
		left: 50px;
		top: 100px;
	}
	
	h2.Text_Description{
		width: 200px;
		height: 40px;
		font-size: 0.85em;
	}
	
	ul.ThingsYoullDo{
		padding-left: 8px;
		font-size: 0.82em;
		width: 190px;
		height:auto;
	}
}

/* 360 x 640 tablet*/
@media only screen and (max-width: 360px)
{
	div.Banner 
	{
		height: 84px;
	}
	ul.NavLinks
	{
		top: 90px;
		left:0px;
	}
	ul.SocialLinks
	{
		top:90px;
		left: 0px;
	}
	div.VT_Description{
		position: fixed;
		width: 190px;
		height: 420px;
		left: 50px;
		top: 95px;
	}
	
	h2.Text_Description{
		width: 190px;
		height: 40px;
		font-size: 0.85em;
	}
	
	ul.ThingsYoullDo{
		padding-left: 8px;
		font-size: 0.82em;
		width: 180px;
		height:auto;
	}
}

/* 320 x 480 tablet*/
@media only screen and (max-width: 320px)
{
	div.Banner 
	{
		height: 72px;
	}
	ul.NavLinks
	{
		top:75px;
		left: 0px;
	}
	ul.SocialLinks
	{
		top:75px;
		left:0px;
	}
	div.VT_Description{
		position: fixed;
		width: 140px;
		height: 420px;
		left: 50px;
		top: 80px;
	}
	
	h2.Text_Description{
		width: 140px;
		height: 50px;
		font-size: 0.85em;
	}
	
	ul.ThingsYoullDo{
		padding-left: 8px;
		font-size: 0.82em;
		width: 130px;
		height:auto;
	}	
}

/* 240 x 320 tablet*/
@media only screen and (max-width: 240px)
{
	div.Banner 
	{
		height: 52px;
	}
	ul.NavLinks
	{
		top:60px;
		left: 0px;
	}
	ul.SocialLinks
	{
		top:60px;
		left:0px;
	}
	div.VT_Description{
		position: absolute;
		width: 160px;
		height: 420px;
		left: -60px;
		top: 200px;
	}
	
	h2.Text_Description{
		width: 160px;
		height: 50px;
		font-size: 0.85em;
	}
	
	ul.ThingsYoullDo{
		padding-left: 8px;
		font-size: 0.82em;
		width: 150px;
		height:auto;
	}	
}