/*
Theme Name: Conversant
Theme URI: http://www.mcmillanagency.com/
Author: McMillan Agency
Author URI: http://www.mcmillanagency.com/
Description: This is a custom theme for the Conversant website.
Version: 1.0

This file is only used to override the site base styles.
The site base styles are located in inc/css/conversant.css.

*/

h1, h2, h3, h4, h5, h5, p, div, span, strong {
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 1s;
}

@-webkit-keyframes fontfix{
    from{ 	opacity: 1; }
    50%{	opacity: 0.8; }
    to{	opacity: 1; }
}