@charset "utf-8";
/* CSS Document */

.obomne-header {
	width: 100%;
	padding: 128px 40px 0 0;
	position: relative;
}
.obomne-header h1 {
	font-family: "Playfair Display", serif;
	font-style: italic;
	font-size: 350%;
	line-height: 1;
}
.obomne-header img {
	animation: appearance 2s .2s both;
}
.obomne-header .text-block {
	position: absolute;
	left: 50%;
	width: 50%;
} 
.obomne-body {
	width: 100%;
	padding: 30px 10% 0 10%;
	font-size: 110%;
}
.obomne-body .scroll-animation-wrapper {
	display: block;
}