.jumbotron-add {
	background-image: url('../images/jumbotron.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 20px;
	
}	
.jumbotron h1 {
	font-size: 60px;
	font-weight: bold;
	color: rgba(224,73,35,0.7);
	text-align: left;
	text-transform: uppercase;
}
.jt-black {
	font-size: 40px;
	color: rgba(48,48,48,0.7);
}
.jt-gray {
	font-size: 60px;
	color: rgba(180,180,180,0.7);
}	
.blog-header {
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 24px;
}
.blog-header-info {
	font-size: 15px;
	font-style: italic;
	color: #aaa;
}
.blog-content {
	border-bottom: 1px solid #eee;
	padding-left: 30px;
}
.blog-footer {
	text-align: right;
	padding: 5px;
	margin-bottom: 30px;
}
.blog-load-more {
	font-size: 24px;
	font-style: bold;
	color: #555;
	text-align: center;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	cursor: pointer;
}
.blog-load-more:hover {
	border: 1px solid #ccc;
}