.h1, h1 {
    font-size: 1.5rem;
}
.h2, h2 {
    font-size: 1.3rem;
}
.h3, h3 {
    font-size: 1.1rem;
}
.container-header {
 /** background-image: url("https://bohigas.com/images/banners/cal-carreter-abans.png"); */
  background-position: center;
  background-size: 100%;
  }
.container-header .navbar-brand a {
  /** color: #000000;*/
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.4rem;
  }
}