@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700|Roboto+Slab:400,700');


.roboto{
	font-family: 	'Roboto Slab', serif;
	font-weight:	400;
}

.roboto-bold{
	font-family: 	'Roboto Slab', serif;
	font-weight:	700;
}

.merri{
	font-family: 	'Merriweather Sans', sans-serif;
	font-weight:	400;
}

.merri-bold{
	font-family: 	'Merriweather Sans', sans-serif;
	font-weight:	700;
}


.zh-top{
	margin-top:			1px;
	margin-bottom:		1px;
	border-top:			4px solid black;
	border-bottom:		2px solid black;
}

.zh-title{	
	font-family: 		'Roboto Slab', serif;
	font-weight:		700;
	font-size:			24px;
	margin:				16px 0;
}

.zh-intro{
	font-family: 		'Merriweather Sans', sans-serif;
	margin:				16px 0;
	font-size:			16px;
}

/* MODIFICACOES NO W3 */
.w3-large{
	font-size:			16px!important;
}
.w3-medium{
	font-size:			15px!important;
}
.w3-small{
	font-size:			14px!important;
}


