html{ font-size: 6.25%; }
h1{
	font-size: 10px;
	font-size: 10rem;
}
h2{
	font-size: 21px;
	font-size: 21rem;
}
h3,
h4{
	font-size: 16px;
	font-size: 16rem;
}
h5{
	font-size: 14px;
	font-size: 14rem;
}
.fs-exlg{
	font-size: 16px !important;
	font-size: 16rem !important;
}
.fs-lg{
	font-size: 14px !important;
	font-size: 14rem !important;
}
.fs-md{
	font-size: 12px !important;
	font-size: 12rem !important;
}
.fs-sm{
	font-size: 10px !important;
	font-size: 10rem !important;
}
@media (max-width: 767px){
	h1{
		font-size: 21px;
		font-size: 21rem;
	}
	h2{
		font-size: 18px;
		font-size: 18rem;
	}
	h3{
		font-size: 16px;
		font-size: 16rem;
	}
	.fs-lg{
		font-size: 24px;
		font-size: 24rem;
	}
	.fs-md{
		font-size: 16px;
		font-size: 16rem;
	}
	.fs-sm{
		font-size: 14px;
		font-size: 14rem;
	}
	.fs-xs{
		font-size: 12px;
		font-size: 12rem;
	}
}