.navbar-default {
    background-color: #009c29;
    border-color: #009c29;
    background-image: none;
}

.navbar-default .navbar-brand {
    color: #d6d6d6;
}

.navbar-brand, .navbar-nav>li>a {
    color: #d6d6d6!important;
}

.jumbotron {
    background-color: #009c29;
}

.panel-default>.panel-heading  {
    background-color: #009c29;
    border-color: #009c29;
    background-image: none;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    display: flex;
}

