html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
  color: #7c818e;
  text-align: left;
  background-color: #fff;
}

.red {
  color: #e00009;
  font-size: 1rem;
  font-weight: 300;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
  -webkit-text-decoration: uppercase;
          text-decoration: uppercase;
}

.loginButton {
  color: white;
  background-color: #00adef;
  border-color: #00adef;
}

.btn-primary {
  color: #fff;
  background-color: #e00009;
  border-color: #e00009;
}

a {
  color: #00adef;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.bg-light {
  background-color: #e00009;
}

h6 {
  font-weight: 100 !important;
  line-height: 1.6rem !important;
}
/*# sourceMappingURL=style.css.map */