@media only screen 
	and (max-device-width: 1024px)
{
	h1
	{
		font-size: 40px;
	}
}