body {
  margin: 0;
}
a {
  text-decoration: none;
}
hr {
  color: #e7e7e7;
}
li {
  list-style: none;
  line-height: 1.5;
}
#page {
  font-family: Arial, Helvetica, sans-serif;
}
#header-content {
  padding: 30px;
  background-color: #f2f2f2;
  text-align: right;
}
#nav-bar-container {
  padding: 0;
}
#nav-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-bar-items {
  flex-grow: 1;
  list-style: none;
  text-align: center;
  padding: 20px;
}
#nav-number-box {
  background-color: #cc0000;
}

#nav-bar-container {
  li {
    a {
      color: #cc0000 !important;
    }

    &:is(:nth-of-type(5), :nth-of-type(6)) a {
      color: #fff !important;
    }
  }
}

/* a.nav-bar-numbers {
  color: #ffffff !important;
} */
#main-content {
  background-image: url(https://www.theautohost.com/_clients/HETO/pages/2026/HETO11954164557/images/body-text-backdrop.png);
  background-size: cover;
  color: #ffffff;
  padding: 0;
}
#main-content-wrapper {
  background: rgba(37, 37, 37, 0.54);
}
#main-content-header {
  color: #ffffff;
  font-size: 48px;
  text-transform: uppercase;
}
#main-content-text {
  font-size: 16px;
  font-weight: 400;
}
#order-parts-btn {
  border-radius: 40px;
  font-size: 16px;
}
#parts-specials-btn {
  border-radius: 40px;
}
#secondary-content-form {
  display: none;
  overflow: hidden;
}
#secondary-content-parts {
  text-align: center;
}
#video {
  float: right;
  width: 35rem;
  height: 20rem;
}
#footer-content {
  background-color: #f7f7f7;
}
.footer-h1 {
  font-weight: 400;
  font-size: 38px !important;
}
.footer-h2 {
  font-weight: 200;
  font-size: 29px !important;
}
.footer-h3 {
  font-weight: 200;
  font-size: 17px !important;
}
