header {
  font-size: 20px;
}
@media all (max-width: 950px) {
	header {
	  font-size: 30px;
	}
}