@media only screen and (max-width: 768px) {
	h1 {
		font-size: 28px;
	}
	
	h2 {
		font-size: 24px;
	}
	
	h3 {
		font-size: 20px;
	}
	
	h4 {
		font-size: 18px;
	}
	
	h5 {
		font-size: 16px;
	}
	
	h6 {
		font-size: 14px;
	}
}

@media only screen and (min-width: 768px) {
	h1 {
		font-size: 30px;
	}
	
	h2 {
		font-size: 26px;
	}
	
	h3 {
		font-size: 22px;
	}
	
	h4 {
		font-size: 20px;
	}
	
	h5 {
		font-size: 18px;
	}
	
	h6 {
		font-size: 16px;
	}	
}

@media only screen and (min-width: 1024px) {
	h1 {
		font-size: 36px;
	}
	
	h2 {
		font-size: 30px;
	}
	
	h3 {
		font-size: 26px;
	}
	
	h4 {
		font-size: 22px;
	}
	
	h5 {
		font-size: 18px;
	}
	
	h6 {
		font-size: 16px;
	}	
}

@media only screen and (min-width: 1250px) {
	h1 {
		font-size: 36px;
	}
	
	h2 {
		font-size: 30px;
	}
	
	h3 {
		font-size: 26px;
	}
	
	h4 {
		font-size: 22px;
	}
	
	h5 {
		font-size: 18px;
	}
	
	h6 {
		font-size: 16px;
	}	
}

@media only screen and (min-width: 1400px) {
	h1 {
		font-size: 42px;
	}
	
	h2 {
		font-size: 36px;
	}
	
	h3 {
		font-size: 30px;
	}
	
	h4 {
		font-size: 24px;
	}
	
	h5 {
		font-size: 20px;
	}
	
	h6 {
		font-size: 16px;
	}
}

/* <> */
	body,
	input,
	textarea,
	select,
	big {
		font: 15px/140% bpg_excelsior_dejavu_2010_regular, Arial;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: bpg_paata_caps_regular, Arial;
		font-weight: normal;
		line-height: 120%;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	h1 {
		margin-top: 8px !important;
	}

	h2 {
		margin-top: 5px !important;
	}

	h3 {
		margin-top: 5px !important;
	}

	h4 {
		margin-top: 4px !important;
	}

	h5 {
		margin-top: 2px !important;
	}

/* <> */


/* # */

/* # */


/* . */
	
/* . */