/*
Theme Name: Storefront Child
Template: storefront
Description: Child theme for Storefront
Version: 1.0
*/

/* ==================================
   Force Storefront Header Styling
   ================================== */

.site-header {
    background-color: #000000 !important;
}

.site-header,
.site-header * {
    color: #ffffff !important;
}

/* ==================================
   Custom Header (for later use)
   ================================== */

.custom-header {
    background-color: #000000;
    color: #ffffff;
    padding: 25px;
    text-align: center;
}

.custom-header h1 {
    margin: 0;
    font-size: 26px;
}
