/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */
@media screen and (max-width: 768px) {
	html,body{font-size:16px;}
h1 {font-size:6vw;}
h2 {font-size:5vw;}
h3 {font-size:4vw;}
h4 {font-size:3.5vw;}
h5 {font-size:3vw;}
h6 {font-size:2.5vw;}
th, td, ul, li{line-height:1.3;font-size:4vw;}
p, a {line-height:1.7;font-size:4vw;}

.meta p{color:red;font-size:4vw;margin:0px}

.footer {
margin:0;	
}
}