/*
* ADG idea Website main CSS
* © Alessandro del Gobbo - 2013-2014
*/

/*Section BGs MediaQueries*/

.parallax {
  background-color: #000;
  /*background-image: url(../images/bg/bg-dot-2-1920.jpg);*/
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/*STANDARD FILL COLOR*/

#homepage {
  background: #000;
}

#services-apps {
  background: #98d000;
}

#services-platforms {
  background: #0081b2;
}

#services-websites {
  background: #dfbd00;
}

#services-ecommerce {
  background: #6a0800;
}

#services-web-marketing {
  background: #006a18;
}

#chi-siamo {
  background: #69003e;
}

#contattaci {
  background: #fff;
}

#majors-brands {
  background: #000;
}

#footer {
  background: #000;
}

/*Small devices - very small to 480px (Galaxy S2...)*/

@media (max-width: 480px) {

}

/*Small devices - very small to 768px - final max-height include phones in horizontal mode. */

@media (min-device-width: 500px) and (max-device-width: 767px) and (min-device-height: 500px) , (max-device-height: 700px) {
  .parallax {
    /*background-image: url(../images/bg/bg-dot-2-1024.jpg);*/
  }

  #homepage {
    /*background-image: url(../images/bg/bg-black-slice.png); background-position: 0% 5%; background-repeat:  repeat-x; background-attachment: scroll; background-size: auto;*/
  }

  #services-apps {
    background-image: url(../images/bg/bg-acid-slice.png);
    background-position: 0% 5%;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-size: auto;
  }

  #services-platforms {
    background-image: url(../images/bg/bg-azure-slice.png);
    background-position: 0% 5%;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-size: auto;
  }

  #services-websites {
    background-image: url(../images/bg/bg-yellow-slice.png);
    background-position: 0% 5%;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-size: auto;
  }

  #services-ecommerce {
    background-image: url(../images/bg/bg-red-slice.png);
    background-position: 0% 5%;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-size: auto;
  }

  #services-web-marketing {
    background-image: url(../images/bg/bg-green-slice.png);
    background-position: 0% 5%;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-size: auto;
  }

  #chi-siamo {
    background-image: url(../images/bg/bg-fucsia-slice.png);
    background-position: 0% 5%;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-size: auto;
  }

  #contattaci {
    background-image: url(../images/bg/bg-white-slice.png);
    background-position: 0% 5%;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-size: auto;
  }

  #majors-brands {
    background-image: url(../images/bg/bg-black-slice.png);
    background-position: 0% 5%;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-size: auto;
  }

  #footer {
    background-image: url(../images/bg/bg-black-slice.png);
    background-position: 0% 5%;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-size: auto;
  }
}

/* Bigger than standard 768-960 (devices and browsers) (min-height exclude mini-phone in horizontal mode) */

@media only screen and (min-device-width: 1100px) and (max-device-width: 1200px) and (min-device-height: 768px) {
  #homepage {
    background-image: url(../images/bg/bg-night-grass-adg-1024.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  #services-apps {
    background-image: url(../images/bg/bg-nature-phone-1024.jpg);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  #services-platforms {
    background-image: url(../images/bg/bg-azure-startup-1024.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  #services-websites {
    background-image: url(../images/bg/bg-multicolored-pencils-1024.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  #services-ecommerce {
    background-image: url(../images/bg/bg-red-cart-1024.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  #services-web-marketing {
    background-image: url(../images/bg/bg-green-marketing-1024.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  #chi-siamo {
    background-image: url(../images/bg/bg-fucsia-road-1024.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  #contattaci {
    background-image: url(../images/bg/bg-white-1024.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }

  #majors-brands {
    background-image: url(../images/bg/bg-black-1024.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }

  #footer {
    background-image: url(../images/bg/bg-black-1024.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
}

/* Bigger than standard 1024 (devices and browsers) */

@media only screen and (min-device-width: 1201px) and (min-device-height: 768px) {
  .parallax {
    /*background-image: url(../images/bg/bg-dot-2-1920.jpg);*/
  }

  #homepage {
    background-image: url(../images/bg/bg-night-grass-adg-1920.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  #services-apps {
    background-image: url(../images/bg/bg-nature-phone-1920.jpg);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  #services-platforms {
    background-image: url(../images/bg/bg-azure-startup-1920.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  #services-websites {
    background-image: url(../images/bg/bg-multicolored-pencils-1920.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  #services-ecommerce {
    background-image: url(../images/bg/bg-red-cart-1920.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  #services-web-marketing {
    background-image: url(../images/bg/bg-green-marketing-1920.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  #chi-siamo {
    background-image: url(../images/bg/bg-fucsia-road-1920.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  #contattaci {
    background-image: url(../images/bg/bg-white-1920.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }

  #majors-brands {
    background-image: url(../images/bg/bg-black-1920.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }

  #footer {
    background-image: url(../images/bg/bg-black-1920.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
}