body {
	font-family: 'Source Sans Pro', Arial, sans-serif;
    padding-top: 70px;
}

.blue {
	color:#235276;	
}

.white {
	color:#FFFFFF;
}

.navbar {
	background:#FFF;
	height:70px;
}

.navbar .navbar-nav {
	float:right;
	text-transform:uppercase;
	font-size:16px;
	margin:8px 0 0 0;
	font-weight:400;
}

.navbar .navbar-nav li a {
	color:#333333;
}	

.navbar .navbar-nav li a:hover {
	color:#333333;
}	

.navbar-mobile {
	background:#FFF;
	border:none;
	margin:15px 15px 0 0;
}

.navbar-inverse .navbar-mobile .icon-bar {
	background-color:#000;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background:#FFF;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	background:#FFF;
	border:none;
	text-align:right;
}



.header {
    height: 680px;
    background:#033761 url('../img/hero_image.png') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	color:#FFF;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.header .tagline {
	font-size:44px;
	line-height:60px;
	font-weight:300;
	margin:170px 0 0 0;
}

.header p {
	margin:25px 0 0 0;
	font-size:21px; 
	font-weight:400;
	line-height:36px;
}

.header form {
	margin:40px 0;
}

.header form input {	
	width:340px;
	height:50px;
	padding:0 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0;
	color:#000000;
	font-size:17px;
}

.header form button {
	width:120px;
	height:50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none;
	color:#FFF;
	font-weight:700;
	font-size:21px;
	border:2px solid #FFF;
	text-transform:uppercase;
	margin:0 0 0 20px;
}

.section h1 {
	font-size:36px;
	line-height:48px;
	font-weight:300;
	margin:90px 0 40px 0;
}

.section p {
	font-size:18px;
	line-height:30px;
	font-weight:400;
	margin:0;
	padding:0;
}

.section a.btn {
	display:block;
	border:2px solid #FFF;
	font-size:21px;
	font-weight:600;
	width:160px;
	height:50px;
	color:#FFF;
	margin:40px auto 90px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.icons {
	margin:60px 0 100px;
	height:auto;
	overflow:hidden;
}

.icon {
	padding:0 20px;
}

.icon h2 {
	color:#235276;
	font-size:22px;
	font-weight:600;
} 

.icon p {
	font-size:16px;
	line-height:26px;
	color:#333333;
}

.contact {
	width:100%;
	background:#4d505d;
}


.img-center {
    margin: 0 auto;
}

footer {
	color:#9c9c9c;
	font-size:12px;
    margin: 50px 0;
}

footer a {
	color:#9c9c9c;	
}

footer a:hover {
	text-decoration:none;
}

footer p {
    float:left;
	margin:0; 
	padding:0;
}

footer ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}

footer ul li {
	display:inline;
	padding:0 10px;
	text-transform:uppercase;
}

@media only screen and (max-width: 1200px) {
	
	.header .tagline, .header p, .header form {
		text-align:center;
	}
	
}


@media only screen and (max-width: 670px) {
	
	footer {
		text-align:center;
	}
		
	footer p, footer ul {
		float:none;
		margin:0 0 20px 0;
	}
	
	footer ul{
		display:inline-block;
	}
	
}

@media only screen and (max-width: 670px) {
	
	.header .tagline {
		font-size:34px;
		line-height:50px;
		margin:130px 0 0 0;
	}
	
	.header p {
		font-size:18px; 
		line-height:30px;
	}

	
	.header form button {
		margin:20px 0 0 0;
	}
		
	
}


@media only screen and (max-width: 380px) {
	
	nav {
		min-width:300px;
	}
	
	.header form input {	
		width:260px;
	}
	
}