body{
	font-family: 'Poppins', sans-serif;
}
section {
	padding: 20px 0;
}
#lpCnt {
	background: url(../img/backgound.jpg) center center;
	background-size: cover;
	height:90vh;
	display:flex;
	justify-content:center;
	align-items:center;
}
.mb-8{
	margin-bottom:8rem;	
}
h1 {
	font-size: 95px;
	text-transform: uppercase;
	font-weight:800;
	color: #FFC300;
	margin: 18px 0;
	letter-spacing:18px;
}
h4 {
	font-size: 24px;
	color: #fff;
	line-height: 1.6;
	
}
p {
	font-size: 16px;
}
#lpCnt p {
	color: #fff;
}
.surveyBtn {
	border-radius: 5px;
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
	background: #f6bc00; /* Old browsers */
	background: -moz-linear-gradient(top, #fcd26f 0%, #fcd26f 50%, #f1b82f 50%, #f1b82f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fcd26f 0%, #fcd26f 50%, #f1b82f 50%, #f1b82f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fcd26f 0%, #fcd26f 50%, #f1b82f 50%, #f1b82f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd26f', endColorstr='#f1b82f', GradientType=0 ); /* IE6-9 */
	border: solid rgba(0, 0, 0, 1) 0px;
	color: #fff !important;
	font-size: 28px;
	line-height: 40px;
	letter-spacing:12px;
	text-transform: uppercase;
	border-radius: 6px;
	padding: 8px 0;
	text-shadow: 0px 0px 3px #000;
	font-weight:700;
}

.surveyBtn:hover{
	text-decoration:none;	
	background: #f6bc00; /* Old browsers */
	background: -moz-linear-gradient(top, #cc9b74 0%, #cc9b74 50%, #b77846 50%, #b77846 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #cc9b74 0%, #cc9b74 50%, #b77846 50%, #b77846 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cc9b74 0%, #cc9b74 50%, #b77846 50%, #b77846 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc9b74', endColorstr='#b77846', GradientType=0 ); /* IE6-9 */
}

#footer p{
	font-size:21px;	
}