@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);


body {
    background: url(../img/bg.jpg) no-repeat ;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    color: #777 !important;
    font-size: 15px;
    font-family:'Cambria', Tahoma, Geneva, Verdana, sans-serif ;
    text-transform: none;
    line-height:20px;
    
}
@media only screen  and (max-width : 600px) {
    body {
        /*background: url(../img/bg5.jpg) no-repeat;*/
        background-size: cover;
        background-position: 50% 50%;
        background-attachment: fixed;
        background-color: white;
    }
   
}

.navbar-default {

    background-image: url('../../img/bg_menu.jpg');
   background-attachment: fixed; 
    border-color: #989595;
    border-color: #989595;
    border-left: none;
    border-right: none;
    border-radius: initial;
    -moz-border-left: none;
    -moz-border-right: none;
    -webkit-border-left: none;
    -webkit-border-right: none;
    color: #ffffff;
}