
body {
  color: #5a5a5a;
}

#header {
  height: 246px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}


.navbar {
  margin-top: 0px;
  background-color: #eee;
  font-weight: bold;
  color: #231f20;
  font-size: 17px;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0 0 5px 5px;
}

.container {
  width: 1100px;
  padding-left: 0px;
  padding-right: 0px;
}


.theme-showcase {
  margin-top: 300px;
}


.jumbotron {
  padding-top: 38px;
  padding-bottom: 160px;
  margin-top: 25px;
  background-color: white;
}

.jumbotron p {
  font-size: 15px;
}

.jumbotron .h1, .jumbotron h1 {
    font-size: 25px;
    margin-bottom: 30px;
}

.mini {
  padding-bottom: 20px;
}

.btn-primary {
    background-color: #CF0500;
    border-color: #bf0500;
} 

.btn-primary:hover {
    background-color: #a80400;
}

.btn-primary:visited {
  color: white;
}
