@media only screen and (min-width: 600px) {

@keyframes insegnaMenuEffect {
  0%{
    opacity: 0;
    transform: translateY(-10px);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes menuEffect {
  0%{top:-72px;}
  100%{0;}
}
@keyframes paragraphsEffectOnLoad {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@keyframes paragraphsEffect {
  0%{
    opacity: 0.2;
  }
  100%{
    opacity: 1;
  }
}


body{
  background: url(sfondoBody.jpg) no-repeat center center fixed;
  background-size: cover;
}

/*INSEGNA*/

.insegna {
  animation: insegnaMenuEffect 1.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.loghi{
  display: table;
  clear: both;
  width: 100px;
  justify-content: center;
}
.logoFiat{
  width: 70px;
  height: 70px;
  margin: 10px;
  opacity: 70%;
}
.logoLancia{
  width: 70px;
  height: 70px;
  margin: 10px;
  opacity: 70%;
}
.logoAlfaRomeo{
  width: 70px;
  height: 70px;
  margin: 10px;
  opacity: 70%;
}
.titoli {
  width: auto;
  font-family: Helvetica;
  font-weight: bold;
  margin: 10px;
  text-align: center;
}
.titolo{
  width: auto;
  margin: 10px;
  font-size: 80px;
  color: white;
}
.sottotitolo{
  width: auto;
  margin: 10px;
  font-size: 50px;
  color: #EFEFEF;
}

/*MENU*/
.menu{
 animation: insegnaMenuEffect 1.5s;
 display: flex;
 position: absolute;
 justify-content: center;
 align-items: center;
 text-align: center;
 z-index: 1;
 margin: 0;
 left: 0;
 right: 0;
}
.buttonsMenu{
  background-color: transparent;
  border: none;
  font-family: Helvetica;
  color: white;
  margin: 10px;
  text-align: center;
  font-size: 18px;
  padding: 15px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
}
.buttonsMenu:hover{background-color: #6E6E6E}
.buttonsMenu:active{
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

/*CHI SIAMO*/
.chiSiamo{
  animation: paragraphsEffectOnLoad 3s;
  margin-top: 90px;
  margin-left: 50px;
  display: flex;
}
.titoloChiSiamo{
  color: white;
  font-family: Helvetica;
  font-size: 40px;
  font-weight: bold;
  margin-left: 60px;
}
.testoChiSiamo{
  margin: 10px;
  font-size: 21px;
  max-width: 450px;
  color: #AFAFAF;
  text-align: justify;
}
.imgChiSiamo{
  margin-top: 50px;
  width:500px;
  height:300px;
}

/*SERVIZI*/
.servizi{
  opacity: 20%;
  float: right;
  margin-top: 70px;
}
.titoloServizi{
  color: white;
  font-family: Helvetica;
  font-size: 40px;
  font-weight: bold;
  margin-right: 60px;
  text-align: right;
}
.listaServizi{
  display: flex;
  margin-top: 10px;
  margin: 10px;
  font-size: 21px;
  color: #AFAFAF;
}
.listaServizi1{
  margin-right: 10px;
}

/*DIVISORIO*/
.divDivisorio{
  width: 100%;
  height: 330px;
}
/*DIVISORIO*/

/*STRUTTURE*/
.strutture{
  opacity: 20%;
  margin-top: 50px;
  margin-left: 50px;
  display: flex;
}
.titoloStrutture{
  color: white;
  font-family: Helvetica;
  font-size: 40px;
  font-weight: bold;
  margin-left: 60px;
}
.testoStrutture{
  margin: 10px;
  font-size: 21px;
  max-width: 450px;
  color: #AFAFAF;
  text-align: justify;
}
.imgStrutture{
  margin-top: 50px;
  width:500px;
  height:300px;
}
.buttonsImgStrutture{
  margin-left: 50px;
  cursor: pointer;
}


/*COLLABORAZIONI*/
.collaborazioni{
  opacity: 20%;
  float: right;
  margin-top: 70px;
  margin-right: 50px;
}
.titoloCollaborazioni{
  color: white;
  font-family: Helvetica;
  font-size: 40px;
  font-weight: bold;
  margin-right: 60px;
  text-align: right;
}
.testoCollaborazioni{
  text-align: left;
  float: right;
  font-size: 20px;
  color: #AFAFAF;
  max-width: 950px;
  text-align: justify;
}

/*END PAGE*/

.endPage{
  margin-top: 30px;
  display: flex;
  left: 0;
  right: 0;
  margin: auto;
  padding: 90px;
  justify-content: center;
  margin-bottom: calc(50% - 50vw);
  background-color: rgba(233, 231, 233, 0.3);
}
/*ORARI*/
.orari{
  justify-content: center;
}
.titoloOrari{
  color: white;
  font-family: Helvetica;
  font-size: 22px;
  text-align: left;
  font-weight: bold;
}
.testoOrari{
  margin-top: 10px;
  font-size: 20px;
}
/*DOVE SIAMO*/
.doveSiamo{
  margin-left: 180px;
  margin-right: 100px;
}
.titoloDoveSiamo{
  color: white;
  font-family: Helvetica;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}
.testoDoveSiamo{
  margin-top: 10px;
  font-size: 20px;
}
#googleMaps{
  align-items: center;
}
/*CONTATTI*/
.contatti{

}
.titoloContatti{
  color: white;
  font-family: Helvetica;
  font-size: 22px;
  margin-left: 20%;
  font-weight: bold;
}
.testoContatti{
  margin-top: 10px;
  font-size: 20px;
  margin-left: 20%;
}
#facebook img{
  width: 50px;
  height: 50px;
  margin-top: 10px;
}

a{
  color: #E06C0B ;
  text-decoration: none;
}

#copyright{
  position: absolute;
  right: 0;
  bottom: 1;
  opacity: 50%;
  width: 100%;
  text-align: right;
}

}
