/*

colore sfondo: #e5e6e0
colore sfondo (beige chiaro): #fafaf5
colore sfondo (beige bianco): #fcfcfa

colore scritte: #475658


*/






/** Width between 1200x to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */


 

@media (min-width: 1200px) {

}

/** Width between 1026px to 1199px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

@media (min-width: 1026px) and (max-width: 1199px) {
  
}



/** Width between 992px to 1025px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ XXX XXX
 */

@media (min-width: 992px) and (max-width: 1025px) {

  /* Sfondo */
  body {
    background: url(../images/sfondocell.jpg) repeat scroll center center / cover;
  }

  /* Header */
  .header {
    position: fixed;
    top: 43%; /* prima 50px */
    width: 100%;
  }
  .header h1 {
    color: #fff;
    font-weight: bolder;
    font-size: 65px; /* prima 13vw */
    margin-top: -20px;
    width: 100%;
    text-align: center;
  }
  
  /* Footer */
  #footer .socials-media ul li {
    margin-right: 15px;
    margin-left: 15px;
    float: none;
    display: inline-block;
  }
  #footer .socials-media ul li a {
    font-size: 40px;
  }

  /* Overlay */
  .overlay img {
    position: relative;
    top: 45%;
    left: 50%;
    width: 30vw;
    transform: translate(-50%, -50%);
  }

  /* Credit */
  .credits {
    width: 100vw;
    position: fixed;
    bottom: 7%;
    font-size: 10px;
    margin-bottom: -50px;
    text-align: center;
  }

  .credits p {
    line-height: 20px;
    color: gray;
    font-size: 15px;
  }

  .credits p a {
    line-height: 20px;
    color: gray;
    font-size: 15px;
  }

  .credits p a:hover {
    color: red;
  }

  img {
    width: 10vw;
  }

  .fotografia {
    position: fixed;
    top: 55vh;
    left: 45vw;
  }



}




















/** Width between 768px to 991px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   IPAD
 */

@media (min-width: 768px) and (max-width: 991px) {

  /* Sfondo */
  body {
    background: url(../images/sfondocell.jpg) repeat scroll center center / cover;
  }

  /* Header */
  .header {
    position: fixed;
    top: 45%; /* prima 50% */
    width: 100%;
  }
  .header h1 {
    color: #fff;
    font-weight: bolder;
    font-size: 55px; /* prima 13vw */
    margin-top: -20px;
    width: 100%;
    text-align: center;
  }

  
  /* Footer */
  #footer .socials-media ul li {
    margin-right: 10px;
    margin-left: 10px;
    float: none;
    display: inline-block;
  }

  #footer .socials-media ul li a {
    font-size: 35px;
  }

  /* Overlay */
  .overlay img {
    position: relative;
    top: 45%;
    left: 50%;
    width: 30vw;
    transform: translate(-50%, -50%);
  }

  /* Overlay */
  .overlay img {
    position: relative;
    top: 45%;
    left: 50%;
    width: 30vw;
    transform: translate(-50%, -50%);
  }

  /* Credit */
  .credits {
    width: 100vw;
    position: fixed;
    bottom: 7%;
    font-size: 10px;
    margin-bottom: -50px;
    text-align: center;
  }

  .credits p {
    line-height: 20px;
    color: gray;
    font-size: 15px;
  }

  .credits p a {
    line-height: 20px;
    color: gray;
    font-size: 15px;
  }

  .credits p a:hover {
    color: red;
  }

  img {
    width: 10vw;
  }

  .fotografia {
    position: fixed;
    top: 55vh;
    left: 45vw;
  }


}















/** Width between 767px to 601
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   XXX XXX
 */

@media (min-width: 601px) and (max-width: 767px) {

  /* Sfondo */
  body {
    background: url(../images/sfondocell.jpg) repeat scroll center center / cover;
  }

  /* Header */
  .header {
    position: fixed;
    top: 45%; /* prima 50% */
    width: 100%;
  }
  .header h1 {
    color: #fff;
    font-weight: bolder;
    font-size: 50px; /* prima 13vw */
    margin-top: -20px;
    width: 100%;
    text-align: center;
  }
  
  /* Footer */
  #footer .socials-media ul li {
    margin-right: 10px;
    margin-left: 10px;
    float: none;
    display: inline-block;
  }
  #footer .socials-media ul li a {
    font-size: 30px;
  }

  /* Overlay */
  .overlay img {
    position: relative;
    top: 45%;
    left: 50%;
    width: 30vw;
    transform: translate(-50%, -50%);
  }

  /* Credit */
  .credits {
    width: 100vw;
    position: fixed;
    bottom: 7%;
    font-size: 10px;
    margin-bottom: -50px;
    text-align: center;
  }

  .credits p {
    line-height: 20px;
    color: gray;
    font-size: 10px;
  }

  .credits p a {
    line-height: 20px;
    color: gray;
    font-size: 10px;
  }

  .credits p a:hover {
    color: red;
  }

  img {
    width: 15vw;
  }

  .fotografia {
    position: fixed;
    top: 55vh;
    left: 42.5vw;
  }


  

}

















