/*
Theme Name: Camille
Template: twentytwentytwo
*/

@import url("../twentytwentytwo/style.css");


/* Orange header background */
.wp-block-template-part .wp-block-group.has-foreground-background-color {
    background-color: orange !important;
}

/* Site title: 5em, bold, not italic */
.wp-block-site-title {
    font-size: 5em !important;
    font-weight: bold !important;
    font-style: normal !important;
}

/* Replace bird image with footprints, rotate and position top right */
.wp-block-image img[src*="flight-path-on-transparent-d.png"] {
    content: url('/wp-content/uploads/2022/05/footprints.png') !important;
    transform: rotate(90deg) !important;
    position: absolute !important;
    top: 0 !important;
    /* right: 0 !important; */
    z-index: 10 !important;
}

/* Make sure the image container allows positioning */
.wp-block-template-part {
    position: relative !important;
}