html,
body {
  height: 100%;
}

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

h1,
h2,
h3,
h4 {
  color: #fff;
  font-family: Open-sans, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: antialiased !important;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 2rem;
  }
}

.container-fluid > .row {
  min-height: 100vh;
}
