p {
  font-family: "Rubik", sans-serif, sans-serif;
}

body {
  max-width: 1920px !important;
}

.orbit-slide {
  width: 100%;
  position: relative;
}

.orbit-slide .hero-overlay {
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 8;
}

.orbit-slide .hero-overlay h1 {
  padding-right: 24px;
  font-family: "Rubik", sans-serif;
  color: #FEFEFE;
  font-size: 2em;
  width: auto;
  margin: 0;
}

.orbit-slide .hero-overlay .button {
  width: 100px;
  background-color: #74ACDE;
  text-align: center;
  color: #FEFEFE;
  border-radius: 4px;
}

.orbit-slide .heroBackground {
  width: 100%;
  height: 300px;
  background-image: url("/assets/images/Hero_Images/lady-redneck-bs-hero-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

.orbit .orbit-controls .orbit-previous, .orbit .orbit-controls .orbit-next {
  z-index: 1;
}

.orbit-bullets {
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.orbit-bullets button {
  height: 8px;
  width: 32px;
  border-radius: 2px;
}

.background-overlay {
  position: absolute;
  margin: 0;
  padding: 0;
  display: block;
}

.productCardContainer {
  width: 80%;
  margin: auto;
  margin: 48px auto;
}

.productCardContainer .productCard {
  display: block;
  min-width: 300px;
  max-width: 300px;
  margin: 16px 0px 16px 0px;
}

.productCardContainer .productCard img {
  border-radius: 8px 8px 0px 0px;
}

.productCardContainer .productCard .cardBottomContainer {
  background-color: #FEFEFE;
  border-radius: 0px 0px 8px 8px;
  padding: 0px 16px 8px;
}

.productCardContainer .productCard .cardBottomContainer .divideLine {
  height: 8px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(116, 172, 222, 0)), color-stop(#74acde), to(rgba(116, 172, 222, 0)));
  background-image: linear-gradient(to right, rgba(116, 172, 222, 0), #74acde, rgba(116, 172, 222, 0));
}

.productCardContainer .productCard .cardBottomContainer .cardName {
  padding: 16px 0px;
  font-weight: bold;
  font-size: 1em;
  margin: 0;
}

.productCardContainer .productCard .cardBottomContainer .cardPrice {
  padding: 8px 0px 0px;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
}

.productCardContainer .productCard .cardBottomContainer .button {
  display: block;
  text-align: center;
  width: 100%;
  margin: 16px 0px;
  font-family: "Rubik", sans-serif;
}

.whiteLogos {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(252, 252, 252, 0)), color-stop(#74acde), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(252, 252, 252, 0), #74acde, rgba(255, 255, 255, 0));
}

.whiteLogos .logoWhite {
  text-align: center;
  margin: 32px auto;
}

.footerBar.hahaBrandColor {
  background-color: #74ACDE;
}

@media screen and (min-width: 640px) {
  .orbit-slide {
    width: 100%;
    position: relative;
  }
  .orbit-slide .hero-overlay {
    bottom: 10%;
    left: 10%;
    text-align: left;
  }
  .orbit-slide .hero-overlay h1 {
    padding-right: 80px;
    font-family: "Rubik", sans-serif;
    color: #FEFEFE;
    font-size: 2em;
    width: auto;
    margin: 0;
  }
  .orbit-slide .heroBackground {
    height: 260px;
    background-image: url("/assets/images/Hero_Images/lady-redneck-bs-hero-tablet.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
  }
  .productCardContainer .productCard {
    margin: 10px;
  }
  .productCardContainer .productCard .cardBottomContainer .divideLine {
    height: 8px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(116, 172, 222, 0)), color-stop(#74acde), to(rgba(116, 172, 222, 0)));
    background-image: linear-gradient(to right, rgba(116, 172, 222, 0), #74acde, rgba(116, 172, 222, 0));
  }
}

@media screen and (min-width: 1024px) {
  .orbit-slide {
    width: 100%;
    position: relative;
  }
  .orbit-slide .heroBackground {
    width: 100%;
    height: 350px;
    background-image: url("/assets/images/Hero_Images/lady-redneck-bs-hero-desktop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .productCardContainer .productCard {
    margin: 50px;
  }
  .productCardContainer .productCard .cardBottomContainer .divideLine {
    height: 8px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(116, 172, 222, 0)), color-stop(#74acde), to(rgba(116, 172, 222, 0)));
    background-image: linear-gradient(to right, rgba(116, 172, 222, 0), #74acde, rgba(116, 172, 222, 0));
  }
}

@media screen and (min-width: 1366px) {
  .orbit-slide {
    width: 100%;
    position: relative;
  }
  .orbit-slide .heroBackground {
    width: 100%;
    height: 450px;
    background-image: url("/assets/images/Hero_Images/lady-redneck-bs-hero-desktop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1440px) {
  .orbit-slide {
    width: 100%;
    position: relative;
  }
  .orbit-slide .hero-overlay h1 {
    padding-right: 80px;
    font-family: "Rubik", sans-serif;
    color: #FEFEFE;
    font-size: 2em;
    width: auto;
    margin: 0;
  }
  .orbit-slide .heroBackground {
    width: 100%;
    height: 500px;
    background-image: url("/assets/images/Hero_Images/lady-redneck-bs-hero-desktop.jpg");
    background-size: cover;
    background-position-y: top;
  }
}
/*# sourceMappingURL=homestyle.css.map */