.font-extra-large {
	font-family:        Quicksand, Helvetica, sans-serif;
    font-size:          3.0em!important;
    font-weight:        normal!important;
}

.font-extra-large-bold {
	font-family:        Quicksand, Helvetica, sans-serif;
    font-size:          3.0em!important;
    font-weight:        bold!important;
}

.font-large {
	font-family:        Quicksand, Helvetica, sans-serif;
    font-size:          1.75em!important;
    font-weight:        normal!important;
}

.font-large-bold {
	font-family:        Quicksand, Helvetica, sans-serif;
    font-size:          1.75em!important;
    font-weight:        bold!important;
}

.font-medium {
	font-family:        Quicksand, Helvetica, sans-serif;
    font-size:          1.25em!important;
    font-weight:        normal!important;
}

.font-medium-bold {
	font-family:        Quicksand, Helvetica, sans-serif;
    font-size:          1.25em!important;
    font-weight:        bold!important;
}

.font-normal {
	font-family:        Quicksand, Helvetica, sans-serif;
    font-size:          1.00em!important;
    font-weight:        normal!important;
}

.font-normal-bold {
	font-family:        Quicksand, Helvetica, sans-serif;
    font-size:          1.00em!important;
    font-weight:        bold!important;
}

.font-small {
	font-family:        Quicksand, Helvetica, sans-serif;
    font-size:          0.9em!important;
    font-weight:        normal!important;
}


.font-small-bold {
	font-family:        Quicksand, Helvetica, sans-serif;
    font-size:          0.9em!important;
    font-weight:        bold!important;
}


.upperCase {
	text-transform: 	uppercase;
}

 .lowerCase { 
	text-transform: 	lowercase;
}

.capitalize {
	text-transform:		capitalize;
}