/*
    Theme Name: Prima Pubblicita
    Author: Andrea Paolazzi
    Description: Tema di Prima Pubblicita
    Version: 4.0
*/





/*
    ================================================
    CSS MOBILE
    ================================================
*/





@media screen and (max-width: 1600px) {

    .header {
        padding: 2em 2em;
    }
	
	.HomeTitleCont h1 {
		font-size: 4.4em !important;
	}
	
	
}



@media screen and (max-width: 1400px) {

	.HomeTitleCont h1 {
    	font-size: 3.9em !important;
		line-height: 1em;
	}

	.HomeTitleCont h2 {
		font-size: 1.3em !important;
	}
	

}



@media screen and (max-width: 1300px) {

	.menuheader {
		display: none;
	}

}





@media screen and (max-width: 1200px) {

	/* HOMEPAGE */
	
	.TitoloBig {
		font-size: 2.8em;
	}
	
	.SloganHome h5 {
		font-size: 1.3em;
	}

	.Servizio a img {
		width: 4em;
	}
	
	.Servizio .Freccia {
		width: 1em;
	}
	
}





@media screen and (max-width: 992px) {

	.header img {
		width: 10em;
	}
	
	
	/* FOOTER */
	
	.Footer {
		text-align: center;
	}
	
	.LogoFooter img {
		margin: 0 auto;
		margin-bottom: 2em;
	}
	
	
	/* HOMEPAGE */
	
	.HomeTitleCont {
		width: 70%;
		left: 50%;
		transform: translate(-50%);
		text-align: center;
	}
	
	.HomeTitleCont h1 {
    	font-size: 3.5em !important;
	}

	.HomeTitleCont h2 {
		font-size: 1.2em !important;
	}
	
	.Servizio a img {
		margin-left: 0;
		width: 3em;
	}
	
	.Servizio h3 {
		font-size: 1.8em !important;
	}
	
	.Servizio .Freccia {
		width: 0.9em;
		margin-top: 0.3em;
		margin-left: 1em;
	}
	
	.SloganHome {
		text-align: center;
	}	

	.TitoloBig {
		margin-top: 0;
	}


}





@media screen and (max-width: 768px) {

	.header img {
		width: 8em;
	}
	
	
	/* HOMEPAGE */
	
	.HomeTitleCont h1 {
    	font-size: 3em !important;
	}

	.HomeTitleCont h2 {
		font-size: 1em !important;
	}
	
	.Servizio.Ser-1 {
		margin-bottom: 3em;
	}
	
	.TitoloBig {
		font-size: 2.2em;
	}
	
	.SloganHome h5 {
		padding: 0;
		padding-top: 1em;
		font-size: 1.1em;
	}
	

	/* SERVIZI INTERNA */
	
	.ServiziInterna img {
		margin-bottom: 3em;
	}


}





@media screen and (max-width: 576px) {

	.PaddingMedio {
		padding-top: 3em;
		padding-bottom: 3em;
	}


}





@media screen and (max-width: 450px) {

}




