@media only screen and (max-width:600px){
	h2 {
		font-size:20px; 
	}
	
	.price-list-div h1{
		font-size:24px; 
	}
	
	.massage h2{
		font-size:20px; 
		font-variant:small-caps;
	}
	
	.massage-short-description{
		font-size:14px; 
		font-style:oblique; 
	}
	
	/* ........... price list page ..............*/
	.symbol{
	font-size: 12px; 
	}
	.price{
		font-size:20px; 
		font-weight:bold; 
	}
	.pricelist-address-last-child{
		font-size:12px; 
	}
	/* ........... price list page ..............*/
	
	.footer p{
		font-size:3vw;
	}

}

/* ........... footer..............*/