/*!
Theme Name:   Zooey Child Theme
Template:     zooey
Version:      1.0.0

Theme URI:    https://github.com/webmandesign/child-theme/
Author:       WebMan Design
Author URI:   https://www.webmandesign.eu/
License:      GPL-3.0-or-later
License URI:  https://www.gnu.org/licenses/gpl-3.0-standalone.html


Child theme CSS styles:
*/
body {
	text-transform: none;
}
#masthead {
	position: sticky;
	top: var(--wp-admin--admin-bar--height, 0);
	background: var(--wp--preset--color--base);
	border-start-start-radius: var(--theme--css--boxed--border-radius);
	border-start-end-radius: var(--theme--css--boxed--border-radius);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}
p {
	font-family: "Commissioner", san-serif;
}
h {
	font-family: "Maltree", "Times New Roman", serif;
}
h3.subhead {
	font-family: "Maltree", "Times New Roman", serif;
	font-size: xl;
	font-weight: 600;
	font-transform: none;
}
a {
	font-family: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	text-decoration: none;
	color: #014e5f;
}
a:hover {
	font-family: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: color: #645604;
	text-decoration-color: #645604;
	
}
p a {
	font-family: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	text-decoration: underline dashed;
	text-decoration-color: #014e5f;
	color: #014e5f;
}
p a:hover {
	font-family: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: color: #645604;
	text-decoration: underline dashed;
	text-decoration-color: #645604;
}
h q {
	quotes: "\‘" "\’";
}
p q {
	quotes: "\“" "\”" "\‘" "\’";
}
q::before {
	content: open-quote;
}
q::after {
	content: close-quote;
}
cite::before {
	content: open-quote;
}

cite::after {
	content: close-quote;
}
p cite {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}
li cite {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}
blockquote cite {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}
code {
	font-family: "Courier", "Courier New", "Courier Prime", monospace;
	color: black;
	background-color: #f1f1f1;
	padding: 2px;
	font-size: 102%; 