@media only screen {

	h1#site_title {
		font-size: 2.6em;
		line-height: 125px;
		letter-spacing: -3px;
	}

}

@media only screen and (max-width: 768px) {

	h1#site_title {
		font-size: 1.8em;
		line-height: 2.8em !important;
		letter-spacing: -1px;
	} 

}

@media only screen and (max-width: 480px) {

	h1#site_title {
		font-size: 1.6em;
		line-height: 2.6em !important;
		letter-spacing: 0px;
	}

}
