





:root {
    --text-shade-background: #111 !important;
}

.html-layout {
    background-color: #000 !important;
}
body.template #content-well:after, 
body.alt-template #content-well:after {
    background-color: rgba(255, 255, 255, 0.6) !important;
}


a {
    color: var(--g-accent-color);
}
a:hover {
    color: #FFF;
}

.title-101 .subtitle, .title-101 .subtitle * {
	color: rgba(255, 255, 255, 0.6) !important;
}


.hmenu > .mrp-menu-level-0 li.open > ul {
	background: #000 !important;
}
.hmenu > .mrp-menu-level-0 > li > .mrp-menu-level-1 span, .hmenu > .mrp-menu-level-0 > li > .mrp-menu-level-1 a {
	color: #FFF !important;
}
.hmenu > .mrp-menu-level-0 li.open > ul li {
	padding-left: var(--spacing-4);
	border-left: 1px solid #444;
}
.hmenu > .mrp-menu-level-0 li.open > ul li {
    border-top: 0 !important;
}



.mrp-crea-attribution, .provider-attribution {
    display: none !Important;
}