body {
  background-image: url('../upload/bg-img2.gif');
  background-repeat: repeat-y;
  //background: center fixed;
  position: fixed;
  width: 100%;
  
  webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.image {
	//width: 24% !important; 
	height: 30% !important; 
	//margin-left: 39%;	 
	border: 20px solid transparent;
	padding: 15px;
	border-image: url('../upload/border3.jpg') 30 round;
	border-collapse: separate !important;
	border-spacing: 1px 50px;
}

.perg-image {
	background-image: url('../upload/bg-img5.jpg');	
	height: 100% !important; 
	width: 100% !important; 
	background-repeat: repeat-y;
}

.top {
	margin-top: 3% !important;
}

.center-align {
	float:none;
	margin:auto;
}

.right {
	float:right;
	color: white;
	font-family: 'Oleo Script', cursive;
}

#text{
	font-size:24px;
	color: white;
	font-family: 'Oleo Script', cursive;
}


#heart { margin-left: 70px;
	position: relative; 
	width: 100px; 
	height: 90px;
	left: -23px;
	top: -23px;
	-webkit-transition: ll 0.12s ease-out

} 

#heart:before, #heart:after { 
	position: absolute; 
	content: ""; 
	left: 50px; 
	top: 0; 
	width: 50px; 
	height: 80px; 
	background: red; 
	border-radius: 50px 50px 0 0; 
	-webkit-transform: rotate(-45deg); 
	-moz-transform: rotate(-45deg); 
	-ms-transform: rotate(-45deg); 
	-o-transform: rotate(-45deg); 
	transform: rotate(-45deg); 
	-webkit-transform-origin: 0 100%; 
	-moz-transform-origin: 0 100%; 
	-ms-transform-origin: 0 100%; 
	-o-transform-origin: 0 100%; 
	transform-origin: 0 100%;
    
    background: #ff3019; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-8 */

    
} 

#heart:after { 
	left: 0; 
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg); 
	-ms-transform: rotate(45deg); 
	-o-transform: rotate(45deg); 
	transform: rotate(45deg); 
	-webkit-transform-origin: 100% 100%; 
	-moz-transform-origin: 100% 100%; 
	-ms-transform-origin: 100% 100%; 
	-o-transform-origin: 100% 100%; 
	transform-origin :100% 100%; 
} 

#heart:hover:after, #heart:hover:before{
    box-shadow: 0px 0px 10px rgb(250, 0, 8), 0px 0px 20px rgb(250, 0, 8), 0px 0px 30px rgb(250, 0, 8), 0px 0px 40px rgb(250, 0, 8), 0px 0px 50px rgb(250, 0, 8);
}
#heart:hover{
    width: 62px;
	height: 47px;
		-webkit-animation-name: boxPulse;
	-webkit-animation-duration: .7s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-delay: .12s;
    

}



@-webkit-keyframes boxPulse {
	from {
		width: 100px;
		height: 90px;
		left: -23px;
		top: -23px;
		-webkit-animation-timing-function: ease-out;
		}
		50% {
		width: 88px;
		height: 88px;
		top: -19px;
		}
		to {
		width: 100px;
		height: 90px;
		left: -23px;
		top: -23px;
		-webkit-animation-timing-function: ease-out;
	}
}
