html,
body,
header,
.view {
	width: 100%;	
	height: 100%;
}

.full-page-intro {                         
	background: url("../../imagini/78.jpg");
	background-size:cover;
	background-repeat: no-repeat;                     
}

.bck-change{
	background-color: rgba(0,0,0,.7);
	background-size:cover;
	background-repeat: no-repeat; 
	transition: background-image 1s ease-in 3s;
}

@media all and (max-width:1200px) {
   .btn-block-xs { width: 100%; display:block; }
} 

.btn-in-out-small{
	min-height: 100px !important;
    font-size: 15px !important;
    margin-top: 15px !important;
}

.fs-4 {
  font-size: 1.5rem;
}