.body {
  font-family: "Helvetica", Sans-Serif;
  background-color: whitesmoke;
}
.banner {
		padding: 20px;
		width: 100%;
  		min-height: 75vh;
		background-attachment: fixed;
		background-image: url("../img/PlayHero3.png");
		background-position: center top;
		background-size: cover;
		line-height: 1.5;
		text-align: center;
		margin-bottom: 0;
		color: white;
	}  	
.bannerReg {
	padding: 10px;
		width: 100%;
  		min-height: 25vh;
		background-attachment: fixed;
		background-image: url("../img/signupmasthead3.png");
		background-position: center top;
		background-size: cover;
		 background-repeat: no-repeat;
		line-height: 1;
		text-align: center;
		margin-bottom: 0;
		color: white;
	} 
.bannerStory {
	padding: 10px;
	width: 100%;
	min-height: 75vh;
	background-image: url("../img/Share2.png");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	line-height: 1;
	text-align: center;
	margin-bottom: 0;
	color: black;
}

@media (max-width: 768px) {
	.bannerStory {
		background-attachment: scroll;
		background-image: url("../img/Share3.png");
		background-position: center center;
		
	}
}



.banner2 {
		padding: 20px;
		width: 100%;
  		min-height: 50vh;
		color: black;
		background-color: white;
		line-height: 1.5;
		margin-bottom: 0;
	} 
.banner3 {
		padding: 20px;
		width: 100%;
  		min-height: 50vh;
		color: black;
		background-color: #649a9e;
		line-height: 1.5;
		margin-bottom: 0;
	} 
.banner4 {
		padding: 10px;
		width: 100%;
  		min-height: 25vh;
		color: black;
		background-color: white;
		line-height: 1;
		margin-bottom: 0;
	} 
p {
	font-size: 20px;
}	

.users {
		width: 100%;
  		min-height: 50vh;
}
.Features {
  font-size: 32px;
  line-height: 0;
  margin-right: 20px;
  color: #38618e;
}

.services-list .service-item .title {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}

.services-list .service-item .title a {
  color: var(--color-secondary);
}

.services-list .service-item .title a:hover {
  color: #38618e;
}

.services-list .service-item .description {
  line-height: 24px;
  font-size: 14px;
}