/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/

#logo h1{
	-webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #343333;
  font-size: 28px;
  color: #e7c2ec;
}

#slider .slider-inner span{
	color: #8b3092;font-size: 36px;
}

#slider .slider-inner h2{
	-webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #343333;
  font-size: 90px;
  color: #e7c2ec;
}

#slider .slider-inner p{
	color: #262626;
	font-size: 48px;
	font-weight: 600;
}

@media (min-width: 992px) {
#slider.min-vh-100{
	min-height: 150vh !important;
}
}

.section-features h2{
	font-size: 32px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: -1px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 2px black;
    text-transform: uppercase;
    text-align: center;
}

.card-body{
	 border-bottom: 3px solid;
  border-image: linear-gradient(to right, red, blue) 1;
  border-image-slice: 1;
}

#footer .entry-title h1 {
    font-size: 28px;
}