/* bootstrap overides */
.row{
    width: 100%;
    margin: 0px;
    background: transparent ;
}

body {
    background: #f8f8f8 url('img/bg.jpg');
     font-family: 'Roboto', sans-serif;
    font-size:120%;
    color: #555;
}

a {
text-decoration:none;
color:#3a512c;
}

a:hover{
color:#F4343B;
}