/* Size and vertically position the slogan */
#titlelogo h2 {
	font-size: 30px;
	top: -26px;
	font-family: 'Oswald', sans-serif !important;
}

@media only screen and (max-width : 768px) {
	#titlelogo h2 {
		margin-top: -35px;
}
}

/* Prevent cropping of sub-menu text */
nav li li a {
	line-height: 16px;	
}