/* Themify Customize Styling */
body {	
	font-family:Lora; 
}
#site-description {	
	font-family:Arial, Helvetica, sans-serif;	font-size:1.25em;

	color: #ffffff;
	color: rgba(255,255,255,1); 
}
#main-nav a {	
	font-family:Istok Web;	font-size:1.25em;

	background-color: transparent; 
}

/* Themify Custom CSS */
/* round edges on images */img {
	  border-radius: 5px;
}
/* sets look for single post */.single-post #headerwrap{
	background: none;background-color: #45CEEF;-webkit-animation: colorpulse 40s infinite alternate;animation: colorpulse 40s infinite alternate;
}
@-webkit-keyframes colorpulse {
	0%   {
	 background-color: #45CEEF; 
}
25%  {
	 background-color: #FFF5A5; 
}
50%  {
	 background-color: #FFD4DA; 
}
75%  {
	 background-color: #99D2E4; 
}
100% {
	 background-color: #D8CAB4; 
}

}
@keyframes colorpulse {
	0%   {
	 background-color: #45CEEF; 
}
25%  {
	 background-color: #FFF5A5; 
}
50%  {
	 background-color: #FFD4DA; 
}
75%  {
	 background-color: #99D2E4; 
}
100% {
	 background-color: #D8CAB4; 
}

}
