/*change navigation color to black*/

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: black;
}

/*change padding on header down*/

.singular .entry-header {
      padding: 20px;
}

/*link change color to black*/

.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus):first-letter, .wp-block-button.is-style-outline, a {
    color: black;
}

/*button change color to black

.button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
    background-color: black;
}
*/
/*footer at bottom*

.header-footer-group pre, .header-footer-group fieldset, .header-footer-group input, .header-footer-group textarea, .header-footer-group table, .header-footer-group table *, .footer-nav-widgets-wrapper, #site-footer, .menu-modal nav *, .footer-widgets-outer-wrapper, .footer-top {
    border-color: #b7b7b7;
    position: fixed;
    bottom: 0;
		padding: 5px;
		width: 100%;
	
} */

.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer {
    margin-top: 0rem;
    border-color: #b7b7b7;
   /* position: fixed;*/
    bottom: 0;
   /* padding: 5px; */
    width: 100%;
}

/*header style and sizing of text*/

element.style {
}
.header-inner {
    padding: 10px
	;
}

element.style {
}
h1.entry-title {
    margin: 0;
}
h1.entry-title {
    font-size: 5vw;
}

/*getting rid of header on home page

.page-id-121 .entry-header{ display: none; } */

/*changing font to helvetica*/

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
   
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serifsans-serif;
   }

/*line height*/

.entry-content p, .entry-content li {
    line-height: 2;
}

/* widen max width on text and change width formula*/

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 800px;
    width: calc(100% - 10rem);
}

/*button color on home form to black 
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
    background-color: black;
}
*/

.post-inner {
    padding-top: 0rem;
}