/*
Template: twentynineteen
Theme Name:Silverwood Farm Child
Theme URI:
Author URI:
Author: Eva Jaycox	
Version: 1.0
Description: Child Theme for Silverwood Farm Site
*/

@import url("../twentynineteen/style.css");

.site-branding .site-title a{
color: #624670;
}


.entry-title,
.entry-title a {
    color: #465470; 
}

.wp-block-heading {
    color: #547046;
}

.site-header {
background: #E4DED3; 
}

.wp-block-image img{
border: 4px solid   #C0B49B !important;
}

.site-content {
color: #465470;
}

/* Hide only footer widgets */
footer#colophon .widget-area {
    display: none;
}

/* Footer text color */
.site-footer {
    color: #547046; /* change to any hex color you like */
}

/* Footer background */
.site-footer {
    background-color: #E4DED3;  /* dark gray example */
}

footer#colophon-site-footer {
    background-color: #222;
    color: #fff;
    padding: 30px 0;
}
footer#colophon-site-footer a {
    color: #fff;
}
footer#colophon-site-footer a:hover {
    color: #ddd;
}
