body > header{
    position: fixed;
    z-index: 1;
    width: 100%;
}

.header{
    height: 100vh;
    width: 100%;
}

.background-video{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
main > section{
    float: left;
    width: 100%;
    min-height: 400px;
    height: auto;
    position: relative;
    overflow: -webkit-paged-x;
}


.about .section0{
    background:  
        linear-gradient(180deg, rgba(14,16,36,0.12) 0%, rgba(14,16,36,0.78) 100%),
        linear-gradient(0deg, rgba(14,16,36,0.8) 0%, rgba(14,16,36,0.8) 100%),
        url("../img/keller-zable-28.jpg");
    background-size: cover;
    height: 100vh;
}

.metodologia .section0{
    background:  
        linear-gradient(180deg, rgba(14,16,36,0.12) 0%, rgba(14,16,36,0.78) 100%),
        linear-gradient(0deg, rgba(14,16,36,0.8) 0%, rgba(14,16,36,0.8) 100%),
        url("../img/se1.jpg");
    background-size: cover;
    height: 100vh;
}

.servizi .section0{
    background:  
        linear-gradient(180deg, rgba(14,16,36,0.12) 0%, rgba(14,16,36,0.78) 100%),
        linear-gradient(0deg, rgba(14,16,36,0.8) 0%, rgba(14,16,36,0.8) 100%),
        url("../img/keller-zable-4.jpg");
    background-size: cover;
    height: 100vh;
}

.frame{
    position: absolute;
    top: 14%;
    left: 12%;
    width: 76%;
    height: 72%;
}

@media (max-width: 992px) {
    .frame{
        top: 15%;
        height: 72%;
    }
}

.frame .container{
    height: 100%;
    width: 100%;
    padding: 7%;
}

.frame > .container > .row{
    height: 100%;
    width: 100%;
}

@media (max-width: 1200px) {
    .frame > .container > .row{
        min-height: 100%;
        height: 100%;
    }
}

.frame-leaf{
    margin: 0 auto;
    padding: 100px 0;
    width: 80%;
}

.scroll-link{
    position: absolute;
    height: 123px;
    width: 69px;
    border: 1px solid #A09385;
    bottom: 30px;
    left: calc((100% - 69px) /2);
    cursor: pointer;
}

.scroll-link span{
    color: #FFFFFF;
    font-family: "Futura Std";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    left: -21px;
}

.scroll-link .arrow{
    position: absolute;
    width: 1px;
    height: 64px;
    top: calc((100% - 64px)/2);
    left: calc((100% - 1px)/2);
    background-color: #A09385;
}

.scroll-link .arrow:before,
.scroll-link .arrow:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 20px;
    bottom: 6px;
    background-color: #A09385;
}

.scroll-link .arrow:before{
    left: -16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.scroll-link .arrow:after{
    left: -3px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

section > .container{
    height: 100%;
}

section > .container > .row{
    height: 100%;
}

.container > .row h1 {
    font-family: "Cormorant Garamond";
    color: #0E1024;
    font-size: 70px;
    font-weight: light;
    letter-spacing: 1px;
    line-height: 70px;
}

@media only screen and (max-width: 992px) {
    .container > .row h1 {
        font-size: 39px;
        line-height: 34px;
    }
}

.light .container > .row > div:nth-child(1) h1 {
    color: #FFF;
}

.container > .row:nth-child(1){
    margin-bottom: 100px;
}

.staff-list img{
    width: 70%;
    margin-bottom: 20px;
}
.staff-name
{
    color: #0E1024;
    font-family: "Futura Std";
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
}

.staff-role{
    color: #A09384;
    font-family: "Cormorant Garamond";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}

.staff-desc{
    color: #2D2D2D;
    font-family: "Futura Std";
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
}

.list-numbers{
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 30px;
}

.list-number {
    color: #A09384;
    font-family: "Cormorant Garamond";
    font-size: 57px;
    font-weight: bold;
    line-height: 69px;
    text-align: right;
    width: 100%;
    float: left;
}

@media only screen and (max-width: 992px) {
    .list-number {
        font-size: 33px;
        line-height: 31px;
        text-align: left;
    }
}

.list-text{
    color: #2D2D2D;
    font-family: "Futura Std";
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    text-align: right;
    width: 100%;
    float: left;
}

@media only screen and (max-width: 992px) {
    .list-text{
        text-align: left;
    }
}

.list-01 li{
    position: relative;
    padding-left: 30px;
}

.list-01 li:before{
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #000;
}

.section8{
    background:  
        linear-gradient(180deg, rgba(14,16,36,0.12) 0%, rgba(14,16,36,0.78) 100%),
        linear-gradient(0deg, rgba(14,16,36,0.8) 0%, rgba(14,16,36,0.8) 100%),
        url("../img/se5.jpg");
    background-size: cover;
    height: 100vh;
}

.contact-label{
    color: #FFFFFF;
    font-family: "Cormorant Garamond";
    font-size: 16px;
    letter-spacing: 6px;
    line-height: 24px;
   
}
.section7 .contact-label{
	text-align: center;
}

.contact-label strong:after{
    content:" //";
    font-weight:normal;
}
@media only screen and (max-width: 1537px) {
    .contact-label strong{
        display:block;
    }
}

.inputbox{
	color:#fff;
	background:none;
	padding:10px;
	border:1px solid #fff;
	opacity:0.5;
	display:block;
	width:100%;
	margin-bottom:15px;
}

.buttonbox{
	padding:15px 50px;
	color:#A09384;
	font-family: "Cormorant Garamond";
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 24px;
    text-align: center;
	border:1px solid #A09384;
	background:none;
	text-transform:uppercase;
}

@media only screen and (max-width: 575px) {
.buttonbox{
	display:block;
	width:100%;
}
}

.bigNum{
	text-align:center;
	font-family:Cormorant;
	font-size:6em;
	font-weight:100;
	color:#d8d0bf;
}
.bigNum span{
	font-family:"Futura Std";
	display:block;
	font-size:16px;
	height:34px;
	color: #999;

}
.spaceme{
	height:50px;
}