.featurette-heading { margin-top: 1rem; !important}

.bg-dark {
        background-color: #1f2e4c!important;
}

h1, h2, h3, h4, .navbar-brand {
  font-family: 'Piazzolla', serif;
}

@media only screen
and (max-device-width:812px) {
  .navbar-brand {
    font-size: 1.6rem !important;
  }
}

@media only screen
and (min-device-width:812px) {
  .navbar-brand {
    font-size: 2rem !important;
  }
}
