.uppercase{
	text-transform: uppercase;
}
.weight-100{
	font-weight:100;
}
.weight-300{
	font-weight:300;
}
.weight-400{
	font-weight:400;
}
.weight-700{
	font-weight:700;
}
.italic{
	font-style:italic;
}
.line-height-40{
	line-height: 40px;
	}
.line-height-25{
	line-height: 25px;
	}
.heading-one {
    font-size: 36px;
}

.heading-two{
    font-size:45px !important;
}
.heading-three {
    font-size:70px;
}
.heading-four {
    font-size:32px;
}
.heading-five {
    font-size:25px;
}
.heading-six {
    font-size:16px;
}
.text-orange{
	color:#db261d !important;
}
.text-sky-blue{
	color:#1299c4 !important;
}
.text-black{
	color:#000 !important;
}
.text-white{
	color:#fff !important;
}
.text-black-light{
	color:#000 !important;
	font-weight:100;
}
strong{
	font-weight:bold !important;
}
.text-orange-bold{
    color: #e46d07;
    font-size: 47px;
    font-weight: 900;
}

@media (max-width:992px) {
.heading-one {
    font-size: 25px !important;
}
.heading-two{
    font-size:22px !important;
	color:#000 !important; 
}
.heading-three {
    font-size:33px;
}
.heading-four {
    font-size:20px;
}
.h3 {
	font-size: 16px !important;
	line-height: 26px;
}
}
