.demo-1 {
	--color-text: #fff;
	--color-bg: #000;
	--color-link: #fff;
	--color-link-hover: #ac1122;
	--color-info: #ac1122;
	--color-title: #fff;
	--color-subtitle: #fff;
	--color-subtitle-bg: #0e6792;
}

.content__title {
	font-family: 'Playfair Display', serif;
	font-size: 6vw;
	font-weight: normal;
	color: var(--color-title);
	text-align: center;
	margin: 0;
	pointer-events: none;
}

.content__title2 {
	font-family: 'Playfair Display', serif;
	font-size: 4vw;
	font-weight: normal;
	color: var(--color-title);
	text-align: center;
	margin: 0;
	pointer-events: none;
}

.content__subtitle {
	font-size: 26px;
    background: var(--color-subtitle-bg);
    color: var(--color-subtitle);
    padding: 0.35em 0.5em;
    line-height: 1;
    margin: 0;
    letter-spacing: 0.4em;
    text-indent: 0.5em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px;
}

.dlogoFront {
	bottom: 40px;
z-index: 9;
width: 300px;
position: absolute;
right: 10px;
}

@media screen and (max-width: 55em) {
	.content__title {
		font-size: 3em;
	}
	.content__subtitle {
		font-size: 0.85em;
	}
}