body {
	margin: 0;
	font-family: "HK Grotesk", sans-serif;
	padding-top: 7rem;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.5;
	color: #6f6f6f;
	text-align: left;
	background-color: #fff
}
a {
	color: #6f6f6f !important;
}
a:hover,  a:active, .active{
	color: #82c738 !important;
}
.bg-primary{
	background-color: #82c738 !important;
}
.text-primary {
	color: #215968 !important;
}
.text-info {
	color: #82c738 !important;
}
.text-black{
	color:#000;
}
.text-gray{
	color:#6f6f6f;
}
.fw-700{
	font-weight: 700;
}
.fw-200{
	font-weight: 200;
}
.fw-100 {
	font-weight: 100;
}
footer{
	background-color: #a6a6a6;
}