/* CSS Document */

/* tablet portrait */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
/* MENU */

	#logo_text h1 {
		font-size: 210%;
	}

} /* END MEDIA QUERY */