@charset "UTF-8";
/* CSS Document */

@font-face {font-family: Bion-Book; src: url(fonts/bion-book.otf); font-weight: normal;}

body {
	background-color: #e2e0de;
	color: #1d1d1b;
}

a {
	color: #1d1d1b;
	text-decoration: none;
}

a:hover {
	color: #c6cac0;
}

.full-screen {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100vw - 200px);
	height: calc(100vh - 200px);
	background: url("images/svg/symbol-dova.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 80vh;
	padding: 100px;
}

.left-side {
	width: 50%;
	float: left;
	text-align: left;
}
.right-side {
	width: 50%;
	float: left;
	text-align: right;
}

.left-text {
	font-family: 'Bion-Book';
	font-size: 14px;
	padding-top: 30px;
}

.right-text {
	font-family: 'Bion-Book';
	font-size: 14px;
	padding-top: 30px;
}
.left-image img{
	width: 12vw;
}
.right-image img{
	width: 12vw;
}

.footer {
	font-family: 'Bion-Book';
	font-size: 12px;
	text-align: center;
	display: block;
	position: fixed;
	bottom: 50px;
	width: calc(100vw - 200px);
}
.mobile-logo {display: none;}


@media screen and (max-device-width : 767px) {
.full-screen {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: auto;
	background: none;
	padding: 100px;
}	
.left-side {
	width: 100%;
}
.right-side {
	width: 100%;
	padding-bottom: 50px;
}
.left-image img{
	width: 40vw;
}
.right-image img{
	width: 40vw;
}
.left-text, .right-text {font-size: 32px;}
.footer {
	font-size: 24px; 
	position: absolute;
}
.mobile-logo {
	display: block;
	text-align: center;
}
.mobile-logo img {
	width: 50vw;
	padding: 10vh 0;
}
	
	
}
