body {
	color: #FFFFFF;
	background-image: url('../img/bg-page.jpg');
	background-repeat:no-repeat;
	background-position: center top;
	background-color: #154180;
	font-size: 18px;
	font-weight: 300;
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
}

a:hover,
a:focus {
	text-decoration: none;
}
a:link {color: #CCC;}
a:visited {color: #CCC;}
a:hover {color: #FFF;}
a:active {color: #FFF;}

h2 {
	font-weight: 700;
	font-family: Archivo Narrow, Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	color: #FFFFFF;
	font-size: 30px;
}

h3 {
	font-weight: 700;
	font-family: Archivo Narrow, Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 30px;
	color: #2189de;
}

/* Header
-------------------------------------------------- */

#wrap {
	top: -168px;
	min-height: 100%
}

.col-lg-4 {
	margin: 0;
	padding: 0;
	text-align: center;
}

#logo {
	z-index: 999;
	text-align: center;
}

.tagline {
	font-weight: 700;
	font-family: Archivo Narrow, Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	color: #FFFFFF;
	font-size: 50px;
	line-height: 40px;
}

.promo1 {
	background-color: #004689;
	padding: 30px;
	text-align: center;
	margin: 0;
	border-bottom: 1px solid #FFF;
}

 .promo2 {
	background-color: #0a58a3;
	padding: 30px;
	text-align: center;
	margin: 0;
	border-bottom: 1px solid #FFF;
}

 .promo3 {
	background-color: #146dc1;
	padding: 30px;
	text-align: center;
	margin: 0;
	border-bottom: 1px solid #FFF;
}
 

@media screen and (max-width: 768px) {
	.tagline {
	font-weight: 700;
	font-family: Archivo Narrow, Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	color: #FFFFFF;
	font-size: 40px;
	line-height: 30px;
	}
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	z-index: -1;
	margin-top: -168px;
	border-top: 15px solid #FFF;
	border-bottom: 5px solid #FFF;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 400px;
	background-color:#FFF;
}
.carousel img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 400px;
	min-height: 400px;
}
.row {
	margin:0;
	padding: 0;
}
.contact {
	background-color: #303030;
	padding: 20px;
	border-top: 5px solid #FFF;
}

 
 
html,body
{
    height:100%;
}
 
#main
{
    padding-bottom:95px; /* this needs to be bigger than footer height*/
}
 
.footer 
{
    position: relative;
    margin-top: -95px; /* negative value of footer height */
    height: 95px;
    clear:both;
    color:#fff;
} 