#mainNav {
	font-size: 16px;
	text-align: center;
	height: 150px;
	line-height: 150px;
	background: #fff
	url('../imgs/footer-texture-inverted.jpg') 50% 0;
	background-position: center;
}

#mainNav a{
	color: white;
	font-weight: normal;
	text-decoration: none;
}

.navLinks:hover{
	background: rgba( 0, 0, 0, 0.7 );
	padding: 10px 15px;
	border-radius: 10px;
}

.navActive{
	background: black;
	padding: 10px 15px;
	border-radius: 10px;
}

@media screen and (max-width: 768px){
	#mainNav{
		padding-top: 20px;
	}
	#mainNav .logo{
		display: block !important;
		position: absolute;
		height: 60px;
		width: 100% !important;
		padding: 10px 15px 0;
		line-height: 60px;
	}
	#mainNav .logo img{
		max-width: 100%;
		max-height: 100%;
	}
	#mainNav .col-sm-2{
		font-size: 14px;
		height: 80px;
		float: left !important;
		margin: 60px 0 0 0 !important;
		padding: 0 !important;
		width: 25% !important;
		line-height: 80px;
	}
}

