/*/* hide page titles | 31440607-hc */
.entry-title {
	display: none;
}


/* adjust site branding on larger screens | 40885792-hc MQ */
@media screen and (min-width: 560px) {
	.site-branding {
		display: grid;
		grid-template-areas:
			"site-logo site-title";
		align-items: center;
		align-content: center;
		column-gap: 1em;
	}
	
	.site-branding .custom-logo-link {
		grid-area: site-logo;
	}
	 
	.site-branding .site-title {
		grid-area: site-title;
		margin-bottom: .5em;
		align-self: center;
	}

/* remove padding before content on home page | 31443469-hc eD */
.page .hentry {
	padding-top: 0;
}

.site-title a {
	color: #1f3f24;
}

/*change footer 2 color | 31857062-hc NS*/
.widget-footer-bottom-area{
	background-color: #F2FAE9;
}

/* add margin to paragraph blocks inside a column with background color | 32672608-hc e D*/
.wp-block-column.has-background p {
	margin-left: .9em;
	margin-right: .6em;
}
/* Increase width of content / 34665219-hc (BM) */
.site-content-wrapper {
    max-width: 65%;
}
/* End Increase width of content / 34665219-hc (BM) */
 hide page titles | 31440607-hc */
.entry-title {
	display: none;
}


/* adjust site branding on larger screens | 40885792-hc MQ */
@media screen and (min-width: 560px) {
	.site-branding {
		display: grid;
		grid-template-areas:
			"site-logo site-title";
		align-items: center;
		align-content: center;
		column-gap: 1em;
	}
	
	.site-branding .custom-logo-link {
		grid-area: site-logo;
	}
	 
	.site-branding .site-title {
		grid-area: site-title;
		margin-bottom: .5em;
		align-self: center;
	}

/* remove padding before content on home page | 31443469-hc eD */
.page .hentry {
	padding-top: 0;
}

.site-title a {
	color: #1f3f24;
}

/*change footer 2 color | 31857062-hc NS*/
.widget-footer-bottom-area{
	background-color: #F2FAE9;
}

/* add margin to paragraph blocks inside a column with background color | 32672608-hc e D*/
.wp-block-column.has-background p {
	margin-left: .9em;
	margin-right: .6em;
}
/* Increase width of content / 34665219-hc (BM) */
.site-content-wrapper {
    max-width: 65%;
}
/* End Increase width of content / 34665219-hc (BM) */

