


#hero:before {
    /*content: "";
    background: #490a54;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;	height: 600px;
    right: 0;*/ 
	background: #fff!important;
    background-image: url( "../images/web.jpg") !important;
  background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;

} /*whatsapp button*/
		  .fixed {
  position: fixed;
  top: 100px;
  right: 40px;
  z-index: 1000; /* The element will stay on top of other elements */
}
