@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

body {
  padding-top: 10px;
  padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 1px;
  padding-right: 0px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}

footer {
  padding-top: 12px;
  padding-left: 5px;
  background-color: #012f69;
}

.navbar {
  background-color: #012f69;
  color: white;
}

.navbar-header {
  background-color: #012f69;
  color: white !important;
}

.navbar-brand {
  color: #eee !important;
}

.navbar-collapse {
  background-color: #012f69;
  color: white;
}

body {
  background-color: #fff;
}

#searchBtn {
  margin-top: .5em !important;
}

.container {
  margin-left: unset;
  margin-right: unset;
}
