@media only screen and (min-width:0px) and (max-width:767px)
{
	h2 
	{
		font-size: 1.2rem;
	}
	h4 
	{
		font-size: 1rem;
	}
	.li-icons>li
	{
		max-width:100%;
	}
	.footer-text p, .footer-text p>a
	{
		font-size:0.8rem;
	}
}