h1,
p,
li {
	color: #555;
}

h2,
h3,
h4 {
	color: #e84c53;
}


.blog-background {
	background: url("../assets/img/blog-bckgrnd.jpg") no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	color: #ffffff;
}

.blog-background .content {
	padding: 125px 20px;
}

.blog-background h1,
.blog-background h2 {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(30,30,30,0.8);
}

.blog-background p {
	width: 175px;
	margin: 0 auto;
	padding: 20px;
	background: rgba(255,255,255,0.2);
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}

.blog-background a {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.blog-backgound a:hover {
	color: #f1f1f1;
}

.blog-content p,
.blog-content li {
	font-size: 2em;
}

.blog-content a {
	text-decoration: underline;
}

.read-more {
	background: #FFF0AF;
	padding: 5px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.container.blog-content {
	padding: 50px 0;
}

.sharing {
	width: 200px;
	margin: 0 auto;
	padding-top: 50px;
}

.sharing li {
	color: #fff;
}

