@media only screen and (max-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: 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: 46px;
	}
	
	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: 16px/140% montserrat_regular, Arial;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: iowan_old_style_bold, Arial;
		font-weight: normal;
		line-height: 120%;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		/* text-transform: capitalize; */
	}
	
/* <> */


/* # */
	
/* # */


/* . */
	
/* . */