/********* Hawkeye Communications Overrides Here *************/

.navbar-brand img {
	max-width: 150px;
	position: relative;
	top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) { 
	.navbar-brand {
		position: relative;
		top: 17px;
	}
	.navbar-brand img {
		max-width: 110px;
		position: static;
	}	

	.navbar-nav>li>a {
		padding-left: 8px;
		padding-right: 8px;
		font-size:12px;
	}
}