Resize Font Size on mobile
html { font-size: 1em; /* 16px @ root em of 1 */ font-size: calc( 1em + (2.5 - 1) * ( (100vw - 20em) / ( 100 - 20) )); }