/* Swap the background image to your custom logo */
#header #logo {
    background-image: url('../images/logo.png') !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    background-size: contain !important; /* Prevents the image from being cropped */
    
    /* Adjust these to match your actual logo size */
    width: 200px !important; 
    height: 50px !important; 
}

/* Hide the text that usually sits next to the logo */
.logo-accent-afterblog {
    display: none !important;
}

.recipe-blurb {
    color: #AA8888 !important;
    font-size: inherit !important;
}
