body {
	font: 16px/28px 'Lato', sans-serif;
}


#nav {
	font: 22px/28px 'Lato', sans-serif;
	text-shadow: none;
}


/* Responsive Navigation */
/* Mobile Landscape and Portrait */
@media only screen and (max-width: 767px) {

	   #nav {
	     font: 13px/20px 'Lato', sans-serif;
	    }
}

/* @end */

blockquote {
}

.filesharing-item-title a:link {
	font: 14px 'Lato', sans-serif;
}

.form-input-field {
	font: 14px/20px 'Lato', sans-serif;
}

textarea.form-input-field{
	font: 14px/20px 'Lato', sans-serif;
}

.form-input-button {
	font: 18px/20px 'Lato', sans-serif;
}

/* Tablet and Mobile */
@media only screen and (max-width:767px) {
    
    body {
		font: 1.0em/1.4em 'Lato', sans-serif;
    }    
}

