html{
	height: 100%;
}

body {
	background-color: #f7f7f7 !important;
	color:#6f6f70;
	height: 100%;
	overflow-y: auto;
	font-size: 1.1em;
	font-family:'Montserrat';
}

.adjust{
	height: 100%;
	margin-left: auto;
	margin-right: auto;
 }

 .home{
	position: absolute;
	overflow-y: auto;
	left: 20%;
	right: 20%;
 }

 .options{
	position: absolute;
	/*left: calc(50% - 120px);*/
	padding: 10px;
	z-index:200;
 }

.title{
	text-align: center;
	font-weight: 600;

	max-width: 700px;
	position: relative;
	left: calc(50% - 350px);
	padding: 5rem 0rem 1rem 0rem;
}

.abstract{
	max-width: 600px;
	position: relative;
	left: calc(50% - 300px);
	padding: 20px;
}

.logosrow{
	max-width: 600px;
	padding-top: 20px;
}

.buttonsrow{
	max-width: 400px;
	padding-top: 40px;
}

.logo{
	width:230px;
	height:74px;
	background-image:url(../images/Vicomtech-BRTA_RGB_General.png);
	margin: 10px;
}

.logo_web3d{
	width:300px;
	height:97px;
	background-image:url(../images/Web3D-Consortium_logo-300x97.png);
	margin: 10px;
}

.logo_hospi{
	width:274px;
	height:70px;
	background-image:url(../images/hospital-12-octubre.png);
	margin: 10px;
}

.logo_bioma{
	width:200px;
	height:65px;
	background-image:url(../images/cic-biomagune_logo_76.png);
	margin: 15px;
}
