body{
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Roboto', sans-serif;
}
.header{
	height: 650px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.headercontent{
	margin-top: 100px;
}
.headercontent p:nth-child(1){
	font-weight: bold;
	font-size: 36px;
	color: white;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
}
.headercontent p:nth-child(2){
	font-weight: bold;
	font-size: 20px;
	color: white;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
}

.benefits{
	margin: 70px 0px;
}
.greencolor{
	color: #92D050;
}
.benefitstext{
	font-size: 20px;
	font-weight: bold;
	color: #92D050;
}
.signup{
	border: 2px solid #FFC000;
	padding: 20px;
	border-radius: 10px;
	margin-top: -150px;
	background-color: white;
}
.footerbackground{
	
	height: 281px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.footercontent{
	padding-top: 100px;
}
.footershort{
	font-size: 20px;
	color: white;
	margin-bottom: 0px;
}
.whitecolor{
	color: white;
}
.blackcolor{
	color: black;
}