.my-header{
    height:100vh;
    width: 100%;
    background-image:url(/img/Background.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:60% 80%;
    max-height: 500px;
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.main-header{
text-align: center;
}

.my-header-imprese-professionisti{
  height:100vh;
  width: 100%;
  background-image:url(/img/ImpreseProfessionisti/Slide_ImpreseProfessionisti_BLACK.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:60% 30%;
  max-height: 500px;
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-header-imprese-professionisti{
text-align: center;
}

.my-header-privati{
  height:100vh;
  width: 100%;
  background-image:url(/img/Privati/Slide_ControlloGestione_BLACK.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:60% 30%;
  max-height: 500px;
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-header-privati{
text-align: center;
}

.my-header-privacypolicy{
  height:100vh;
  width: 100%;
  background-image:url(/img/PrivacyPolicy.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:25% 50%;
  max-height: 500px;
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-header-privacypolicy{
text-align: center;
}

.my-header-condomini{
  height:100vh;
  width: 100%;
  background-image:url(/img/Condomini/Slide_Condominio_BLACK.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:60% 30%;
  max-height: 500px;
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-header-condomini{
text-align: center;
}

.my-footer-condomini{
  height:100vh;
  width: 100%;
  background-image:url(/img/Condomini/BusinessMan.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:50% 40%;
  max-height: 500px;
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-header-condomini{
text-align: center;
}

.main-footer-news{
text-align: center;
}

.my-header-news{
  height:100vh;
  width: 100%;
  background-image:url(/img/News/News_SLIDE.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:60% 30%;
  max-height: 500px;
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
}




.myheader span{
animation: blinker 1s linear infinite;
}
@keyframes blinker{
50%{
opacity: 0;
}
}


.carousel {
margin-bottom: 4rem;
}
.carousel-caption {
bottom: 3rem;
z-index: 10;
}

.carousel-item {
height: 35rem;
}
.marketing .col-lg-4 {
margin-bottom: 1.5rem;
text-align: center;
}
.marketing .col-lg-4 p {
margin-right: .75rem;
margin-left: .75rem;
}

@media (min-width: 1400px) {

  .carousel-size      {height:700px;}
	.carousel-img			  {height:950px;}

}

@media (min-width: 1200px) and (max-width: 1400px) {

  .carousel-size      {height:850px;}
	.carousel-img			  {height:850px;}
	
}

@media (min-width: 1000px) and (max-width: 1200px) {

	.carousel-chisiamo			{max-height:800px;}
	
}

@media (min-width: 800px) and (max-width: 1000px) {

	.carousel-chisiamo			{max-height:600px;}
		
}

@media (min-width: 650px) and (max-width: 800px) {

	.carousel-chisiamo			{max-height:520px;}
		
}

@media (min-width: 520px) and (max-width: 650px) {

	.carousel-chisiamo			{max-height:420px;}
		
}

@media (min-width: 450px) and (max-width: 520px) {

	.carousel-chisiamo			{max-height:350px;}
		
}

@media (min-width: 350px) and (max-width: 450px) {

	.carousel-chisiamo			{max-height:280px;}
		
}

@media (max-width: 350px) {

	.carousel-chisiamo			{max-height:180px;}
		
}

html {
  scroll-padding-top: 250px;
}

