body{	
	width: 1100px;
	margin: auto;	
	padding-top: 20px;
}
section{
	overflow: hidden;
	padding-bottom: 50px;
	position: relative;
}
.content{
	width: 40%;
	float: left;
}
.content h1{	
	font-family:  'Paytone One', sans-serif;
	color: #371f41;
	font-size: 145px;
	margin: 0 0 40px 0px;
	line-height: 0.8;
	text-transform: uppercase;
	padding-bottom: 40px;
	border-bottom: 1px dotted #371f41;
	text-shadow:5px 0 0 #bbbbbb;
}
.content p{
	margin-top:0; 
	color: #825991;
	font: 400 20px/1.4 'Arimo', Verdana, Helvetica, sans-serif;
}
.catContainer{
	text-align: center;			
	margin: auto;
	width:500px;
	height:500px;
	overflow: hidden;
	border:25px #fff solid;
	border-bottom:175px #fff solid;
	text-align: center;
	box-shadow: 6px 6px 18px #333;
	-webkit-transform:rotate(2deg);
	        transform:rotate(2deg);
	z-index: 1;
}
.catContainer a img{	
	height: 500px;	
}
.enjoy{
	font: 400 35px/1.6 'Pacifico', Georgia, serif;
	position: absolute;
	right: 100px;
	z-index: 100;
	bottom: 100px;
	-webkit-transform:rotate(2deg);
	        transform:rotate(2deg);

}
footer{
	background: #a78bbb;
	padding: 5px;
	color: #371f41;
	font: 400 16px/1.3 'Arimo', Verdana, Helvetica, sans-serif;
	font-weight: bold;
	overflow: hidden;
}
footer p i{
	color: red;
	-webkit-animation:heartbeat 1.5s ease 0s infinite normal;
	animation:heartbeat 1.5s ease 0s infinite normal;
	margin-left: 5px;
}
.share-buttons{
	float: right;
	font-size: 0;
	text-align: right;
}
.share-buttons a{
	margin-right: -1px;
}
.share-buttons img {
width: 100px;
border: 0;
opacity: 0.8;
filter: alpha(opacity=80);
vertical-align: middle;
}
.share-buttons div{
	margin-bottom:1px; 
}
.share-buttons div:nth-child(2) img{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.share-buttons img:hover, .share-buttons div:nth-child(2) img:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
.share-buttons span{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px #fff dotted;
}
footer article{
	float: left;
	width: 55%;
}
footer a{
	color: #371f41;
}
footer article p:nth-of-type(2){
	font-size: 14px;	
}
a{
	color: #a78bbb;
}
a:hover{
	color: #371f41;
}
@keyframes heartbeat{
	0%  {  -webkit-transform: scale(1);  transform: scale(1);   }
  14% {  -webkit-transform: scale(1.3);  transform: scale(1.3); }
  28% {  -webkit-transform: scale(1);  transform: scale(1);   }
  42% {  -webkit-transform: scale(1.3);  transform: scale(1.3); }
  70% {  -webkit-transform: scale(1);  transform: scale(1);   }
}
@-webkit-keyframes heartbeat{
	0%  {  -webkit-transform: scale(1);  transform: scale(1);   }
  14% {  -webkit-transform: scale(1.3);  transform: scale(1.3); }
  28% {  -webkit-transform: scale(1);  transform: scale(1);   }
  42% {  -webkit-transform: scale(1.3);  transform: scale(1.3); }
  70% {  -webkit-transform: scale(1);  transform: scale(1);   }

}@keyframes heartbeat{
	0%  {  -webkit-transform: scale(1);  transform: scale(1);   }
  14% {  -webkit-transform: scale(1.3);  transform: scale(1.3); }
  28% {  -webkit-transform: scale(1);  transform: scale(1);   }
  42% {  -webkit-transform: scale(1.3);  transform: scale(1.3); }
  70% {  -webkit-transform: scale(1);  transform: scale(1);   }

}
  @media screen and (max-width:500px){
 	body{
 		width:100%; 	
 		padding:0;	
 		margin:0; 		
 	}
	.content h1{					
		font-size: 75px;
		margin: 10px 0 20px 0px;
		padding-bottom:20px;		
	}
	
	section .content{
		width:95%;
		margin-top:0;
		float:none;
		margin:auto;
	}
	section .content p{
		font-size:16px;
	}
	.catContainer{
		width:70%;
		height:250px;
		border:25px #fff solid;
		border-bottom:95px #fff solid;	
	}
	.catContainer a img{	
		height: 250px;	
	}
	.enjoy{
		font-size:25px;
		position: absolute;
		right: 60px;		
		bottom: 70px;		
	}

	.share-buttons{
		float: right;
		font-size: 0;
		text-align: right;
	}
	
	.share-buttons img {
		width: 80px;	
	}
	
	.share-buttons div{
		margin-bottom:5px;
	}
	.share-buttons span{
		font-size: 14px;
		
	}
	footer article{
		float: none;
		width: 100%;
		text-align:center;
	}
	
	
}
 