/** Width between 600px to 481
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    XXX XXX
 */

@media (min-width: 481px) and (max-width: 600px) {

  /* Sfondo */
  body {
    background: url(../images/sfondocell.jpg) repeat scroll center center / cover;
  }


  /* Header */
  .header {
    position: fixed;
    top: 40%;  /* prima 50% */
    width: 100%;
  }
  .header h1 {
    color: #fff;
    font-weight: bolder;
    font-size: 45px; /* prima 13vw */
    margin-top: -20px;
    width: 100%;
    text-align: center;
  }
  
  /* Footer */
  #footer .socials-media ul li {
    margin-right: 10px;
    margin-left: 10px;
    float: none;
    display: inline-block;
  }
  #footer .socials-media ul li a {
    font-size: 30px;
  }

  /* Overlay */
  .overlay img {
    position: relative;
    top: 45%;
    left: 50%;
    width: 30vw;
    transform: translate(-50%, -50%);
  }

  /* Credit */
  .credits {
    width: 100vw;
    position: fixed;
    bottom: 7%;
    font-size: 10px;
    margin-bottom: -50px;
    text-align: center;
  }

  .credits p {
    line-height: 20px;
    color: gray;
    font-size: 10px;
  }

  .credits p a {
    line-height: 20px;
    color: gray;
    font-size: 10px;
  }

  .credits p a:hover {
    color: red;
  }

  img {
    width: 15vw;
  }

  .fotografia {
    position: fixed;
    top: 55vh;
    left: 42.5vw;
  }



}


















/** Width between 480px to 321
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   IPHONE X
 */

@media (min-width: 321px) and (max-width: 480px) {

  /* Sfondo */
  body {
    background: url(../images/sfondocell.jpg) repeat scroll center center / cover;
  }


  /* Header */
  .header {
    position: fixed;
    top: 40%;
    width: 100%;
  }
  .header h1 {
    color: #fff;
    font-weight: bolder;
    font-size: 40px; /* prima 13vw */
    margin-top: -20px;
    width: 100%;
    text-align: center;
  }
  
  /* Footer */
  #footer .socials-media ul li {
    margin-right: 15px;
    margin-left: 15px;
    float: none;
    display: inline-block;
  }

  /* Overlay */
  .overlay img {
    position: relative;
    top: 45%;
    left: 50%;
    width: 35vw;
    transform: translate(-50%, -50%);
  }

  /* Credit */
  .credits {
    width: 100vw;
    position: fixed;
    bottom: 7%;
    font-size: 10px;
    margin-bottom: -50px;
    text-align: center;
  }

  .credits p {
    line-height: 20px;
    color: gray;
    font-size: 10px;
  }

  .credits p a {
    line-height: 20px;
    color: gray;
    font-size: 10px;
  }

  .credits p a:hover {
    color: red;
  }

  img {
    width: 15vw;
  }

  .fotografia {
    position: fixed;
    top: 55vh;
    left: 42.5vw;
  }



}






















/** Width between 320px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    Iphone 5S
 */

@media (min-width: 0px) and (max-width: 320px) {

  /* Sfondo */
  body {
    background: url(../images/sfondocell.jpg) repeat scroll center center / cover;
  }


  /* Header */
  .header {
    position: fixed;
    top: 30%;
    width: 100%;
  }
  .header h1 {
    color: #fff;
    font-weight: bolder;
    font-size: 23px; /* prima 13vw */
    margin-top: -20px;
    width: 100%;
    text-align: center;
  }
  
  /* Footer */
  #footer .socials-media ul li {
    margin-right: 5px;
    margin-left: 5px;
    float: none;
    display: inline-block;
  }
  #footer .socials-media ul li a {
    font-size: 20px;
  }

  /* Overlay */
  .overlay img {
    position: relative;
    top: 45%;
    left: 50%;
    width: 30vw;
    transform: translate(-50%, -50%);
  }

  /* Credit */
  .credits {
    width: 100vw;
    position: fixed;
    bottom: 7%;
    font-size: 8px;
    margin-bottom: -50px;
    text-align: center;
  }

  .credits p {
    line-height: 20px;
    color: gray;
  }

  .credits p a {
    line-height: 20px;
    color: gray;
  }

  .credits p a:hover {
    color: red;
  }

  img {
    width: 15vw;
  }

  .fotografia {
    position: fixed;
    top: 55vh;
    left: 42.5vw;
  }



}
