/*!
 * 
 * Override
 * 
 */
a:hover {
    color: #ccc;
    text-decoration: none;
}
.thumbnail {
    border-radius: 0;
    padding: 0;
    border: 0;
}
.navbar-brand {
    background: url("../img/bobbyland-logo.png") no-repeat scroll center center;
    background-size: 40%;
    width: 100%;
    height: 195px;
    margin: 0 0 0 0;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background: none;
}
address {
    line-height: 2;   
}