/*********************************************** font-weight ********/
.fw-100 { font-weight: 100; }
.fw-200 { font-weight: 200; }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }
.fw-900 { font-weight: 900; }

/*********************************************** font-size ********/
.fs-090{ font-size: .9rem}
.fs-100{ font-size: 1rem}
.fs-125{ font-size: 1.25rem}
.fs-150{ font-size: 1.5rem}
.fs-175{ font-size: 1.75rem}
.fs-200{ font-size: 2rem}
.fs-225{ font-size: 2.25rem}
.fs-250{ font-size: 2.5rem}
.fs-275{ font-size: 2.75rem}
.fs-300{ font-size: 3rem}
.fs-325{ font-size: 3.25rem}
.fs-350{ font-size: 3.5rem}
.fs-375{ font-size: 3.75rem}
.fs-400{ font-size: 4rem}
.fs-425{ font-size: 4.25rem}
.fs-450{ font-size: 4.5rem}
.fs-475{ font-size: 4.75rem}
.fs-500{ font-size: 5rem}

@media screen and (min-width: 576px){
	.fs-sm-090{ font-size: .9rem}
	.fs-sm-100{ font-size: 1rem}
	.fs-sm-125{ font-size: 1.25rem}
	.fs-sm-150{ font-size: 1.5rem}
	.fs-sm-175{ font-size: 1.75rem}
	.fs-sm-200{ font-size: 2rem}
	.fs-sm-225{ font-size: 2.25rem}
	.fs-sm-250{ font-size: 2.5rem}
	.fs-sm-275{ font-size: 2.75rem}
	.fs-sm-300{ font-size: 3rem}
	.fs-sm-325{ font-size: 3.25rem}
	.fs-sm-350{ font-size: 3.5rem}
	.fs-sm-375{ font-size: 3.75rem}
	.fs-sm-400{ font-size: 4rem}
}	
@media screen and (min-width: 768px){
	.fs-md-090{ font-size: .9rem}
	.fs-md-100{ font-size: 1rem}
	.fs-md-125{ font-size: 1.25rem}
	.fs-md-150{ font-size: 1.5rem}
	.fs-md-175{ font-size: 1.75rem}
	.fs-md-200{ font-size: 2rem}
	.fs-md-225{ font-size: 2.25rem}
	.fs-md-250{ font-size: 2.5rem}
	.fs-md-275{ font-size: 2.75rem}
	.fs-md-300{ font-size: 3rem}
	.fs-md-325{ font-size: 3.25rem}
	.fs-md-350{ font-size: 3.5rem}
	.fs-md-375{ font-size: 3.75rem}
	.fs-md-400{ font-size: 4rem}
}	
@media screen and (min-width: 992px){
	.fs-lg-090{ font-size: .9rem}
	.fs-lg-100{ font-size: 1rem}
	.fs-lg-125{ font-size: 1.25rem}
	.fs-lg-150{ font-size: 1.5rem}
	.fs-lg-175{ font-size: 1.75rem}
	.fs-lg-200{ font-size: 2rem}
	.fs-lg-225{ font-size: 2.25rem}
	.fs-lg-250{ font-size: 2.5rem}
	.fs-lg-275{ font-size: 2.75rem}
	.fs-lg-300{ font-size: 3rem}
	.fs-lg-325{ font-size: 3.25rem}
	.fs-lg-350{ font-size: 3.5rem}
	.fs-lg-375{ font-size: 3.75rem}
	.fs-lg-400{ font-size: 4rem}
}	
@media screen and (min-width: 1200px){
	.fs-xl-090{ font-size: .9rem}
	.fs-xl-100{ font-size: 1rem}
	.fs-xl-125{ font-size: 1.25rem}
	.fs-xl-150{ font-size: 1.5rem}
	.fs-xl-175{ font-size: 1.75rem}
	.fs-xl-200{ font-size: 2rem}
	.fs-xl-225{ font-size: 2.25rem}
	.fs-xl-250{ font-size: 2.5rem}
	.fs-xl-275{ font-size: 2.75rem}
	.fs-xl-300{ font-size: 3rem}
	.fs-xl-325{ font-size: 3.25rem}
	.fs-xl-350{ font-size: 3.5rem}
	.fs-xl-375{ font-size: 3.75rem}
	.fs-xl-400{ font-size: 4rem}
}	
/*********************************************** line-height ********/
.lh-080 { line-height: 80%; }
.lh-090 { line-height: 90%; }
.lh-100 { line-height: 100%; }
.lh-110 { line-height: 110%; }
.lh-120 { line-height: 120%; }
.lh-130 { line-height: 130%; }
.lh-140 { line-height: 140%; }
.lh-150 { line-height: 150%; }
.lh-160 { line-height: 160%; }
.lh-170 { line-height: 170%; }
.lh-180 { line-height: 180%; }
.lh-190 { line-height: 190%; }
.lh-200 { line-height: 200%; }
/*********************************************** line-height ********/
.ws-nowrap{
	white-space: nowrap;
}
.hero{
	height: 100vh;
   /* background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;*/
}
