html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.bg-primary {
  background-color: #112D39 !important;
}

.fas {
  color: #112D39;
  font-size: 8rem;
}

.fas.fa-briefcase, .fas.fa-users {
  font-size: 10rem;
}

.nav-link {
  text-align: center;
}

.nav-link.active {
  border-bottom: 2px solid white;
}

section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
}
/*# sourceMappingURL=main.css.map */