@import url('font-awesome-all.min.css');

.font-source-sans{
	font-family: 'Source Sans Pro', sans-serif;
}	
.font-montserrat{
	font-family: 'Montserrat', sans-serif;
}

.font-70px{
	font-size: 70px;
	line-height: 72px;
}
.font-54px{
	font-size: 54px;
	line-height: 56px;
}
.font-48px{
	font-size: 48px;
	line-height: 50px;
}
.font-46px{
	font-size: 46px;
	line-height: 48px;
}
.font-42px{
	font-size: 42px;
	line-height: 44px;
}
.font-38px{
	font-size: 38px;
	line-height: 40px;
}
.font-34px{
	font-size: 34px;
	line-height: 36px;
}
.font-30px{
	font-size: 30px;
	line-height: 32px;
}
.font-27px{
	font-size: 27px;
	line-height: 29px;
}
.font-24px{
	font-size: 24px;
	line-height: 26px;
}
.font-23px{
	font-size: 23px;
	line-height: 25px;
}
.font-21px{
	font-size: 21px;
	line-height: 23px;
}
.font-20px{
	font-size: 20px;
	line-height: 22px;
}
.font-18px{
	font-size: 18px;
	line-height: 20px;
}
.font-17px{
	font-size: 17px;
	line-height: 19px;
}
.font-16px{
	font-size: 16px;
	line-height: 18px;
}
.font-15px{
	font-size: 15px;
	line-height: 17px;
}
.font-14px{
	font-size: 14px;
	line-height: 16px;
}
.font-13px{
	font-size: 13px;
	line-height: 15px;
}
.font-12px{
	font-size: 12px;
	line-height: 14px;
}
.font-11px{
	font-size: 11px;
	line-height: 13px;
}
.font-10px{
	font-size: 10px;
	line-height: 12px;
}

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

.italic {
    font-style: italic
}
.bold{
	font-weight: bold
}
.uppercase{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
.underline{
	text-decoration: underline;
}
.overline{
	text-decoration: overline;
}
.line-through{
	text-decoration: line-through;
}

.line-height-80per{
	line-height: 80%;
}
.line-height-100per{
	line-height: 100%;
}
.line-height-150per{
	line-height: 125%;
}
.line-height-150per{
	line-height: 150%;
}
.line-height-175per{
	line-height: 175%;
}
.line-height-200per{
	line-height: 200%;
}

.no-wrap {
    white-space: nowrap;
}

.letter-spacing-1px {
    letter-spacing: 1px;
}
.letter-spacing-2px {
    letter-spacing: 2px;
}

@media only screen and (max-width:1020px) {
}
@media only screen and (max-width:980px) {
}
@media only screen and (max-width:920px) {
}
@media only screen and (max-width:880px) {
}
@media only screen and (max-width:820px) {
}
@media only screen and (max-width:780px) {
}
@media only screen and (max-width:720px){
}
@media only screen and (max-width:640px){
}
@media only screen and (max-width:580px){
}
@media only screen and (max-width:520px){
}
@media only screen and (max-width:480px){
}
@media only screen and (max-width:420px){
}
@media only screen and (max-width:380px) {
}