*{
	box-sizing: border-box;
}
a,a:hover{
	text-decoration:none;
	color:black;
}

.wrapper{
	background-color: #fff;
	position: relative;
}
.bgscreen{
  height: 100vh;
  background-image: url(../images/index_bg.png);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100% 100%;
 // border:1px solid green;
}
.indx_content{
	margin:0;
	padding:0;
	height: 100vh;
}
.indx_content h1{
	width:35%;
	height:250px;
	background-image: url(../images/logo_fin.gif);
    background-repeat: no-repeat;
	background-position: 0;
	background-size: 100%;
	//border:1px solid green;
	position:absolute;
	top:40%;
	right:20%;
	
	display: block;
	white-space: nowrap;
	text-indent: -9999px;
}
.indx_content h1 a{
	display:block;
	height:100%;
	//border:1px solid red;
}
.indx_content .contact{
	position: absolute;
    left: 100px;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 50px;
	margin-left:15px;
	//background-color:black;
}
.indx_content .contact p{
	font-family: 'Gabriela';font-size: 14px;
	font-weight:bold;
}