/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19-feb-2017, 15:46:37
    Author     : saulpane
*/


/* Personalizzo lo sfondo aggiungendo stile ai due div posti dopo il tag body.
Uno contiene l'immagine a tutto schermo e l'altro un colore sovrapposto e con un po di trasparenza */

body {
background-image: url(../img/background/background-texture.jpg);
background-repeat: repeat;
}

/*#tuodiv {
width: 100%; height: 100%; top: 0; left: 0;
background: url(../img/background-buo.jpg) no-repeat center top; position: fixed; z-index: -1;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#tuodiv2 {
width: 100%; height: 100%; top: 0; left: 0;
background: rgba(0, 0, 0, .3) none repeat scroll 0 0;
z-index: -1;
position: fixed;
}*/


/* iniziano le istruzioni responsive */
@media (min-width: 1200px) {
    
 

}

@media (min-width: 992px) and (max-width: 1199px) {
    
    

}

@media (min-width: 768px) and (max-width: 991px) {
    
    
    
}

@media (min-width: 480px) and (max-width: 767px) {
    
    
    
}

@media (max-width: 479px) {
    
    
}