@media only screen and (min-width: 500px){
	.inner-column{
		margin-left: 200px;
		margin-right: 200px;
	}
}
@media only screen and (max-width: 500px){
	.inner-column{
		margin-left: 10px;
		margin-right: 10px;
	}
}
.article-section-two {
	position: relative;
	padding: 50px 0px;
}
.title{
	text-align:center;
	position: relative;
	color: black;
	font-size: 30px;
	margin-bottom: 55px;
	font-family: 'Lora', serif;
}
.subtitle{
	text-indent: 2em;
	position: relative;
	color: #993300;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.text{
	text-indent: 2em;
	position: relative;
	color: black;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.subtext{
	text-indent: 2em;
	position: relative;
	color: #8E8E8E;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.text-foot{
	float:right;
	position: relative;
	color: black;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.text-img{
	text-align:center;
}
.bold{
	font-weight: bold;
}
.mid{
	text-align:center;
}
.text-right{
	text-align:right;
}
.no-indent{
	text-indent: 0em;
}