/**
Theme Name: Vineland Free Reformed Church
Author: Church Social
Author URI: https://churchsocial.com
Description: Custom Astra-based theme built for the Vineland Free Reformed Church. This theme requires that the main Astra theme is installed as well.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vineland-free-reformed-church
Template: astra
*/

/* Add darker gray panel at top of site */
.site-content {
	position: relative;
	isolation: isolate;
}

.site-content::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 690px;
	background-color: #ece7e4;
	z-index: -1;
	pointer-events: none;
}

/* Remove shadow from Astra buttons */
:root :where(.wp-block-button .wp-block-button__link) {
	box-shadow: none;
}

/* Enable text-wrap: pretty for headings */
h1, h2, h3, h4, h5, h6 {
	text-wrap: pretty;
}

/* Restore default text selection colors */
::selection {
	background-color: Highlight;
	color: HighlightText;
}

::-moz-selection {
	background-color: Highlight;
	color: HighlightText;
}

/* Site footer */
.site-footer {
	color: #ffffff;
	font-size: 14px;
	background-color: #6d776d;
}

.site-footer a {
	color: #ffffff;
}

.site-footer a:hover {
	text-decoration: underline;
}

.site-footer .ast-footer-copyright {
	color: #ffffff;
	font-size: 14px;
}
