@charset "UTF-8";
/* --- CSS Document by DianaKDesign - DianaKDesign.com --- */

body {
	font-family: helvetica, Verdana, Geneva, sans-serif;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
	color: #505050;
	background-color: #000000;
	font-size: 100%;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
	text-decoration: none;
}

h1 {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
h2 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	color: #000000;
}
.hr {
	color: #AF9F8F;
	height: 1px;
}
p {
	
}
a          {
}

.page {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
.header
 {
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;	
}

.brand_name
 {
	color: #CCC;
	height: 40px;
	width: 360px;
	font-size: 160%;
   text-align: left;
	margin-left: 20px;
	margin-right: auto;
	margin-bottom: -5px;
	margin-top: -16px;	
   letter-spacing: 2px;
   max-width: 90%;
}
.brand_logo
 {
	height: 70px;
	margin-left: auto;
	margin-right: 20px;
	margin-top: -50px;
	margin-bottom: -15px;	
   text-align: right;
   max-width: 10%
}

.logo_image
{
	height: 40px;
   text-align: left;
   border: 2px;
   border-color: #000066;
   border-radius: 2px;
}

.navigation
{
	width: 700px;
	max-width: 100%;
	margin-left: auto;
	margin-right: 60px;
	margin-top: -15px;
	padding-right: 20px;
   text-align: right;
	font-size: 14px;
}

.light_rollover{
   width: 50%;
	height: 1100px;
  margin-left: auto;
  margin-right: auto;
   background: url("images/home/light-rollover01.jpg") no-repeat;
  background-size: contain;
  background-position: center top; 
   display: inline;
	float: left;
}
    
.light_rollover:hover {
	background: url("images/home/light-rollover02.jpg") no-repeat;
  background-size: contain;
}

.technical_rollover{
   width: 50%;
	height: 1100px;
  margin-left: auto;
  margin-right: auto;
   background: url("images/home/technical-rollover01.jpg") no-repeat;
  background-size: contain;
  background-position: center top; 
   display: inline;
   float: right;
}
    
.technical_rollover:hover {
   background: url("images/home/technical-rollover02.jpg") no-repeat;
  background-size: contain;
}

.lg_overlay_l {
   width: 50%;
	float: left;
	color: #FFF;
	font-size: 300%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -0%);
  text-shadow: -2px 1px 8px #000;
}

.lg_overlay_r {
   width: 50%;
	float: right;
	color: #FFF;
	font-size: 300%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -0%);
  text-shadow: -2px 1px 8px #000;
}

.content {
	width: 100%;
	text-align: center;
	margin-left: -9px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px;
	line-height: 300%;
	background-color: #000;
}

.wording {
line-height: 26px;
width: 750px;
color: #bbb;
	margin-left: auto;
	margin-right: auto;
	overflow-y: scroll; 
	font-size: 15px;
}

.column {
  float: left;
  width: 50%;
}

.home_bug {
  color: #FFF; 
  line-height: 100%; 
  width: 50%;
  font-size: 140%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Container holding the image and the text */
.Underlay {
  position: relative;
  text-align: center;
  color: #000;
}

/* Container holding the image and the text */
.wideimage {
	width: 100%;
}

/* Centered text Overlaying Image*/
.overlay {
  width: 80%;
  position: fixed;
  top: 430px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: -2px 1px 5px #000000;
}

/* Centered text Overlaying Image*/
.arrow_down {
  width: 80%;
  position: fixed;
  bottom: 250px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: -2px 1px 3px #000000;
}

/* Centered text Overlaying Image*/
.arrow_down2 {
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: -2px 1px 3px #000000;
}

.imgcaptions
{
color: #FFF;
text-shadow: -2px -1px 2px #000000;
}
.footer {
 {
	text-align: center;
	color: #666;
	height: 70px;
	font-size: 10px;
   text-align: center;
	margin: 10px auto;
}