/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Description: A custom child theme
Author: Jeremy Fonte
Version: 1.0
*/

div.wp-site-blocks header {
    background-color: orange;
    background-image: url("img/mountains_cropped_processed_small.jpg");
    height: 278px;
    
}

.wp-block-site-title {
    font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
    font-weight: bold;
}

div.wp-site-blocks header p.wp-block-site-title {
    font-size: 38px;
}

footer {
    background-color: orange;
}