/* iPhone only */
@media screen and (max-width: 599px) {
	.header h1 {font-size: 13px}
	.header h1 span {font-size: 16px}
	.header p {font-size: 9px}
}

/* Tablet Portrait up) */
@media screen and (min-width:600px) {
	.header h1 {font-size: 19px}
	.header h1 span {font-size: 22px}
	.header p {font-size: 13px}
}
/* Tablet landscape up */
@media screen and (min-width: 900px) {
	.header h1 {font-size: 21px}
	.header h1 span {font-size: 24px}
	.header p {font-size: 15px}
}
/* Desktop  up */
@media screen and (min-width:1200px) {
	.header h1 {font-size: 25px}
	.header h1 span {font-size: 28px}
	.header p {font-size: 19px}
}
