/* Make body text bigger */
body, p, li {
    font-size: 1.6rem !important;
    line-height: 1.9em !important;
}

/* Make all headings bigger */
h1 { font-size: 3.2rem !important; }
h2 { font-size: 2.6rem !important; }
h3 { font-size: 2.2rem !important; }
h4 { font-size: 1.9rem !important; }

/* Make menu/navigation text bigger */
.main-navigation a {
    font-size: 1.6rem !important;
}

/* Make buttons bigger */
button,
input[type="submit"],
.button {
    font-size: 1.5rem !important;
    padding: 14px 28px !important;
}
.page .entry-title {
    display: none !important;
}
/* --------------------------- */
/* GLOBAL TYPOGRAPHY RESET     */
/* --------------------------- */

/* Paragraph / body text */
body, p {
    font-size: 20px !important;    /* increase all paragraph size */
    line-height: 1.7 !important;
    color: #333 !important;        /* medium dark grey for better readability */
}

/* Headings */
/* H1 – Page main titles */
h1 {
    font-size: 48px !important;
    line-height: 1.2 !important;
    color: #2c452d !important;      /* earthy green */
    font-weight: 700 !important;
}

/* H2 – Section titles */
h2 {
    font-size: 38px !important;
    line-height: 1.3 !important;
    color: #2c452d !important;
    font-weight: 700 !important;
}

/* H3 – Subsection headings */
h3 {
    font-size: 30px !important;
    line-height: 1.3 !important;
    color: #3f5c3d !important;
    font-weight: 600 !important;
}

/* H4 – Minor headings */
h4 {
    font-size: 24px !important;
    color: #3f5c3d !important;
    font-weight: 600 !important;
}

/* --------------------------- */
/* LINK COLORS                 */
/* --------------------------- */

a {
    color: #2f7a3b !important;       /* fresher green for links */
    text-decoration: none;
}

a:hover {
    color: #49a65c !important;
    text-decoration: underline;
}

/* --------------------------- */
/* BUTTONS                     */
/* --------------------------- */

button, 
input[type=submit],
.wp-block-button__link {
    background-color: #2f7a3b !important;
    color: #fff !important;
    font-size: 20px !important;
    padding: 14px 26px !important;
    border-radius: 6px !important;
}

button:hover,
input[type=submit]:hover,
.wp-block-button__link:hover {
    background-color: #49a65c !important;
}

/* --------------------------- */
/* REMOVE PAGE TITLES (Hemingway) */
/* --------------------------- */

.entry-title {
    display: none !important;
}

/* --------------------------- */
/* OPTIONAL: Increase spacing  */
/* --------------------------- */

.entry-content {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
}
.site-branding {
    background: rgba(247, 241, 229, 0.85) !important;
}
/* Light overall page background */
body {
    background-color: #fdf7ef !important;   /* soft cream */
}
/* Lighten Hemingway header bar */
.site-header,
.site-header .wrapper,
#masthead {
    background-color: #f7efe2 !important;   /* light tan */
    border-bottom: none !important;
}
/* Header text color */
.site-title a,
.site-description {
    color: #2c452d !important;  /* earthy green */
}
/* ============================
   1. Kill the giant header area
   ============================ */

/* Hide the big header image / header wrapper if it's still there */
.custom-header,
.header-image,
.site-header-image,
.has-header-image .header-image {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove extra top padding above page content */
.site-content,
.content-area {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Remove top margin on the first block inside the page */
.entry-content > *:first-child {
    margin-top: 0 !important;
}

/* ============================
   2. Overkill hide page titles
   ============================ */

.page .entry-title,
h1.entry-title,
.page-title {
    display: none !important;
}
