@import "api.css";

.text-underline {
  text-decoration: underline !important;
}

.qux-jumbotron {
  display: flex;
  font-size: 1.5rem;
}
.qux-jumbotron-content {
  display: flex;
  justify-content: center;
  margin: auto;
  padding: 5vmax;
}
.qux-jumbotron h1 {
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
}
.qux-jumbotron h2 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .navbar-fm-name {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .qux-jumbotron {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  .qux-jumbotron {
    font-size: 1rem;
  }
  .navbar-brand {
    font-size: 1rem;
  }
}
