article {
	width: 96%;
	max-width: 900px;
	margin: 5vh auto 25vh;
}
.page article {
	padding-top: 5vh;
	margin: 0 auto 25vh;
}
.page main {
	padding-top: 200px;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	text-align: center;
	letter-spacing: .2em;
	margin-bottom: 4em;
}
.page h2 img {
	max-height: 30px;
}
h3 {
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	letter-spacing: .2em;
	margin-bottom: 3em;
}
.lined {
	text-align: center;
	display: block;
	position: relative;
}
.lined:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: -1em;
	left: 50%;
	width: 4em;
	height: 4px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #F19500;
}


.lead p {
	font-size: 26px;
	line-height: 2;
	letter-spacing: .2em;
	margin: 0em auto 1em;
}
.txt_body p {
	font-size: 14px;
	line-height: 3;
	letter-spacing: .2em;
	margin: 0em auto 0em;	
}



@media screen and (max-width: 768px) {

article {
	width: 90%;
	margin: 5vh auto 15vh!important;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	text-align: center;
	letter-spacing: .2em;
	margin-bottom: 3em;
}
.page h2 img {
	max-height: 25px;
}
h3 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	letter-spacing: .2em;
	margin-bottom: 3em;
}
.lined {
	text-align: center;
	display: block;
	position: relative;
}
.lined:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: -1em;
	left: 50%;
	width: 4em;
	height: 4px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #F19500;
}
.lead p {
	font-size: 22px;
	line-height: 2;
	letter-spacing: .2em;
	margin: 0em auto 1em;
}
.txt_body p {
	font-size: 14px;
	line-height: 3;
	letter-spacing: .2em;
	margin: 0em auto 0em;	
}

}

@media screen and (max-width: 480px) {

article {
	width: 90%;
	max-width: 1100px;
	margin: 5vh auto 10vh!important;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	text-align: center;
	letter-spacing: .2em;
	margin-bottom: 3em;
}
.lined:before {
	bottom: -1.5em;
}
h3 {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	letter-spacing: .2em;
	margin-bottom: 2em;
}
.lead p {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .2em;
	margin: 0em auto 1em;
}
.txt_body p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: .1em;
	margin: 0em auto 0em;	
}


}

