/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/* Page Title */
.page-hero h1 {
	color: white;
  padding: 10px;
  border-top-style: solid;
  border-top-width: 0px;
	border-bottom-style: solid;
  border-bottom-width: 0px;
  border-color: #22c462;
	background-color: #575760;
}
/* Page Hero Excerpt */
.page-hero-excerpt {
    border-top: 1px solid #fff;
    border-bottom: 0px solid #fff;
}
.page-hero-excerpt p {
	font-family: "Inter";
	font-weight: normal;
	text-transform: none;
	font-size: 1.5em;
	line-height: 1.5;
 	color: white;
 	margin-bottom:0;
}
/* Add full width background to H2 headings */
h2.wp-block-heading {
    color: var(--base-3);
    background-color: #575760;
    color: var(--base-3);
    padding: 10px;
	  border-bottom-style: solid;
    border-bottom-width: 4px;
    border-color: #22c462;
	  border-radius: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
	  text-align:center;
}
