body {
    background-color: #e9e9e9;
}

header {
    background-color: #fff !important;
    padding-bottom:40px;
}

footer {
    background-color: #3d3d3d;
    color: #cbcbcb;
}

footer .copyright {
    background-color: #303030;
    color: #cbcbcb;
}

footer a {
    color: #66665f;
    font-weight:bold;
}

footer a:hover {
    color: #cbcbcb;
    font-weight:bold;
}

.navbar {
    background-color: #808080 !important;
    color:#fff !important;
    margin-top:-30px;
}

.navbar a, .navbar li a {
    color:#fff !important;
}

.navbar .navbar-brand {
    background-color: #808080 !important;
}

.navbar-toggler i {
    color:#ffffff !important;
}

.btn-secondary {
    background-color: #fff !important;
    color: #333 !important;
    border-color: #ccc !important;
    border: 1px solid #ccc;
}

.btn-secondary:hover {
    background-color: #e6e6e6 !important;
}
