#homeSS {
  padding-top: 50px;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}

#homeSS .item {
  background-color: #ffffff;
  overflow: hidden;
}

.hero-card {
  display: flex;
  align-items: center;
  height: 460px;
  padding-top: 30px;
  padding-bottom: 50px;
}

.hero-text {
  flex: 0 0 40%;
  max-width: 40%;
  padding-right: 40px;
}

.hero-brand {
  font-family: Montserrat, sans-serif;
  font-size: 0.85em;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8a8a;
  margin-bottom: 8px;
}

.hero-name {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #1a1a1a;
  font-size: 1.9em;
  line-height: 1.25;
  margin: 0 0 16px 0;
}

.hero-price {
  font-size: 1.35em;
  font-weight: 600;
  margin-bottom: 24px;
}

.hero-price-original {
  color: #b3b3b3;
  margin-right: 10px;
}

.hero-price-sale {
  color: #da0d32;
}

.hero-price-regular {
  color: #1a1a1a;
}

.hero-cta {
  background-color: #fd7723;
  border: 1px solid #fd7723;
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 11px 28px;
  border-radius: 3px;
}

.hero-cta:hover,
.hero-cta:focus {
  background-color: #e5671a;
  border-color: #e5671a;
  color: #ffffff;
}

.hero-image-wrap {
  flex: 1 1 60%;
  max-width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 380px;
}

.hero-image-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

#homeSS .carousel-indicators {
  bottom: 8px;
  margin-bottom: 0;
}

#homeSS .carousel-indicators li {
  border-color: #bdbdbd;
}

#homeSS .carousel-indicators li.active {
  background-color: #fd7723;
  border-color: #fd7723;
}

#homeSS .carousel-control {
  width: 7%;
  background: none;
  background-image: none;
  color: #9a9a9a;
  text-shadow: none;
  opacity: 1;
}

#homeSS .carousel-control:hover {
  color: #fd7723;
}

#homeSS .carousel-control .glyphicon {
  text-shadow: none;
}

@media (max-width: 767px) {
  .hero-card {
    flex-direction: column-reverse;
    height: 560px;
    padding-top: 20px;
    padding-bottom: 45px;
  }

  .hero-text {
    flex: 1 1 auto;
    max-width: 100%;
    padding-right: 0;
    text-align: center;
    margin-top: 18px;
  }

  .hero-image-wrap {
    flex: 1 1 auto;
    max-width: 100%;
    height: 260px;
    min-height: 0;
  }

  .hero-name {
    font-size: 1.4em;
  }
}

#intro {
  font-size: 1.1em;
}

.carousel-caption {
  top: 20px;
  font-size: 1.8em;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85);
}

.feature-box {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 600px) {
  .feature-box {
    height: auto;
  }
}

#wheelBox {
  border-left: 1px dotted #ddd;
}

#brands {
  background-color: white;
}

@media (max-width: 600px) {
  #wheelBox {
    height: 500px;
  }
  #brands div {
    margin-bottom: 10px;
  }
  #wheelBox img {
    margin-top: 40px;
  }
}

#wheelBox a:hover {
  text-decoration: none;
}
#wheelBox h2 {
}
#wheelBox img {
  width: 60%;
}

#customwheels {
  padding: 30px;
  background-color: rgba(100, 100, 100, 0.3);
  border-bottom: 1px solid #999;
}

/* Home outing / adventure section */
.home-outing-section {
  background-color: #f7f7f7;
  padding: 40px 0;
  margin-top: 20px;
}

.home-outing-title {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
}

.home-outing-tiles {
  margin-top: 10px;
}

.home-outing-card {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-outing-label {
  margin-top: 8px;
  font-size: 1em;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
}

.home-outing-label a {
  color: #222;
  text-decoration: none;
}

.home-outing-label a:hover {
  text-decoration: underline;
}

.home-outing-card-gravel {
  background-image: url("../images/shots/gravel1.jpg");
}

.home-outing-card-mtb {
  background-image: url("../images/shots/mtb1.jpg");
}

.home-outing-card-racing {
  background-image: url("../images/shots/racing.jpg");
}

.home-outing-card-enduro {
  background-image: url("../images/shots/enduro.jpg");
}
