@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Saira+Condensed:700');
body{font-family:'Saira Condensed',sans-serif;}
.certificate-title {
	font-size: 46px;
	color: #385c96;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 600;
}
.subheading {
	font-size: 26px;
	margin-top: 2px;
	margin-bottom: 0px;
	font-weight: 600;
}
.certificate {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 600;
}
.coursetitle {
	font-size: 30px;
	color: #d80613;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 600;
}
.mainheading {
	font-size: 30px;
	color: #fef810;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: 600;
}

