

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	font-family: "Karla", "Signika", sans-serif;
	font-weight: 400;
	font-size: 18px;
}
h1, h2, h3 {
	font-family: "Signika", "Karla", sans-serif;
	font-weight: 700;
}
h2 { font-size: 36px; }
h4 {
	font-family: "Signika", "Karla", sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 20px;
}
h1, h2, .jumbotron h1 { color:#009; }
h3 small {
	font-weight: inherit;
	color: inherit;
}
.jumbotron {
	background: #999 url(../img/mochaGrunge.png) fixed;
	-moz-box-shadow: inset 0px -5px 15px -8px #000000;
	-webkit-box-shadow: inset 0px -5px 15px -8px #000000;
	box-shadow: inset 0px -5px 15px -8px #000000;
}
.jumbotron h1 {
	text-shadow:	3px 0 0 #FFF, 
								3px 3px 0 #FFF, 
								0 4px 0 #FFF,
								-3px 3px 0 #FFF,
								-3px 0 0 #FFF,
								-3px -3px 0 #FFF,
								0 -4px 0 #FFF,
								3px -3px 0 #FFF; 
}
.jumbotron, .jumbotron h2 { color: #FFF; }
footer { font-size: 11px; }
.fc-red { color:#C00; }
.nowrap { white-space:nowrap; }