.cta-heading {
/* 	display: none; */
}

.cta-subheading {
/* 	font-size: 82px; */
}
.home-block {
	min-height: 250px;
    height: calc(33.3vh - 9px);
}
.home-block a {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.cta-btn-actions {
	margin-top: 60px;
}
.bio-block-2 {
	background-color: #1d2a43;
}

.bio-block-3 {
	background-color: #546066;
}

.bio-block-4 {
	background: url(../images/home_sfondo-4.jpg) center center no-repeat;
	background-size: cover;
}

.bio-block-5 {
	background: url(../images/home_sfondo-5.png) center center no-repeat;
	background-size: cover;
}

.bio-block-6 {
	background-color: #dadada;
}

.bio-block-6 a {
	color: #000 !important;
}