
/* home custom styling starts here */

.home-wrapper{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.home-items{
  width: 250px;
  margin-top: 30px;
  margin:30px 20px;
  padding: 20px;
  box-shadow: 0px 0px 5px #000000;
  border-radius: 20px;
  margin-bottom: 60px;

}

.home-icon{
  font-size: 50px;
  text-align: center;
  color:#189acc;
}


.home-image img {
  width: 250px;
  border-radius: 20px;
}


.home-name{
font-family: sans-serif;
font-weight: bold;
text-align: center;
margin: 5px 0px;
font-size: 24px;
color: #646464;
}

.home-description{
  font-size: 15px;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;

}

.home-link {
  text-align: center;
  margin: 10px 10px;
  padding: 5px 10px;
}

.home-link a{
  cursor: pointer;
  background:#189acc;;
  padding: 10px 15px;
  //border:2px solid #189acc;
  border-radius: 20px;
  color:#fff;
  font-size: 15px;
}

.home-link a:hover{
  color:#fff;
background:#189acc;
box-shadow: 0px 0px 5px black;

}

.navbar img{
  height:60px;
}

.catalogue-wrapper{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  //background-color: #646464;

}

.catalogue-items img{
  width: 80px;
  box-shadow: 0px 0px 5px #000000;
}

.catalogue-items{
  padding: 20px;
  margin: 20px;
}

.catalogue-items img:hover {
box-shadow: 0px 0px 5px   red;
}

.gallery-wrapper{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  //background-color: #646464;

}

.gallery-tittle{
  text-align: center;
  background: #a61972;
  width: 200px;
  padding: 5px 10px;
  color: #fff;
}

.gallery-items img{
  width: 200px;
  box-shadow: 0px 0px 5px #000000;
}

.gallery-items{
  padding: 20px;
  margin: 20px;
}

.gallery-items img:hover {
box-shadow: 0px 0px 5px   red;
}


/* passion start here */

.passion-wrapper{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  //background-color: #020b10;
  margin-bottom: 30px;


}

.passion-items{
  width: 250px;
  margin:10px 10px;

}

.passion-image img{
  max-width: 250px;

}

.passion-tittle{
  text-align: center;
  background: #a61972;
  width: 300px;
  padding: 5px 10px;
  color: #fff;

}

/* page break start here */



.page-brake{
  background-image: url(assets/images/slide001.jpg);
  height: 300px;
  width: 100%;
  margin-top: 60px;
  box-shadow:0px 0px 5px #023756;
  margin-bottom: 60px;
}

.page-quote-wrapper{
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-weight: bolder;

}

.page-quote-wrapper p{
  font-family: sans-serif;
  font-size: 20px;
  margin: 0px 10px;
  //background-color: #0000008c;
  max-width: 600px;
  line-height: 28px;
  border-radius: 3px;
  color: #ffffff;
}

/* tombstone on home page styling */

.tombstone-img img{
  max-width: 300px;
}

/* planner wrapper on services */
