/*-------------------------------------------------------------------------------------*/
/*	PLACE YOUR CUSTOM CSS RULES HERE
/*-------------------------------------------------------------------------------------*/

p.bigger-slide-font {
font-size:18px;
line-height:22px;
}

h4.margin-shorter {
margin-bottom: 5px;
}

.white-slide h1, .white-slide p.slide, .white-slide h4>span , .white-slide h4 .slide a {
	color:white;
	/*background: rgba(255,255,255,0.65); */
	background:none;
	text-stroke: 0.6px #bb6872;
	-webkit-text-stroke: 0.6px #bb6872;
	text-shadow: 0 2px 4px rgba(255,105,180,0.9);
	/* text-shadow:none; */
	}
	
.white-slide2 h1, .white-slide2 p.slide, .white-slide2 h4>span , .white-slide2 h4 .slide a {
	color:black;
	/*background: rgba(255,255,255,0.65); */
	background:none;
	/* text-stroke: 0.6px #bb6872; 
	-webkit-text-stroke: 0.6px #bb6872;
	text-shadow: 0 2px 4px rgba(0,0,0,0.9);*/
	/* text-shadow:none; */
	}

.white-slide3 h1, .white-slide3 p.slide, .white-slide3 h4>span , .white-slide3 h4 .slide a {
	color:red;
	/*background: rgba(255,255,255,0.65); */
	background:none;
	text-stroke: 0.6px #bb6872;
	-webkit-text-stroke: 0.6px #bb6872;
	text-shadow: 0 2px 4px rgba(255,105,180,0.9);
	/* text-shadow:none; */
	}	