.text-primary {
  color: rgba(228,57,57,0.62) !important;
}

@media (min-width: 992px) {
  .intro .intro-text {
    left: 0;
    width: 50%;
    margin-top: 3rem;
    float: right;
  }
}

#mainNav {
  background-color: rgba(77,15,55,0.82);
  font-family: "Raleway";
}

.cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(83,183,255,0.4);
}

#mainNav .navbar-brand {
  color: #ff0000;
}

@media (min-width: 992px) {
  .product-item .product-item-img {
    position: relative;
    z-index: 0;
    max-width: 80vw;
  }
}

