.navbar {
background-color: #3b3b3b;
}

.navbar-inverse {
background-color: #222;
/* border-color: #F19737; */
border-bottom: 2px solid #F19737;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
color: #fff;
background-color: #F19737;
}

a.list-group-item, button.list-group-item {
color: #F19737;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
}

.jumbotron h1 {
color: #F19737;
}

a {
color: #F19737;
text-decoration: none;
}

a:focus, a:hover {
color: #F19737;
text-decoration: underline;
}

.carousel .item {
  height: 400px;
}