.hero {
    display:none;
}

.bg-primary, .btn-primary a, button.btn-primary {
    background-color: #575656 !important;
}

.box h1, .box h2, .box h3, .box h4 {
    color: #575656;
}

.bg-fourth {
    background-color: #e6e6e6;
}  

.tableWrapper table tr:nth-child(even){
    background-color: #e6e6e6;
}