* {
	margin: 0;
	padding: 0;
	
	-webkit-font-smoothing: antialiased;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
  font-family: Impact, Charcoal, sans-serif;
  width: 94%;
  padding: 0 3% 0 3%;
}
/* Google Fonts */
CSS selector {
  font-family: 'Hind', serif;
}
.row .thumbnail .col-md-12 {
	margin-bottom: 0;
}
/* Header style */
.thumbnail {
	background: transparent;
	border: none;
	box-shadow: none;
}
.headerEmail {
	/*float: right;*/
	font-family: 'Hind', sans-serif;
	padding-top: 30%;
	text-align: right;
}
.headerEmailSmall {
	/*float: right;*/
	font-family: 'Hind', sans-serif;
	text-align: right;
}
.navbar {
	border-radius: 0;
	margin: 0;
}
.navbar ul {
	padding-left: 35%;
}
nav a {
    font-size: 16px;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: bold;
}
.clientName {
	color: #9db5dd;
	font-weight: bold;
	}
blockquote {
	font-family: 'Hind', sans-serif;
	font-weight: normal;
	}
h1 {
	font-family: 'Hind', sans-serif;
		}
h2 {
		color: #9db5dd;
		font-size: 1.6em;
		letter-spacing: .1em;
		font-family: 'Hind', sans-serif;
	}
p {
		font-size: 1.2em;
		font-family: 'Hind', sans-serif;
	}
/*
.homepageServices {
	overflow: hidden;
	padding: .5em;
}
.homepageServices ul {
	position: relative;
	overflow: auto;
}
	.homepageServices li {
		position: relative;
		padding: 0 .6em 0 .6em;
		list-style: none;
		width: 30%;
		float: left;
	}
	/*	.homepageServices li:before {
			content: '';
			position: fixed;
			left: 0;
			top: 0;	
			display: block;
			width: 1em;
			height: 0;
			
		}
			.homepageServices li.3PL:before { width: 0 -44px; }
			.homepageServices li.interstateFreight:before { background-position: 0 -22px; }
			.homepageServices li.localFreight:before { background-position: 0 -66px; }
	*/
	/*.homepageServices {
		padding-left: 5%;
	}
	#Hazmat img{
		width: 95%;
		text-align: center;
	}
	h2 {
		color: #9db5dd;
		font-size: 1.3em;
		letter-spacing: .1em;
		font-family: 'Hind', sans-serif;
		text-align: center;
	}
	p {
		display: block;
		text-align: left;
		font-size: 1em;
		font-family: 'Hind', sans-serif;
	}*/
.contactBody {
	clear: both;
}
.contactBody p {
	text-align: center;
	}
.boldTest {
	font-weight: bold;
	font-size: 110%
	}
hr {
	clear:both;
}
a {
color: #9db5dd;
font-weight: bold;
}
	