/* Enter Your Custom CSS Here */
.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media, .has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
display: none;
}

body.has-header-image .site-description, body.has-header-video .site-description {
    color: #222;
    opacity: 0.8;
}

body.has-header-image .site-title, body.has-header-video .site-title, body.has-header-image .site-title a, body.has-header-video .site-title a {
    color: #000;
}