
/* CSS Document */

/* ---------------------------------------------------------------------------------------------------------------------------------
--	Modify Fonts
--------------------------------------------------------------------------------------------------------------------------------- */
.font-bold {
	font-weight: bold;
}

.font-blue {
	color: #00A0F0;
}

.font-caps {
	text-transform: uppercase;
}

.font-gold {
	color: #FC3;
}

.font-red {
	color: #F00;
}

.font-yellow {
	color: #FF0;
}

.font-white {
	color: #FFF;
}

.font-black {
	color: #000;
}

.font-accent {
	font-style: italic;
	font-weight: 600;
}

.font-dropcap {
	font-size: 2em;
	margin: 0em;
}

.font-normal {
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}

.font-italic {
	font-style: italic;
}

.font-oblique {
	font-style: oblique;
}

.font-underline {
	text-decoration: underline;
}

.font-smallcaps {
	text-transform: none;
	font-variant: small-caps;
}
