@charset "UTF-8";
/* CSS Document */



html,
body{
    background: url(img/vlapic.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*---- TABLET SIZE (768px+) ---*/

@media (min-width:768px){
    
}

/*---  DESKTOP SIZE (1024px+) ----*/

@media (min-width:1024px){
    
}
