/* --- Font Styles -------- */
/* 	geomanist-black    		*/
/* 	geomanist-bold    		*/
/* 	geomanist-book    		*/
/* 	geomanist-extralight    */
/* 	geomanist-light    		*/
/* 	geomanist-medium    	*/
/* 	geomanist-regular    	*/
/* 	geomanist-thin    		*/
/* 	geomanist-ultra    		*/
/* ------------------------ */
.carousel-caption h1{
	font-family:"geomanist-bold";
	text-transform:uppercase;	
}
.bold{
	font-family:"geomanist-bold";	
}
.book{
	font-family:"geomanist-book";
}
.extralight{
	font-family:"geomanist-extralight";
}
.light{
	font-family:"geomanist-light";
}
.medium{
	font-family:"geomanist-medium";
}
.regular{
	font-family:"geomanist-regular";
}
.thin{
	font-family:"geomanist-thin";
}
.ultra{
	font-family:"geomanist-ultra";	
}
.black{
	font-family:"geomanist-black";
}

.intro{
	color:#1E4950;
	font-family:"geomanist-medium";	
}