@charset "utf-8";
/* CSS Document

font-family: 'Roboto', sans-serif;
font-family: 'Roboto Slab', serif;

*/
.infobox {
	background: #da0c15;
}
.infobox h1 { 
	font-family: 'Roboto Slab', serif; 
	color: #fff;
	font-size: 50px;
}
.infobox h2 { 
	font-family: 'Roboto', sans-serif; 
	color: #fff;
	font-size: 26px;
}
.infobox p { 
	font-family: 'Roboto', sans-serif; 
	color: #fff;
}

.infobox2 {
	margin-top: 60px;
}

.infobox2 p { 
	font-family: 'Roboto', sans-serif; 
	color: #666;
	font-size: 20px;
}

.infobox2 p.small { 
	font-family: 'Roboto', sans-serif; 
	color: #666;
	font-size: 20px;
	line-height: 28px;
	margin: 0;
}
.infobox2 h5 { 
	font-family: 'Roboto', sans-serif; 
	color: #da0c15;
	font-size: 20px;
	font-weight: 700;
	margin-top: 40px;
}