@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

body {
	margin: 0;
}
.tagline {
	position: absolute;
	top: 50%;
	left: 20px;
	font-family: 'Google Sans', sans-serif;
	font-weight: bold;
	font-size: 8vw;
	color: #fff;
	user-select: none;
	white-space: nowrap;
}
.tagline-highlight {
	color: chartreuse;
	position: relative;
	left: 2vw;
}
.tagline-highlight span {
	position: absolute;
	opacity: 0;
	transition: 0.5s;
}
.tagline-highlight span.active {
	opacity: 1;
}
.kyivlim-portrait {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.portrait-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.icon-wa,
.icon-ig {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-image: url(/img/whatsapp.svg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.8;
}
.icon-ig {
	background-image: url(/img/instagram.svg);
	background-size: 32px;
	margin-top: 5px;
	margin-left: 5px;
}