.custom-header-media:after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 70%, rgba(0, 0, 0, 1) 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
}

.custom-header {
	height: 30vh !important;
}

.custom-logo {
	max-height: 120px !important;
}

.site-branding {
	text-shadow: 1px 1px 4px #000;
}

@view-transition {
	navigation: auto; 
	types: slide, forwards;
}

.entry-title {
	font-size: 20px!important;
}

.menu {
	font-size: 18px!important;
}

.embed-privacy-input-wrapper {
	display: none;
}