#menu_contact {
  display: none;
}
.btn-warning {
  background-color: #080459;
  border-color: #080459;
}
.btn-warning:hover, .btn-warning:focus {
  background-color: #3E36DD;
  border-color: #3E36DD;
}
.jumbotron {
  color:  #FFF;
  padding-top: 200px !important;
  min-height: 750px;
  text-shadow: 5px 5px 7px rgba(0,0,0,.8);
}
#blogListings, .subNav, .articlePhoto {margin-top: 110px;}

@media only screen and (min-width: 846px) {
  .navbar-brand img {
    max-height: 80px;
  }
  .navbar-nav>li>a {
    padding: 0 12px;
    line-height: 110px;
  }
}