#navbar-container{width: 100%; position: fixed; top:0; z-index:10 }
.container-privacy{margin-top: 140px}
.profiletext p {text-align: justify; margin-bottom: 34px}


@media (max-width: 1199px) {
	.image-box{padding-top: 40px}
}

@media (max-width: 991px) {
  .nav-item{margin-left:0; margin-top: 20px; text-align: center}
  .nav-link{font-size: 1.3em}
  .navbar-container-top {background-color: rgba(0, 0, 0, 0.8) !important;}
  .navbar-container-scroll{background-color: rgba(0, 0, 0, 0.8) !important;}
  .nav-item:hover {background: rgba(255,255,255, 0.5) !important;}
  .nav-link:link, .nav-link:visited {color: #fff}
  .nav-link:hover {color: #000}
}
@media (max-width:767px) {
.sub-header{background-image: url('../imgs/team-md.jpg'); background-repeat: no-repeat; background-position: center center; background-size: cover;}

.icona{
    display: block;
  }
}

@media (max-width:575px) {
.sub-header{background-image: url('../imgs/team-xs.jpg'); background-repeat: no-repeat; background-position: center center; background-size: cover;}
}

