body{
	font-family: 'Roboto', sans-serif;
	font-size:27px;
	margin:0;
	}
header{
	background:#F7F4EB;
	text-align:center;
	vertical-align:middle;
	display:block;
	margin:0;
	}
h1{
	font-size:35px;
	color:#323354;
	font-weight:normal;
	padding:20px 0;
	margin:0;
}
h2{
	font-size:1.75rem;
	padding:0 0 20px;
	border-bottom:2px solid #F7F4EB;
	margin-bottom:20px;
}
.h3, h3 {
    font-size: 1.25rem;
}
h3 span{
	display:block;
    font-size: 0.75rem;
    line-height:1.4;
    color:#999999;
}
header img{
	margin: -12px 0 -8px;
}
article{
	margin-top:30px
}
.row{
	margin-top: 20px;
	margin-bottom: 20px;
}
.text-center{
	text-align:center;
}
.text-center a:link, .text-center a:visited{
	display:block;
	color:#323354;
	text-decoration:none;
	min-height:310px;
	padding:10px 0;
}
.text-center a:hover, .text-center a:active, .text-center a:focus{
	background:#F7F4EB;
	border-radius:5px;
}
.text-center a img{
	margin-bottom:30px;
	width: 130px;
}
.section-bg{
	border-left:2px solid #F7F4EB;
}

	