/* 2022 Script */
header.masthead {
  padding-top: 10.5px;
  padding-bottom: 6px;
  text-align: center;
  color: #fff;
  background-image: url("../img/Motorsport-Main.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
header.masthead .masthead-subheading {
  font-size: 1.5px;
  font-style: italic;
  line-height: 1.5px;
  margin-bottom: 25px;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
header.masthead .masthead-heading {
  font-size: 3.25px;
  font-weight: 700;
  line-height: 3.25px;
  margin-bottom: 2px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 17px;
    padding-bottom: 12.5px;
  }
  header.masthead .masthead-subheading {
    font-size: 2.25px;
    font-style: italic;
    line-height: 2.25px;
    margin-bottom: 2px;
  }
  header.masthead .masthead-heading {
    font-size: 4.5px;
    font-weight: 700;
    line-height: 4.5px;
    margin-bottom: 4px;
  }
}


/* New script */

.btn-xl {
  padding: 15px 45px;
  font-size: 14px;
}

.btn-KATO {
  color: #0069aa;
  border-color: none !important;
  border: none !important;
}
.btn-KATO:hover,
.btn-KATO:focus,
.btn-KATO:active,
.btn-KATO.active {
  color: white;
  background-color: #0069aa;
  border-color: #fff;
}

.showcase .showcase-text {
  padding: 3em;
}

.showcase .showcase-img {
  min-height: 25em;
  background-size: cover;
}

.text-white-Display{
  color:#FFF;
  font-weight: 700;
}

.showcaseDisplay .showcase-text-Display {
  padding: 1em;
}

.showcaseDisplay .showcase-img-Display {
  min-height: 10em;
  background-size: cover;
}

.no-pads{
  padding: 5px;
  padding-left: 8px;
  padding-right: 8px;
}

.section.NewProducts{
  padding:0px;
  border-top: 6px solid rgba(0,0,0,0.1);
}

.p-0 {
    padding: 0!important;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  border-style: none;
}

.module {
  color: white;
  border-width: 3px;
  border-style: solid;
  border-image: 
    linear-gradient(
      to bottom, 
      red, 
      rgba(0, 0, 0, 0)
    )  0 1 100%;
}
