@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.Media_Videos{  
	width: 800px;
	height: 1100px; /* 450 * 4 videos = 1800 + 200 additional space for text*/
	
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	outline: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}

video{
	width: 800px;
	height: 450px;
}

h2.VideoTitle{
	text-align: center;
	margin-bottom: 0px;
}

div.Media_Images{
	width: 800px;
	height: 1000px;	
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	outline: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}

img.Screenshot{
	width: 400px;
	height: 225px;
	margin: 0;
	padding: 0;
	position:relative;
	float:left;
}


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.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.AboutPage a{
	background-position: 0px -384px;
}

ul.NavLinks li.AboutPage div{
	pointer-events: none;
	background-position: 0px -704px;
}

ul.NavLinks li.AboutPage 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 li a
	{
		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.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.AboutPage a{
		background-position: -128px -384px;
	}

	ul.NavLinks li.AboutPage div{
		pointer-events: none;
		background-position: -128px -624px;
	}

	ul.NavLinks li.AboutPage 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;
		display: inline-block;
		background: url(../images/SocialMediaIcons.png) no-repeat;
		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;
	}	
}



.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
	float: left;
	width: 50%;
}

img.demo{
	padding-left: 64px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: black;
  margin: auto;
  padding: 0;
  width: 92%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.Screenshot {
  transition: 0.3s
}

.Screenshot:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}




@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;
	}	
	div.Media_Videos
	{  
		width: 600px;
		height: 2000px; /* 450 * 4 videos = 1800 + 200 additional space for text*/	
	}
	video
	{
		width: 600px;
		height: 450px;
	}
	
	div.Media_Images
	{
		width: 600px;
		height: 1000px;	
	}

	img.Screenshot
	{
		width: 300px;
		height: 169px;
	}
	
	img.demo
	{
		visibility: hidden;
	}
}

/* 640 x 480*/
@media only screen and (max-width: 640px)
{
	div.Banner 
	{
		height: 150px;
	}
	ul.NavLinks
	{
		top:156px;
	}
	ul.SocialLinks
	{
		top:152px;
	}
}

/* 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;
	}
}

/* 375 x 667 tablet*/
@media only screen and (max-width: 375px)
{
	div.Banner 
	{
		height: 86px;
	}
	ul.NavLinks
	{
		top:95px;
		left:0px;
	}
	ul.SocialLinks
	{
		top:95px;
		left:0px;
	}
}

/* 360 x 640 tablet*/
@media only screen and (max-width: 360px)
{
	div.Banner 
	{
		height: 84px;
	}
	ul.NavLinks
	{
		top: 90px;
		left:0px;
	}
	ul.SocialLinks
	{
		top: 85px;
		left:0px;
	}
}

/* 320 x 480 tablet*/
@media only screen and (max-width: 320px)
{
	div.Banner 
	{
		height: 72px;
	}
	ul.NavLinks
	{
		top:80px;
		left: 0px;
	}
	ul.SocialLinks
	{
		top:75px;
		left:0px;
	}	
}

/* 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;
	}
}