@media screen and (max-device-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;
    text-align: center;
    justify-content: center;
  }



  /*INSEGNA*/

  .insegna {
    animation: insegnaMenuEffect 1.5s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logoFiat{
    width: 100px;
    height: 100px;
    margin: 10px;
    opacity: 70%;
  }
  .logoLancia{
    width: 100px;
    height: 100px;
    margin: 10px;
    opacity: 70%;
  }
  .logoAlfaRomeo{
    width: 100px;
    height: 100px;
    margin: 10px;
    opacity: 70%;
  }
  .titoli {
    width: auto;
    font-family: Helvetica;
    font-weight: bold;
    margin: 10px;
    text-align: center;
  }
  .titolo{
    width: auto;
    margin: 0px;
    font-size: 90px;
    color: white;
  }
  .sottotitolo{
    width: auto;
    margin-top: 10px;
    font-size: 45px;
    color: #EFEFEF;
  }

  /*MENU*/
  .menu{
   animation: insegnaMenuEffect 1.5s;
   display: inline-block;
   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: 30px;
    padding: 12px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
  }
  .buttonsMenu:active{
    animation: buttonsMenuEffectClick 1s;
    box-shadow: 0 5px;
    transform: translateY(4px);
  }

  /*CHI SIAMO*/
  .chiSiamo{
    position: relative;
    top: 190px;
    animation: paragraphsEffectOnLoad 3s;
    display: inline-block;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    justify-content: center;
  }
  .titoloChiSiamo{
    color: white;
    font-family: Helvetica;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
 }
  .testoChiSiamo{
    left: 0;
    right: 0;
    margin: auto;
    font-size: 18px;
    max-width: none;
    color: #AFAFAF;
    text-align: center;
    margin-bottom: 50px;
  }
  .imgChiSiamo{
    height:400px;
    width: 800px;
    left: 0;
    right: 0;
    margin: auto;
  }

  /*SERVIZI*/
  .servizi{
    opacity: 20%;
    margin-top: 80px;
    width: 100%;
    display: inline-block;
    margin-top: 220px;
  }
  .titoloServizi{
    color: white;
    font-family: Helvetica;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    width: 100%;
  }
  .listaServizi{
    display: inline;
    margin-top: 5px;
    margin: 10px;
    font-size: 18px;
    color: #AFAFAF;
    text-align: left;
  }

  /*STRUTTURE*/
  .strutture{
    opacity: 20%;
    margin-top: 40px;
    display: inline-block;
    text-align: center;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
  }
  .titoloStrutture{
    color: white;
    font-family: Helvetica;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
  }
  .testoStrutture{
    font-size: 18px;
    color: #AFAFAF;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 50px;
    max-width: none;
    text-align: center;
  }
  .imgStrutture{
    height:400px;
    width: 800px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .imgStrutture{
    background-size: cover;
  }
  .buttonsImgStrutture{
    cursor: pointer;
    text-align: center;
    justify-content: center;
    padding: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }

  /*COLLABORAZIONI*/
  .collaborazioni{
    margin-top: 40px;
    position: relative;
    opacity: 20%;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
  }
  .titoloCollaborazioni{
    color: white;
    font-family: Helvetica;
    size: 30px;
    font-weight: bold;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 40px;
  }
  .testoCollaborazioni{
    size: 18px;
    color: #AFAFAF;
    text-align: center;
    left: 0;
  }
  .divDivisorio{
    height: 0;
    width: 0;
  }

  /*END PAGE*/
  .endPage{
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    background-color: rgba(233, 231, 233, 0.3);
    display: inline-block;
    margin-bottom: calc(50% - 50vw);
  }
  /*ORARI*/
  .orari{
    justify-content: center;
  }
  .titoloOrari{
    color: white;
    font-family: Helvetica;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
 }
  .testoOrari{
    margin-top: 10px;
    font-size: 30px;
  }
  /*DOVE SIAMO*/
  .doveSiamo{
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }
  .titoloDoveSiamo{
    color: white;
    font-family: Helvetica;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}
  .testoDoveSiamo{
    margin-top: 10px;
    font-size: 30px;
    text-align: center;
  }
  /*CONTATTI*/
  .contatti{
    justify-content: center;
    align-items: center;
  }
  .titoloContatti{
    color: white;
    font-family: Helvetica;
    font-size: 50px;
    font-weight: bold;
    margin-left: 0;
  }
  .testoContatti{
    margin-top: 10px;
    font-size: 30px;
    margin-left: 0;
  }
  #facebook img{
    width: 70px;
    height: 70px;
    margin-top: 10px;
  }

  a{
    color: #E06C0B ;
    text-decoration: none;
  }

  #copyright{
    position: absolute;
    right: 0;
    bottom: 1;
    opacity: 50%;
  }

}
