html {
  scroll-behavior: smooth;
}

button.white-button {
  color: rgb(220, 53, 69);
  background-color: white;
  border-color: #dc3545;
  border-radius: 16px;
  width: 120px;
}

video::-webkit-media-controls {
  display: none !important;
}

button.white-button:hover {
  color: white;
  background-color: rgb(220, 53, 69);
  border-color: #dc3545;
  border-radius: 16px;
  width: 120px;
}

button.red-button {
  color: white;
  background-color: rgb(220, 53, 69);
  border-color: #dc3545;
  border-radius: 16px;
  width: 120px;
}

.nav-lg-login {
  border: 2px;
  border-color: #c60000;
  font-weight: bold;
}

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

.navbar-nav > li {
  margin-left: 25px;
  margin-right: 25px;
}

div .section-title-divider {
  border-bottom: 3px solid #c60000;
  width: 75px;
  margin-bottom: 25px;
}

.video { /* This is to make the video appear behind everything else */
  position: fixed;
  z-index: -1000; /* Z-Index is -1000 just to be safe */
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.hero-content { /* This is for the content */
  background: rgba(0, 0, 0, 0.7);
  color: #f1f1f1;
}

.members-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.members-section .member-benefit-li {
  color: rgb(220, 53, 69);
}

.sponsors-section {
  position: relative;
}

.sponsors-section .bg-fade {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.page-section {
  height: auto;
}

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