body {
  padding-top: 54px;
}

h1 {

  font-family: 'Roboto';
  font-size: 32px;
  font-weight: bold;
}

h2 {

  font-family: 'Roboto';
  font-size: 28px;
  font-weight: bold;
}

h3 {

  font-family: 'Roboto';
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
