/*	CSS Document - Personalized CSS for Project */


body {
	font-family: 'Roboto', sans-serif;
	padding-top: 85px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'EB Garamond', serif;
	font-style: italic;
}





.bg-red { background: #e00f23; }

.featured {
	background: url(../../_img/featured.jpg) top center;
	background-size: cover;
}

.line-red {
	background: #e00f23;
	content: "";
	display: block;
	height: 2px;
	float: left;
	width: 20%;
}

.line-red:after {
	clear: both;
}

.nav-link {
	color: #fff !important;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 3px;
	margin-right: 3px;
	text-transform: uppercase;
}

.nav-link:hover {
	color: #ddd !important;
}

.text-red { color: #e00f23; }

.text-roboto { font-family: 'Roboto', sans-serif; }