html, 
body {
    height: 100%;
    min-height: 100%;    
}
body {       
    background-size:cover;
    background-attachment:fixed;
    background-repeat: no-repeat;
    height: 100%;
    margin: 0;
    overflow: auto;
}
.container {
    max-width:960px;
    min-width:300px;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;  
    height: 30px;
    background-color: #333;
    color:#ccc;
    padding-top: 5px;
}

#wrapper-topbar {
    width: 100%;
    height: 34px;
    position: fixed;
    margin-top: 0px; 
    padding-top: 5px;
    z-index: 3000;
    background-color: grey;
    color:#ccc;       
}
#brandimage {
    /*max-width:160px;*/
    margin-bottom:20px;
}
div.topbar-brandname{
    font-weight: bold;
}

div.brands{
    padding-bottom: 50px;
}

div.brands a.btn {
    background-color:rgba(255, 255, 255, 0.8);/*transparent;*/
    padding:20px 10px 10px 10px;
    margin-top:30px;
    min-width:250px;
    min-height:140px;
    border: 1px solid #999;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
}
div.brands a.btn:hover {
    background-color:rgba(255, 255, 255, 1);
    border-color:grey;
    border: 2px solid #999;
    border-right: 4px solid #999;
    border-bottom: 4px solid #999;
}
div.brands a.btn img {
    max-width:160px;
}
div.alert h3 {
    text-shadow: 2px 2px #fff;
}

