/*!
 * Client Name Local Styles
 * Copyright 2008-2017 Punchmark
 */

@media(min-width:768px){
	nav.navbar {
		padding-bottom: 0 !important;
	}
	nav.navbar .nav-item .nav-link {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
}

footer a,
footer a strong,
footer .footerlinks li a {
  color: white !important;
}

footer a:hover,
footer a:hover strong,
footer .footerlinks li a:hover {
  color: white !important;
  text-decoration: underline !important;
}


