
body {

}
.navbar {
    background-image:url('../img/bg.png');
    background-repeat:repeat;
    background-size: 100% 100%;    
}
.jumbotron {
    background-color: transparent;
    padding: 70px 0 0 0;
}
.thumbs {
    padding: 40px 0;
}
.thumbnail > img {
    max-width: 60%;
}
.footer {
    margin-top: 40px;
    padding: 40px 0;
}