html[data-theme='light'] {
	--vp-c-bg: red;
}

.top {
	position: relative;
	text-align: center;
}

.top img {
	width: 100%;
	height: auto;
}

.top .tagline {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 2.5rem;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	width: 100%;
}

.top .message {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 0.9em;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	line-height: 1rem;
	width: 100%;
	max-width: 650px;
}

.contents .message {
	color: grey;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 10px;
}

a.title::before {
	content: '';
	display: inline-block;
	width: 80px;
	height: 40px;
	margin-right: 10px;
	background-image: url('/img/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.vp-doc.container {
	padding: 0 0;
}

footer {
	padding: 16px 0 !important;
}

.news {
	margin: 10px 0;
	font-size: 0.9rem;
	color: #666;
}

.vp-doc h2 {
	color: #f4a7b9;
}

.news .headline {
	display: block;
	padding: 5px 0;
	font-size: 1.5rem;
	border-bottom: 1px solid #c0c0c0;
	color: #f4a7b9;
}

.news ul {
	list-style-type: none;
	padding: 0;
	line-height: 1rem;
}

.news ul li .date {
	display: inline-block;
	margin-right: 5px;
}

.outline-title {
	display: none;
}

@media (max-width: 600px) {
	.top .tagline {
		font-size: 1.2rem;
	}
	.top .message {
		font-size: 0.7rem;
		line-height: 0.75rem;
	}
	.news ul {
		margin: 10px;
		font-size: 0.8rem;
	}
	.news ul li .date {
		display: block;
	}
	.news .headline {
		padding-left: 5px;
	}
}

.outline-marker {
	background-color: #d0104c !important;
}
