/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-bottom: 20px;
}
.clear {
    clear: both;
}

h1 img {
    max-width: 300px;
    background: #FFF;
    padding: 10px;
    border-radius: 8px;
    -moz-box-shadow: 0 0 5px rgba(234, 30, 36, 0.75);
    box-shadow: 0 0 5px rgba(234, 30, 36, 0.75);
    border: 1px solid #333;
}

.jumbotron {
    background: url(images/jumbo.jpg) center center no-repeat;
    background-size: cover;
    color: #FFF;
}

.brands {
    text-align: center;
    vertical-align: middle;
    padding: 30px;
    border-radius: 8px;
    -moz-box-shadow: 0 0 5px rgba(234, 30, 36, 0.75);
    box-shadow: 0 0 5px rgba(234, 30, 36, 0.75);
    border: 1px solid #333;
    margin-bottom: 30px;
    width: 100%;
}

.brands img {
    width: auto;
    height: auto;
    max-width: 100%;  

}

a.view-catalog {
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
}
