.vc-gradient {
	background: rgb(1,190,232);
	background: linear-gradient(0deg, rgba(1,190,232,1) 0%, rgba(243,225,209,1) 35%, rgba(241,103,164,1) 100%);
	background-size: cover;
	background-repeat: no-repeat;
}

.vc-title {
	text-shadow: 2px 2px 0 rgba(0,0,0,1);
	font-size:70px;
	z-index: 999
}


.vc-title--small {
	font-size:40px;
}

.vc-palm {
	position: relative;
	left: 500px;
	top: -180px;
	width: 700px;
	transform:rotate(-1deg);
	opacity: 1;
	z-index: 0
}

.vc-palm-mobile {
	position: relative;
	width: 180px;
	bottom: 0px;
}
