@import "/vendor/bootstrap-4.3.1-dist/css/bootstrap.min.css";
body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 0.9rem;
}

h3,
.h3 {
  font-size: 1.2rem;
}

h4,
.h4 {
  font-size: 1.1rem;
}

h5,
.h5 {
  font-size: 1rem;
}

.navbar {
  background-color: white !important;
  font-size: 1.1rem;
}
.navbar .navbar-brand {
  font-size: 1.2rem;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: flex-end;
}
.navbar .navbar-brand .logo {
  height: 40px;
}
.navbar .navbar-brand .brand-name {
  color: #4a4a4a;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-left: 0.2rem;
  margin-bottom: 0.2rem;
  margin-top: 0;
  margin-bottom: 0;
}

.jumbotron {
  background: white;
  padding: 0;
}
.jumbotron .big {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
