/*
Theme Name: Twenty Twenty Child Theme
description: > -
A child theme of Twenty Twenty default Wordpress theme
Author: Rebecca Fishlock
Template:twentytwenty
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css?family=Itim&display=swap');
.site-title {
    font-size: 2.0em;
    font-family: 'Itim', cursive;
	color: black;}
.site-description {
    color: black;
}
.overlay-header .site-description, .overlay-header .toggle {
    color: inherit;
    color: black;
}
h2 {
	text-align: center;
	letter-spacing:0.005em;
	font-family: 'Itim', cursive;
	font-size:4.4rem;
}
h2.content {
	text-align: left;
	letter-spacing:0.04em;
	font-family: 'Itim', cursive;
	border-bottom:dotted darkseagreen;
	
}
.section-inner h1 {
	letter-spacing:0.05em;
	font-weight:200;
	text-shadow: 2px 2px 4px #000000!important;
	font-family: 'Itim', cursive;
}

body {
    background-image:url("/images/spring.jpg");
	background-repeat:repeat;
}
.expanded-menu {
	display: block;
}
.overlay-header #site-header {
	background-color: white;
}
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 90rem;
    width: calc(100% - 4rem);
}
body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a, .footer-menu a, .footer-widgets a, #site-footer .wp-block-button.is-style-outline, .wp-block-pullquote::before, .singular:not(.overlay-header) .entry-header a, .archive-header a, .header-footer-group .color-accent, .header-footer-group .color-accent-hover:hover {
	color: darkseagreen;}
.entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt {
    font-family: helvetica neue;
    letter-spacing:2px;
}
.footer-nav-widgets-wrapper, #site-footer {
	background-color:transparent;
}
