/* Kim Moser - artist */

.home-bg {
	min-height: 100vh;
	background-image: url(/images/bg.jpg);
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
}

@media (max-width: 576px) {
	.home-bg {
		  background-position: calc(-100px) center;
	}
}

xxx.kim-moser {
	padding: 1rem 2rem 1rem 2rem;
	background-color: rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 3px rgba( 0,0,0, 0.7 );
	border-radius: 1rem;
	color: white;
}

p.korean {
	font-family: 'Noto Serif KR';
	font-size: 13vh;
}

.english {
	font-size: 9vh;
	font-weight: 500;
	line-height: calc( 0.5 * var(--bs-body-line-height) );
	color: rgba(255,255,255,0.3);
	text-shadow: -3px -3px 1px white;
	mix-blend-mode:lighten;
	letter-spacing: 0.5rem;
}

article.links a {
	color: white;
	text-decoration: none;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

article.links a:after {
	content: '\00bb';
}

article.links a:hover {
	text-decoration: underline;
}

article.links h4 {
	font-family: 'Ysabeau SC';
	font-size: 2rem;
}

