body {

	padding-top: 50px;
	text-align: center;
}

#splash {
	margin:0;
	padding:0;
	background-image: url('../img/splash.jpg');
	background-position: center top; 
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
}

#clientsplash{
	margin:0;
	padding:0;
	background-image: url('../img/clients3.jpg');
	background-position: center top; 
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}

#servicesplash{
	margin:0;
	padding:0;
	background-image: url('../img/services.jpg');
	background-position: center top; 
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}



#main {
	font-size: 18px;
	padding: 65px 0 65px 0;
}
#about {
	text-align: left;
	margin-bottom: 50px;
	padding-bottom: 15px;
}
.client {
	text-align: left;
	margin:35px 0 0 50px;
}

.clients {
	font-size: 14px;
	text-align: left;
	padding-left: 65px;
	padding-bottom: 35px;
	margin-bottom: 35px;
	
	

}

.clients h2 {
	font-size: 22px
}

.clients h3 {
	font-size: 16px;
}

.glyphicon {

	font-size: 48px;
}

.navbar-brand {
	padding-top: 0px;
}
.navbar-header {
	text-align: center;
	padding-left: 50px;

}
ul.nav {
	padding-right: 50px;
	font-size: 16px;
}
.splash-text {
	padding: 200px 0 0 0;
}

h1.splash {
	color: #f8f8f8;
	font-size: 52px;
	text-shadow: 0.5px 2px 0.5px #182544;
	}


	.clientsplash-text {
	padding: 75px 0 0 0;
}

h1.clientsplash {
	color: #f8f8f8;
	font-size: 72px;
	text-shadow: 0.5px 2px 0.5px #182544;
	}

	.servicesplash-text {
	padding: 75px 0 0 0;
}

h1.servicesplash {
	color: #f8f8f8;
	font-size: 72px;
	text-shadow: 0.5px 2px 0.5px #182544;
	}

#geomatic {
	text-align: right;
	padding-right:50px;
}

#coresummary p {
	font-size: 16px;
}

#coresummary a {
	font-weight: bold;
}

.blurb {
	text-align: center;
	padding:25px;
	margin: 0 20px 0 20px;

	height: 150px;
}

#footer {

	background-color: #393d3c;
	color: #ffffff;
	padding: 20px 0 0 0;
}

#footer a {
	color: #c3e8fb;
	font-weight: bold;
}
#contact-l{
	text-align: left;
	padding: 0 0 0 70px;

}

#contact-l h1 {
	font-size: 48px;
	margin: 10px 0 15px 0;
}

#contact-r {
	text-align: right;
	padding: 20px 70px 0 0 ;
}

#contact-r p{
	padding-right:15px;
}
.postscript {
	margin: 25px 0 0 0;
	padding:0;
}
