input[type="submit"] {

  line-height: 1.9;
  border-radius: 0;
}

/* Home Page */
.home-images {
  text-align: center;
}

.home-images img {
  margin: 25px 0;
}

.logo-bar {
  padding-top: 50px;
  text-align: center;
} 

.logo-bar img {
  max-height: 200px;
  width: auto;
  margin: 50px 50px 0 50px;
}

/* Make enough room for long email address without wrapping */

@media (min-width: 768px) {
  .footer-info .container {
    width: 100%;
  }
}

.footer-branding {
  display: none;
}
.footer-contact {
  width: 100%;
  border-left: none;
}

/* Single Post */
.entry-meta .byline, .entry-meta .cat-links {
  display: none;
}

.entry-meta span::after {
  display: none;
}

.disclaimer {
  color: #888;
  font-size: 12px;
  margin-top: 40px;
}