/* Add here all your css styles (customizations) */


/* below is for ipad in landscape mode */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { /* STYLES GO HERE */

	.header .navbar-nav > li > a {
		font-size: 16px;
		padding: 9px 10px;
	}