/*
Theme Name: marieke blog
Theme Uri:  https://marieke.com/
Author:     Joost de Valk
Author Uri: https://joost.blog/
Template:   twentynineteen
Version:    1.0
License:    GNU General Public License v2 or later
Version:    1.0
*/

#breadcrumbs {
	color: #fff;
}
#breadcrumbs a {
	text-decoration: underline;
}
#breadcrumbs .breadcrumb_last {
	display: none;
}
footer.entry-footer span.byline {
	display: none !important;
}
h1:not(.site-title):before {
    content: "" !important;
    display: none !important;
}
#cookie-notice { 
	background-color: #fff;
	color: #000;
	border-top: 1px solid #000;
	line-height: 30px;
}
#cookie-notice .button {
	display: inline-block;
    background-color: #ddd;
    color: #000;
    border: 1px solid #000;
	padding: 8px 10px !important;
}

@media only screen and (min-width: 768px) {
	.site-header.featured-image {
		min-height: 75vh !important;
		margin-bottom: 1rem;
	}	
}