html {
  scroll-padding-top: 150px;
  --bs-primary: #e30707;
}

@media (min-width: 992px) {
  body {
    /*margin-top: 0;*/
  }
}

body {
  margin-top: 50px;
}

.btn-primary {
  background-color: #e30707;
  border: 0;
}

.btn-primary:hover {
  background-color: rgba(227,7,7,0.8);
}

#logo {
  width: 100px;
}

.team-pic {
  width: 130px;
  height: 130px;
}

.team-bio {
  text-align: left;
  font-size: small;
  margin-bottom: 66px;
}

#team {
  background-color: #1e1e25;
  padding-top: 30px;
  padding-bottom: 30px;
}

#about-paragraph {
  margin-bottom: 30px;
}

h2 {
  margin-bottom: 30px;
}

.socials {
  font-size: 40px;
  color: #e30707;
  margin: 19px;
}

#dillons {
  width: 500px;
  margin: auto;
  border-radius: 42px;
  height: 78.5938px;
  background: rgba(117,109,109,0.5);
}

#dillions-cal {
  background: #ffffff;
  width: 80%;
  margin: auto;
  border-radius: 28px;
  padding: 22px;
  margin-top: 58px;
  flex-direction: column;
}

#sponsors-container {
  width: 80%;
  background: #ffffff;
  margin-top: 40px;
  max-width: 700px;
}

#sponsors-img {
  width: 100%;
}

#text-to-ride {
  background: rgba(255,255,255,0.16);
  border-style: none;
  width: 275.865px;
  padding: 15px;
  border-radius: 12px;
  font-size: 9px;
  margin-bottom: 22px;
  display: none;
}

#sponsor-tag {
}

a:hover {
  color: rgb(227,7,7);
}

a {
  color: #000000;
}

#livestream {
  background-color: rgb(255,255,255);
  color: #2d2c38;
  max-width: 694px;
  margin-bottom: 74px;
}

#scroll-hero {
  display: none;
}

