/* CSS Document */
@media screen and (max-width:1000px) {
	
	p
	{
		font-size:14px;
	}
	
	h1
	{
		background-image: url(/images/toiture-logo.png);
		background-size: 30px 30px;
		background-repeat: no-repeat;
		text-indent: 35px;
		padding-top: 5px;
		font-size:16px;

	}

	h5
	{
		font-size:20px;
	}
	
}
