/**PERCENTAGE WIDTHS**/
.w-100 {width: 100%;} 
.w-95 {width: 95%;} 
.w-90 {width: 90%;} 
.w-85 {width: 85%;} 
.w-80 {width: 80%;} 
.w-75 {width: 75%;} 
.w-70 {width: 70%;} 
.w-65 {width: 65%;} 
.w-60 {width: 60%;} 
.w-55 {width: 55%;} 
.w-50 {width: 50%;} 
.w-45 {width: 45%;} 
.w-40 {width: 40%;} 
.w-35 {width: 35%;} 
.w-30 {width: 30%;} 
.w-25 {width: 25%;} 
.w-20 {width: 20%;} 
.w-15 {width: 15%;} 
.w-10 {width: 10%;} 
.w-5 {width: 5%;}
@media screen and (min-width: 761px) {
	.w-md-100 {width: 100% !important;} 
	.w-md-95 {width: 95% !important;} 
	.w-md-90 {width: 90% !important;} 
	.w-md-85 {width: 85% !important;} 
	.w-md-80 {width: 80% !important;} 
	.w-md-75 {width: 75% !important;} 
	.w-md-70 {width: 70% !important;} 
	.w-md-65 {width: 65% !important;} 
	.w-md-60 {width: 60% !important;} 
	.w-md-55 {width: 55% !important;} 
	.w-md-50 {width: 50% !important;} 
	.w-md-45 {width: 45% !important;} 
	.w-md-40 {width: 40% !important;} 
	.w-md-35 {width: 35% !important;} 
	.w-md-30 {width: 30% !important;} 
	.w-md-25 {width: 25% !important;} 
	.w-md-20 {width: 20% !important;} 
	.w-md-15 {width: 15% !important;} 
	.w-md-10 {width: 10% !important;} 
	.w-md-5 {width: 5% !important;}
}

/**ROTATE**/
.rotate-1 {transform: rotate(-1deg);}
.rotate-2 {transform: rotate(-2deg);}
.rotate-3 {transform: rotate(-3deg);}
.rotate-4 {transform: rotate(-4deg);}
.rotate-5 {transform: rotate(-5deg);}
.rotate-6 {transform: rotate(-6deg);}

/**LINE HEIGHTS**/
.line-height-0p5 {line-height: 0.5;}
.line-height-0p6 {line-height: 0.6;}
.line-height-0p7 {line-height: 0.7;}
.line-height-0p8 {line-height: 0.8;}
.line-height-0p9 {line-height: 0.9;}



.text-dropshadow {filter: drop-shadow(3px 3px 6px #00000075);}