.article-hero-img {
	width: 100%;
	height: 300px;
	background: linear-gradient(to right, #4372b9, #56ba70);
}

.article-full {
	font-family: 'Merriweather', serif;
	width: 700px;
	margin: 0 auto;
	color: #272626;
	position: relative;
	margin-top: -100px;
	background: #fbfbfb;
	padding: 15px;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 #888888;
	margin-bottom: 30px;
}
.article-full img {
	width: 670px;
	height: auto;
}
.article-full h1 {
	margin-bottom: 0;
	font-size: 28px;
	line-height: 40px;
}
.article-full h2 {
	font-size: 15px;
	font-family: sans-serif;
	color: #888585;
	margin-top: 10px;
	margin-bottom: 0;
	line-height: 20px;
	font-weight: 300;
}
.article-full h3 {
	margin-top: 15px;
	color: #888585;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: 300;
}

.article-full p{
	font-weight: 200;
	font-size: 18px;
	line-height: 35px;
}

.article-full h4 {
	margin-top: 32px;
	margin-bottom: 0px;
	font-size: 22px;
	line-height: 34px;
}

.article-full a {
	position: relative;
	color: #36bb36;
}
.article-full a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #36bb36;
}
.article-full a:hover {
	background: #dbf9db;
}



@media(max-width: 750px) {
	.article-full {
		width: 500px;
	}
	.article-full img {
		width: 470px;
		height: auto;
	}	
}

@media(max-width: 560px) {
	.article-full {
		width: 92%;
	}
	.article-full img {
		width:100%;
		height: auto;
	}	
	.article-full h1 {
    font-size: 24px;
    line-height: 36px;
	}
	.article-full p {
    font-size: 17px;
    line-height: 30px;
	}
	.article-full a {
		text-decoration: underline;
		text-decoration-color: #36bb36;
	}
	.article-full a:after {
		display: none;
	}
}
