﻿body {
	scrollbar-base-color: #242d3d; scrollbar-arrow-color: #eeffdd; scrollbar-shadow-color: #709e9d; scrollbar-darkshadow-color: #709e9d; scrollbar-3dlight-color: #607c86; scrollbar-highlight-color: #668c9d; scrollbar-track-color: #000111;
	min-width: 320px;
	font-size:18px;
	letter-spacing: .01em;
}
@font-face {
	font-family: 'Coda';
	src: url('/fonts/Coda/Coda.eot?') format('eot'), url('/fonts/Coda/Coda.woff') format('woff'), url('/fonts/Coda/Coda.ttf') format('truetype'), url('/fonts/Coda/Coda.svg#Coda') format('svg');
}

.card {
	border-radius: 0;
	background: #002039;
	max-width: 25rem;
	margin: 0 auto;
	margin-top: 16px;
	color: #d5d5c0;
	border: 1px solid #293c64;
	border-radius: 0 0 3px 3px;
}
.card-header {
	background: #001a2f;
}

.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6 {
	margin-bottom: 0;
}

:first-child.card-header {
	border-radius: 0;
}

label {
	margin-bottom: 0.1rem;
	margin-top: 0.1rem;
}

.form-control {
	padding: .2rem .5rem .3rem .5rem;
	font-size: inherit;
	line-height: normal;
	border-radius: 0;
	height: auto;
}

.btn {
	border-radius: 0;
}


.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #005994;
	outline: 0;
	box-shadow: 0 0 0 1px rgba(0,22,38,.25);
}

.PWSB { border: /*1px solid #405c66;*/ 1px groove #293c64; float: right; width: 10rem; height: 1.5rem; position: relative; visibility: hidden; margin-top: .1rem; }
.PWSB > div { width: 100%; height: 100%; }
.PWSB > div > em { position: absolute; top: 0; left: 0; height: 100%; }
.PWSB > div > div { position: relative; padding: .15rem .5rem .15rem 0; text-align: center; font-size: .8rem; }

.card-loggedin > img {
	width: 5rem;
	float: left;
}

.remember {
	margin-top:5rem;
}

.ga {
	display: none;
	width: 0px;
	height: 0px;
	border: 0px none;
}

.valign-top { vertical-align: top; }



/* Overrides*/

h2 > span {
	/* border: 1px solid #090909; */
	border: 1px dotted #030f27;
	background: #050a0a;
	padding: 4px 36px 1px 36px;
	border-radius: 3px;
	opacity: .95; -moz-opacity: .95; -khtml-opacity: .95; filter: alpha(opacity=95);
}

.text-block > div > em:first-child {
	top: 0;
	left: 0;
	position: absolute;
/*	opacity: 0.9;
*/	opacity: 1;
	background: #090909;
	width: 100%;
	height: 100%;
	border: 1px dotted #030f27;
	border-radius: 4px;
}

.video {
	max-width: 960px;
	margin: 0 auto;
	position:relative;
}
.video video {
	width: 100%;
	max-height: 100%;
}

.top-row > div { max-width:1280px; }


.top-row > div {
	max-width: 1280px;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 16px 20px;
	margin: 0 auto;
}

.top-row span > a {
	margin: 0 !important;
}

.top-row span {
	display: block;
	height: 100%;
	position: absolute;
	top: 0px;
	height: 100%;
	left: 0;
	background: transparent;
	background-size: 100% auto;
	text-align: left;
}

hr {
	background-color: #030f27;
}

/********************************************************************/
main {
	max-width: 1280px;
	margin: 10px auto;
	background: #111;
	margin-top: 50px;
	padding-top: 50px;
}
article {
	max-width: 1080px;
	margin: 0 auto;
}
article.content
{
	padding: 20px !important;
}
h1 > span, h2 > span, h3 > span {
	display: block;
}


.text-block .para, .text-block .video {
	margin-bottom: 1.5rem;
}

.text-block > div {
	padding-bottom: 20px;
}

.text-block .para {
	padding: 0 32px;
	text-align: left;
	overflow: hidden;
	position: relative;
	padding-left: 48px;
}
	.text-block .para > span {
		width: 16px;
		display: block;
		height: 200px;
		background: #321008;
		position: absolute;
		left: 24px;
		background: #FFC568;
		background: #2F3C62;
		background: #0D3744;
		border: 1px solid #030f27;
		border-top: 0;
		background: transparent url(/img/Dots.png);
		background-position: 0 0;
		animation: dotsMove 10000ms linear infinite;
		background-repeat: repeat;
	}
	.text-block .para > p {
		margin-left: 16px;
	}
p {
	margin: .25rem 0;
}

.neon, h1, h2 {
	color: #ace;
	text-shadow: 0 0 5px #abe, 0 0 10px #abe, 0 0 20px #abe, 0 0 40px #0be, 0 0 80px #0be, 0 0 90px #0be, 0 0 100px #0be, 0 0 150px #0be;
}

main {
	background: #111;
	background: linear-gradient( to bottom, #111, #111 50%, #17152f 50%, #12102a);
	background-size: 100% 4px;
	animation: gradientMove 300000ms linear infinite;
}
.text-block .para > div {
	padding: 0 32px;
	text-align: left;
}

.SteamEmbed > iframe {
	float: right;
	margin: 20px 40px;
}
.SteamEmbed > div {
	clear: both;
	overflow: hidden;
}

@media(max-width: 719px) {
	.SteamEmbed > iframe {
		width: 100%;
		margin: 20px 0;
	}
}

@keyframes dotsMove {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 50% 0;
	}
	100% {
		background-position: 100% 0;
	}
}

@keyframes gradientMove {
	0% {
		background-position: 0px 0px
	}
	15% {
		background-position: 50% 15%
	}
	30% {
		background-position: 0px 30%
	}
	50% {
		background-position: 0px 50%
	}
	65% {
		background-position: 50% 65%
	}
	80% {
		background-position: 0px 80%
	}
	100% {
		background-position: 0px 100%
	}
}

@keyframes chromaticMove {
	0% {
		text-shadow: 2px 1px 1px rgba(151, 12, 12,1), 0px -1px 2px rgba(12, 151, 79, .5),0px 0px -1px rgba(52, 12, 251, 1);
	}
	50% {
		text-shadow: 2px 1px 1px rgba(151, 12, 12,1), 0px -1px 2px rgba(12, 151, 79, .5),-2px 1px 2px rgba(52, 12, 251, 1);
	}
	100% {
		text-shadow: 2px 1px 1px rgba(151, 12, 12,1), 0px -1px 2px rgba(12, 151, 79, .5),1px -0px 1px rgba(52, 12, 251, 1);
	}
}

