/*LDbase Customizations*/
body {
  font-size: 15px;
}

h1 {
  font-size: 30px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 16px;
}
h6 {
  font-size: 14px;
}

h4.title, h2.title, nav > h2, .block-search > h2 {
  text-transform: inherit;
}

@media (min-width: 1200px) {
  .col-12 h2.title {
    text-align: left;
    margin: 0;
  }
}
