.navbar-econtract .navbar-nav > li > a {
    color: black;
}

.navbar-econtract .navbar-nav > .active > a {
    color: white;
    background-color: #00ADEE;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
}

.breadcrumb {
    margin-top: 50px;
    font-size: xx-large;
}

.pointer {
    cursor: pointer;
}

/* sticky footer stuff below */
html {
    position: relative;
    min-height: 100%;
}

.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    color: white;
}

.footer a {
    color: white;
}

.jumbotron ul {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}