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

body {
	background: #222222;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
	color:#FFF;
}

.WhiteBolder {
	color:#FFFFFF;
	font-weight: bolder;		
}

.BodyHomeBG {
background: url(images/bg_home.jpg) no-repeat top center; 
-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
}

/*.BodyHomeBG {
background: url(images/bg_home.jpg) top center; 
width: 100%;
height: 634px;
background-repeat: no-repeat;
background-size: contain;
}*/
.BodyAboutusBG {
background: url(images/bg_aboutus.jpg) no-repeat top center; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;	
}

.BodyPricingBG {
background: url(images/bg_pricing.jpg) no-repeat top center; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;	
}

.BodyUsedItForBG {
background: url(images/bg_useitfor.jpg) no-repeat top center; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size:100% 768;	
}

.BodyContactusBG {
background: url(images/bg_Contactus1.jpg) no-repeat top center; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;	
}

.BodyContactus2BG {
background: url(images/bg_contactus2.jpg) no-repeat top center; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;	
}

.BodyHowdoesitworkBG {
background: url(images/bg_howdoesitwork.jpg) no-repeat top center; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;	
}

.LogoText {
	font-size:12pt;
	text-align:center;
	margin-top:20px;	
	width: 482px;
}
.menubarbg {
	padding:30px;		
	background: rgba(0, 0, 0, 0.5);
}

.footer {
	background: #224d85;	
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

.fade:hover {
   opacity: 0.5;
}