@media only screen {

	h1#site_title {
		margin-top: 15px;
		font-size: 1.6em;
		line-height: 1.6em;
		letter-spacing: 0px;
	}
	
		h1#site_title span {
		font-size: 0.9em;
		line-height: 0.9em;
	}

}

@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;
	}

}
