@media only screen and (max-width: 991px) and (min-width: 768px)
.navbar.navbar-collapse .navbar-container {
    background-color: #0E3455;
}

.navbar-default {
  background-color: #0E3455;
  border-color: #0E3455;
}

.navbar .navbar-toggle {
    background-color: #0E3455;
}

.wrapper {
  min-height: 100%;
  margin-bottom: -50px;
}

.footer,
.push {
  height: 50px;
}

