.hero.without-featured-image,
	body[class*="front-page"] .hero{
	background-image: url('https://provingground.io/wp-content/uploads/2023/01/Surfaceflow-New2-FF0073-Light.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}

.page-title{
	  background-color: rgba(255, 0, 115, 0.7);
}

.LinkButtonA {
  background-color: #163D47;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
}

.LinkButtonB {
  background-color: #FF0073;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
}

.HeaderHighlightA {
  background-color: rgba(255, 255, 255, 0.9);
	font-weight: bold;
  color: #163D47;
  padding: 5px 10px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
}

.HeaderHighlightB {
  background-color: rgba(255, 255, 255, 0.9);
  border: solid;
	border-color: #FF0073;
  color: #163D47;
  padding: 10px 20px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 28px;
  margin: 4px 2px;
}

.LinkButtonStrategy{
	background-image: url(
'https://provingground.io/wp-content/uploads/2017/12/strategy.png');
  background-color: #FF0073; 
	border-radius: 50%;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 100px;
	margin: center;
	cursor: pointer;
	display: inline-block;
}

.LinkButtonCustomization{
	background-image: url(
'https://provingground.io/wp-content/uploads/2017/12/customization25.png');
  background-color: #FF0073; 
	border-radius: 50%;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 100px;
	margin: center;
	cursor: pointer;
	display: inline-block;
}

.LinkButtonProjects{
	background-image: url(
'https://provingground.io/wp-content/uploads/2021/04/businessintelligence.png');
  background-color: #FF0073; 
	border-radius: 50%;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 100px;
	margin: center;
	cursor: pointer;
	display: inline-block;
}