h1 {
    text-shadow: 2px 2px 4px #000000;
}
h2 {
    text-shadow: 2px 2px 4px #000000;
}
h1, h2, h3, h4, h5, h6 { padding-bottom: 5px; color: #111; letter-spacing: 0px; line-height: 1em; font-weight: bolder; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #111; }
h1 { font-size: 30px; font-weight: bolder;}
h2 { font-size: 24px; font-weight: bold;}
h3 { font-size: 22px; font-weight: bold;}
h4 { font-size: 18px; font-weight: bold;}
h5 { font-size: 16px; }
h6 { font-size: 18px; font-weight: bold;}
p { padding-bottom: 10px; line-height: 18px; }
strong { font-weight: bolder; color: #1c1c1c; }

.home-services h1, .home-content h1, .home-news h1, .home-team h1, .home-skills h1, .footer-contact h1 {
	background: url("img/h1-bg.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    color: #353535;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 30px;
	margin-bottom: 40px;
}
.single-blog-entry-header {
  display:none;
	background: #fafafa;
	padding: 15px 20px 25px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}
.single-blog-entry-header img.avatar {
  display:none;
	width: 50px;
	border-radius: 100px;	
	margin: 0 7px -20px;
}
.slide-content span h2 {
	font-weight: 400;
	font-size: 62px;
	text-shadow: 5px 5px 30px #000000;
	line-height: 64px;
	color: #fff;
	margin-bottom: 18px;
	padding-top: 30px;
}
.col-9-12 {
	width: 90%;
}
