@charset "UTF-8";

@font-face {
	font-family: 'sansation_light';
	src:url('../fonts/sansation/light/sansation_light.eot');
	src:url('../fonts/sansation/light/sansation_light.eot#iefix') format('embedded-opentype'),
		url('../fonts/sansation/light/sansation_light.woff') format('woff'),
		url('../fonts/sansation/light/sansation_light.ttf') format('truetype'),
		url('../fonts/sansation/light/sansation_light.svg') format('svg');
}

body{
	margin: 0px; padding: 0px;
	font-family: sansation_light;
	color: #FAFAFA;
}

#bkGnd{
	z-index: 1;
	position: fixed;
	width: 100%; height: 100%;
	padding: 0px; margin: 0px;
	background: url(../images/linked_bg_1024.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#contFill{
	z-index: 2;
	position: fixed;
	width: 70%; height: 100%;
	top:0px; right:0px; bottom: 0px;
	border-left: 4px solid #000000;
	background-color: rgba(0,0,0,0.75);
}

#contCont{
	z-index: 3;
	position: absolute;
	width: 70%;
	top:0px; right:0px; bottom: 0px;
}

#cont{
	z-index: 4;
	padding: 50px;
	padding-top: 90px;
}

#navBarFill{
	z-index: 100;
	background-color: rgba(63,70,70,0.85);
	width: 150px; height: 100%;
	top: 0px; left: 50px;
	margin: 0; padding: 0;
	position: fixed;
	border-right: 4px solid #535353;
	border-left: 4px solid #535353;
}

#navBarCont{
	z-index: 101;
	color: #F5F5F5;
	width: 158px; height: 100%;
	top: 0px; left: 54px;
	margin: 0; padding: 0;
	position: absolute;
}

#headBanner{
	z-index: 10;
	position: absolute;
	background-color: rgba(27, 33, 40, 0.8);
	width: 100%; height: auto;
	top: 20px; left: 0px;
	margin: 0; padding: 0;
	border-top: 4px solid #000000;
	border-bottom: 4px solid #000000;
}

#HBCont{
	width: 70%;
	margin-left: 30%;
	text-align: center;
}

img.logo{
	display: inline-block;
	padding-top: 25px; padding-bottom: 25px;
	padding-left: 25px;
	width: 100px;
}

img.logoMobile{
	display: none;
}

ul.nav{
	list-style-type: none;
	margin: 0px; padding: 0px;
}

li.nav{
	display: block;
	padding: 0px; margin: 0px;
	width: 150px;
	text-align: center;
}

li.nav:hover{
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
}

div.navCont{
	margin: 0px;
	padding-top: 15px; padding-bottom: 15px;
	width: 100%; height: 100%;
}

span.navIco{
	display: inline-block;
	width: 32px; height: 32px;
	margin-bottom: 10px;
	background:url("../images/de_nav_ico.png");
}

h1{
	font-size: large;
	line-height: 0.6;
}

h2{
	font-size: small;
	line-height: 0.5;
}

a{
	color: rgba(59,161,239,1);
	font-style: normal;
}

.navIco.shs{ background-position:  0px   0px; }
.navIco.ang{ background-position:-32px   0px; }
.navIco.tub{ background-position:  0px -32px; }
.navIco.ibm{ background-position:-32px -32px; }

li.entee:hover{
	color: #FC0;
	cursor: pointer;
}

@media screen and (min-width: 2048px), screen and (min-height: 1365px){
	#bkGnd{
		background: url(../images/linked_bg_2048.jpg) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}