/*
Welcome to Custom CSS!
To learn how this works, see https://wp.me/PEmnE-Bt
*/

h1.has-text-align-center-data {
    font-size: 2.027rem;
}

.has-background-cover .overlay {
    opacity: .5;
}

.fullscreen-header,
.fullscreen-header .hentry {
    min-height: 360px;
}

.singular-page-header {
    height: 30em;
}

.front-testimonial-content {
    font-size: 22px;
}


/* MAIN PAGE CONTENT WIDTH */

.entrypoint-home-content,
.entrypoint-what-we-do {
    max-width: 760px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* HOMEPAGE */

/* Remove default margins so spacing can be controlled below */
.entrypoint-home-content > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Second section heading */
.entrypoint-home-content h2 {
    margin-top: 12px !important;
    margin-bottom: 10px !important;
}

/* Space between heading and first paragraph */
.entrypoint-home-content h2 + p {
    margin-block-start: 20px !important;
}

/* Body paragraph spacing */
.entrypoint-home-content p + p {
    margin-block-start: 18px !important;
}

/* Space around homepage buttons */
.entrypoint-home-content .wp-block-buttons {
    margin-top: 4px !important;
    margin-bottom: 18px !important;
}

/* More room between intro paragraph and buttons on desktop */
@media (min-width: 769px) {
    .entrypoint-home-content .wp-block-buttons {
        margin-top: 18px !important;
    }
}
/* Widen homepage body container */
.home .site-main .front-block-one .entry,
.home .site-main .front-block-one .entry-content {
    max-width: 760px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Reduce space between homepage hero and body content */
.home .site-main .front-block-one {
    padding-top: 2rem !important;
}


/* WHAT WE DO PAGE */

/* Remove default block margins */
.entrypoint-what-we-do > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Regular paragraphs */
.entrypoint-what-we-do p + p {
    margin-block-start: 18px !important;
}

/* Main section headings */
.entrypoint-what-we-do h2 {
    margin-top: 28px !important;
    margin-bottom: 10px !important;
}

.entrypoint-what-we-do h2:first-child {
    margin-top: 0 !important;
}

/* Space between H2 and following paragraph */
.entrypoint-what-we-do h2 + p {
    margin-block-start: 20px !important;
}

/* Individual service headings */
.entrypoint-what-we-do h3 {
    margin-top: 24px !important;
    margin-bottom: 8px !important;
}

.entrypoint-what-we-do h3 + p {
    margin-block-start: 8px !important;
}
