/* 
    Document   : stile
    Created on : 22-mag-2015, 11.09.16
    Author     : valerio
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#banner-wrapper{
    background-image: url('../../images/113368066.jpg');
    background-position: center center;
    background-size: cover;
    padding: 300px 0px 50px; 
    background-attachment: fixed;
}
#banner-wrapper #banner{
    background-color: rgba(0,0,0,.8);
}

.button.inverse{
    background-color: #aaa;
}