.brand-table th{
    background-color: #85C1E9;
}
.brand-table tr:nth-child(even){
    background-color: #f2f2f2;
    
}
.brand-table tr:hover {
    background-color: #ddd;
    
}

.scheme .copyright{
    background-color: #00aeef !important;
}

@media only screen and (min-width: 992px){
    .navigation > div > ul li {
        font-size: 12px !important;
    }
}