a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
header, footer {
    display: block;
    max-width: 100%;
	text-align: center;
}
footer {
	text-align: center;
    padding: 10px 0 30px 0;
    background-image: radial-gradient(darkblue, darkblue, #003);
    text-shadow: 0 0 2px black, 1px 1px 1px black;
	border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #000000;
}
footer p {
	color: white;
	font-weight: bold;
}
html, body {
    height: auto;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
	padding: 0;
	margin: 0;
}
html, body, p, td, dd, a, li, span, label, input, textarea, select, blockquote, cite, strong, em, b, i, nav, ul, ol, button {
	font-family: 'Noto Sans', Arial, sans-serif;
	line-height: 1.4;
	font-size: 16px;
	font-weight: normal;
	color: #000007;
	background-color: inherit;
	overflow-wrap: break-word;
}
body {
	background: linear-gradient(90deg, lightblue 2%, ivory 7%, ivory 93%, lightblue 98%);
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    color: #000;
}
.pantry {
	font-family: sans-serif;
    margin: 20px auto;
    padding: 5px 5px 2px 5px;
    background-color: ivory;
    border: 3px ridge gold;
    border-radius: 5px;
    box-shadow: 2px 2px 4px 2px rgba(0, 100, 160, 0.4);
	max-width: 1200px;
}
.pantry_name {
	font-weight: bold;
	font-size: 28px;
	color: #005EB8;
	margin: 0;
	line-height: 1.2;
}
.pantry_name a {
	font-size: clamp(20px, 3.2vw, 32px);
    font-weight: bold;
	text-decoration: none;
	color: #005EB8;
	-webkit-text-stroke: 0.4px black;
}
main {
	margin: 0;
	padding: 0;
}
.para {
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 300px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-bottom: 2px solid black;
	text-shadow: 0 0 2px black, 1px 1px 1px black, 0 0 5px black;
	color: ivory;
	font-size: 3.3vw;
	line-height: 1.2;
	pointer-events: none;
}
h1, h2, h3, h4, h5, h6, .entry-content :where(h1,h2,h3,h4,h5,h6), .site-title, .site-title a {
    font-family: Georgia, Times, serif;
    font-weight: 700;
}


.entry-header .entry-title {
    font-size: 30px;
    font-size: 1.875rem;
}
.entry-title, .page-title {
    color: white;
    font-weight: 700;
    text-shadow: 0 0 2px black, 1px 1px 1px black;
}

::selection {
  background: #08a;
  color: #fff;
  text-shadow: 0px 0px 1px black, 1px 1px 1px black;
}
.site-description {
	margin: 10px auto;
}
.site-title a {
	text-shadow: none;
	font-weight: 888;
	background: radial-gradient(#ff0 23%, #f00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	-webkit-text-stroke: 0.5px black;
	font-size: 9.3vw;
	filter: drop-shadow(1px 1px 4px black);
	text-decoration: none;
}
span.site-title a:hover {
	color: orange;
}
.custom-logo-link img {
  filter: drop-shadow(-1px -1px 1px black);
}
.site-header, .site-description {
	font-size: 18px;
	border-radius: 14px;
	background-color: rgba(255,255,255,0.7);
	padding: 0 15px;
	line-height: 1.2;
	display: inline-block !important;
	margin: 10px auto;
}
.ast-single-post .entry-title, .page-title {
	color: white;
	font-weight: 700;
	text-shadow: 0 0 2px black, 1px 1px 1px black;
}
.entry-header {
	border-bottom: 2px solid #002;
	background-image: linear-gradient(90deg, darkred, orange, darkred);
}
#primary {
	margin: 0.5em 0 0 0;
}
.page .entry-header {
	margin: 0;
	padding-top: 3px;
}
.main-navigation ul {
	margin: 2px;
}
.main-navigation {
	background-color: rgba(255,255,255,0.9);
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border: 1px solid black;
	font-weight: 500;
}
header {
	background-image: url(/images/winter_trees_sun.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

p {
	margin: 0 auto;
	padding: 0 10px 0 10px;
	line-height: 1.7;
	font-size: 16px;
}
.entry-content p {
	margin-bottom: 0;
}

dl>dt {
	padding-left: 10px;
	font-weight:bold;
	letter-spacing: 1px;
	font-size: 1.4rem;
}
dd {
    margin-bottom: 7px;
}

dd a {
  font-size: 20px;
	font-weight: 600;
}

dd a:hover {
	border-radius: 7px;
	padding: 0 3px 3px 3px;
  background-color: white;
}

.ast-footer-overlay {
	padding: 10px 0 30px 0;
//	background: linear-gradient(135deg,#3465a4 0%,#158466 100%);
	background-image: radial-gradient(darkblue, darkblue, #003);
	text-shadow: 0 0 2px black, 1px 1px 1px black;
}

.bluegreen {
	padding: 5px 2%;
	text-align: left;
	font-size: 1.1em;
	background: #058;
	color: #fff;
	text-shadow: 1px 1px 3px black;
}

.page-id-19 .grecaptcha-badge {
    display: block!important
}
.grecaptcha-badge {
    display: none!important
}


q {
  quotes: "“" "”" "‘" "’";
	font-style: italic;
}
q::before {
    content: open-quote;
}
q::after {
    content: close-quote;
}

@media only screen and (max-width:600px) {
	.para {
		background-attachment: scroll;
	}
}
@media print {
	a {
		text-decoration: none;
	}
	a[href^="http"]:after {
		content: " " attr(href) " ";
		font-size: 90%;
		font-weight: normal;
		text-transform: lowercase;
	}
	a[href^="tel:"]:after {
		display: none;
	}
	.pantry {
		break-inside: avoid;
		border: 1px solid black;
	}
	#site-header {
		display: none;
	}
	.noprint {
		display: none !important;
	}
}
._red {
    background: radial-gradient(circle, #770000, #cc7000, #550000);
}
