/* Modifications to the main stylesheet of Email Self-Defense for the Russian version */ h1 { font-size: 1.9em; } h2 { font-size: 1.9em; } @media only screen and (min-width: 400px) and (max-width: 599px) { #header h1 { font-size: 2.1em; } } @media only screen and (min-width: 600px) and (max-width: 949px) { #header h1 { font-size: 3em; } } @media only screen and (min-width: 950px) { #header h1 { font-size: 4em; } }