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

.source-sans-font{
	font-family: 'Source Sans Pro', sans-serif;
}
.font-large{
    font-size: 18px;
    line-height: 22px;
    vertical-align: bottom;
}
.font-xlarge{
    font-size: 20px;
    line-height: 24px;
    vertical-align: bottom;
}
.font-medium{
    font-size: 15px;
    line-height: 18px;
}
.font-small-14px{
    font-size: 14px;
    line-height: 16px;
}
.font-small{
    font-size: 13px;
    line-height: 15px;
}
.font-tiny{
    font-size: 12px;
    line-height: 14px;
}
.font-125x{
    font-size: 125%;
}
.font-weight-400{
	font-weight: 400;
}
.font-weight-500{
	font-weight: 500;
}
.font-weight-600{
	font-weight: 600;
}
.font-weight-800{
	font-weight: 800;
}
.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;
}
@media only screen and (max-width:480px) {
	.font-large{
	    font-size: 17px;
	    line-height: 19px;
	}
	.font-medium{
	    font-size: 14px;
	    line-height: 16px;
	}
}
@media only screen and (max-width:380px) {
	.font-large{
	    font-size: 15px;
	    line-height: 17px;
	}
	.font-medium{
	    font-size: 13px;
	    line-height: 15px;
	}
	.font-small{
	    font-size: 12px;
	    line-height: 14px;
	}
}