/* Make the logo fit the navbar text nicely */
.navbar-brand .logo {
  height: 120px;       /* adjust this to match your navbar text height */
  width: auto;        /* maintain aspect ratio */
  display: inline-block;
  vertical-align: middle;
}

.hero-espa {
  background-color: #C40E13;
}

