

.home-hero{
	/*background-image: linear-gradient(to top, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%);*/
	/*background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);*/
	/*background-image: linear-gradient(to top, #fad0c4 0%, #ffd1ff 100%);*/
	background-image: linear-gradient(to top, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%);

	height: 90vh;
}
.bx-bg{
	background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);

}
.bx-bg2{
	background-image: linear-gradient(-20deg, #f794a4 2%, #fdd6bd 100%);
	/*background-image: linear-gradient(-20deg, #f794a4 0%, #fdd6bd 100%);*/

}

.btn-gd{
	background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0,0,0,0.02) 50%, rgba(255,255,255,0.02) 61%, rgba(0,0,0,0.02) 73%), linear-gradient(33deg, rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%);
 background-blend-mode: normal,color-burn;
}

/*.bx-square{

	height: 200px;
	width: 400px;

}*/

.bg-dull{
 background: rgba(255, 255, 255, .4);
}

footer{
	background: #fef6ff;
}
footer ul li{
	list-style: none;
}

footer ul li a{
	text-decoration: none;
	color: gray;
}
footer .social-media ul li a{
	font-size: 36px;
}
footer .social-media ul li a:hover{
	color: pink;
	transition: .4s ease-in-out;
}


