@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');


section .article_l{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 48px;
	color: #0054a7;
}

#main section article h3{
	line-height: 1.5;
	font-feature-settings: 'pkna';
	letter-spacing: 1px;
	margin: 1em 0;
}

#main section article h4{
	color: #257FB1;
	line-height: 1.5;
	margin: 1em 0;
}

#main section article p{
	margin: 0 0 1em 0;
}

#main section article ul{
	margin: 0 0 2em 2em;
}

.contact_btn a{
	display: block;
	background: #FF8B00;
	-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.3);
	        box-shadow:0 1px 3px 0 rgba(0,0,0,0.3);
	text-decoration: none;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
	text-align: center;
	padding: 10px;
	font-size: 150%;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}