body { font-family: 'Open Sans', sans-serif; }
 
.navBg {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9e1e4+0,ffffff+100 */

background: #d9e1e4; /* Old browsers */

background: -moz-linear-gradient(top,  #d9e1e4 0%, #ffffff 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9e1e4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #d9e1e4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #d9e1e4 0%,#ffffff 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #d9e1e4 0%,#ffffff 100%); /* IE10+ */

background: linear-gradient(to bottom,  #d9e1e4 0%,#ffffff 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e1e4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

height:160px;
position:relative;
margin-bottom:0;
padding:10px 0; }

.blueBorder {
	border-bottom:#05415a solid 8px;
	 }

.jumbotron {
	padding:30px 0; }

.jumbotron h1 {
	font-size:24px;
	color:#fbb03b !important;
	font-weight:normal; }

h1 {
	font-size:24px;
	color:#fbb03b !important;
	font-weight:normal;
	letter-spacing:1px;
	text-shadow: 1px 1px #000;
	margin-bottom:20px; }

.jumboBg {
	background: rgba(0, 82, 104, .5);
	margin-bottom:0; }	

.jumboBgDark {
	background: rgba(0, 0, 0, .5);
	margin-bottom:0; }	

.jumbotron p {
	color:#fff; 
	font-size:15px;
	line-height:22px; }

p {
	color:#fff; 
	font-size:15px;
	line-height:22px;
	letter-spacing:1px;
	text-shadow: 1px 1px #000;}

.jumbotron h2 { font-size:18px; }

h2 { font-size:18px; }
	
.orangeTxt {
	font-size:24px;
	color:#fbb03b !important;
	font-weight:normal;
	letter-spacing:1px;
	text-shadow: 1px 1px #000;  }	

h3 { margin-bottom:20px; }
	
.bgImg {
	background:url(../../images/background-img.png)  no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; }	

.colorBg {
	background:#abc5cc;
	height:3px;
	width:100%; }	

.btnContact	{
	background:none;
	border:#fff 1px solid;
	padding:10px 35px; }

.btnContact	a {
	background:none;
	border:#fff 1px solid;
	padding:10px 35px;
	color:#fff;  }	

.btnContact:focus {
	background:#fbb03b;
	border:#fff 1px solid;
	padding:10px 35px;
	color:#fff;  }	

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background:#003547;
	border:#2a97d3 1px solid;
	padding:10px 35px;
	color:#f3fdff;  }	

		
	
.footerBg {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002b46+0,003b56+100 */
background: #002b46; /* Old browsers */
background: -moz-linear-gradient(top,  #002b46 0%, #003b56 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002b46), color-stop(100%,#003b56)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #002b46 0%,#003b56 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #002b46 0%,#003b56 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #002b46 0%,#003b56 100%); /* IE10+ */
background: linear-gradient(to bottom,  #002b46 0%,#003b56 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b46', endColorstr='#003b56',GradientType=0 ); /* IE6-9 */
margin:0 auto;
padding-top:15px; }	