#mainNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #b60000;
  }
.py-lg-4{
  padding-bottom: 1.5em !important;
}
.intro .intro-img{
  width: 60%;
}
.page-section {
    margin-top: 4rem;
    margin-bottom: 1rem;
  }
.footer {
    background-color: #b60000;
    padding: 1.2% 0;
}
.footer p,.footer p a{ 
  color:#fff; font-family: inherit;
}
.copyright{
  font-size: 1em;
}
.designedby{ 
  font-size: 0.7em;
  }





/* carasul*/
.products{
  width: 100%;
 }
.products-item {
  width:24%;
  float:left;
  padding: 0 1%;
}
.product-details p{
  text-align: left !important;
  font-weight: 200 !important;
}



@media only screen and (max-width: 780px) {
    .intro .intro-img
    {
    width: 100%;
    }
    #mainNav {
    z-index: 999999;
    }
    .p-5 {
    padding: 2rem !important;
    }
}