/**
 * Theme Name:        Katie Ayres Custom Block Theme
 * Description:       Custom block theme for Katie's personal website
 * Version:           1.0
 * Author:            One Creative Developer, LLC
 * Author URI:        https://onecreativedeveloper.com
 * Text Domain:       katie-ayres
 * Tested up to:      6.4
 * Requires at least: 6.2
 * Requires PHP:      8.0
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

/* body {
    background: rgb(228, 248, 255) !important;
} */

header {
    box-shadow: var(--wp--preset--shadow--menu);
    border-bottom: 1px solid rgb(156, 156, 156);

}

.wp-block-post-featured-image {
    margin-top: 0;
    z-index: 1 !important;

    img {
        height: 600px;
    }
}

footer {
    margin-block-start: 100px;

    .home & {
        margin-block-start: 0;
    }
}

.page-id-136 {
    .wp-block-post-featured-image img {
        object-position: center right;
    }
}

.wp-block-navigation .current-menu-item {
    background-color: var(--wp--preset--color--light-primary);
    color: var(--wp--preset--color--white);
}

/*
Get rid of the See More on the gallery block
*/
.one-happy-gallery-painting-description__see-more {
    display: none;
}


.wp-block-one-happy-gallery-single-gallery {
    --one-happy-gallery-canvas-color: var(--wp--preset--color--dark-gray);
    --one-happy-gallery-painting-title-font-size: 1.1rem;
    --one-happy-gallery-painting-padding-bottom: 0;
}