@media only screen and (max-width:320px) { 
	h1 {
		font-size:13px;			
	}			
	
	h2 {
		font-size:12px;			
	}			
	
	h3 {
		font-size:10px;			
	}
			
}

@media only screen and (max-width:360px) { 
	h1 {
		font-size:13px;			
	}			
	
	h2 {
		font-size:12px;			
	}			
	
	h3 {
		font-size:10px;			
	}
			
}

@media only screen and (max-width:384px) { 
	h1 {
		font-size:13px;			
	}			
	
	h2 {
		font-size:12px;			
	}			
	
	h3 {
		font-size:10px;			
	}
			
}

@media only screen and (max-width:601px) { 
	h1 {
		font-size:15px;			
	}			
	
	h2 {
		font-size:13px;			
	}			
	
	h3 {
		font-size:10px;			
	}
			
}

@media only screen and (max-width:768px) { 
	h1 {
		font-size:15px;			
	}			
	
	h2 {
		font-size:13px;			
	}			
	
	h3 {
		font-size:10px;			
	}
			
}

@media only screen and (max-width:1024px) { 
	h1 {
		font-size:15px;			
	}			
	
	h2 {
		font-size:13px;			
	}			
	
	h3 {
		font-size:10px;			
	}
}

@media only screen and (min-width:1025px) { 
	h1 {
		font-size:21px;			
	}			
	
	h2 {
		font-size:17px;			
	}			
	
	h3 {
		font-size:13px;			
	}
}

.seo-title {
	text-align:center;
}