/*
Theme Name:     Divi Child 2017
Description:    Child of Divi for VWBPE
Author:         iSkye Silverweb
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.center {
	margin: 1.5em auto;
	text-align: center;
}

.paratitle1 {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
}

.paratitle1a {
	font-size: 1.2em;
	line-height: 1.5em;
}

.paratitle2 {
	font-size: 1.5em;
	line-height: 1.8em;
	font-family: open_sans, sans-serif;
	font-weight:400;
	color:#000099;
}

.paratitle3 {
	font-size: 2em;
	line-height: 2.2em;
	font-family: open_sans, sans-serif;
	font-weight:400;
	color:#000099;
}

.notabene {
font-style: italic;
font-size: 0.8em;
}

.boldtitlebody {
font-weight: bold;
}

a.boldlink {
text-decoration: underline;
font-weight: bold;
}

/* gradient countdown timer */
background: linear-gradient(180deg, #2b2bd1, #146819);
background-size: 400% 400%;

-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
-o-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;

@-webkit-keyframes AnimationName {
    0%{background-position:52% 0%}
    50%{background-position:49% 100%}
    100%{background-position:52% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:52% 0%}
    50%{background-position:49% 100%}
    100%{background-position:52% 0%}
}
@-o-keyframes AnimationName {
    0%{background-position:52% 0%}
    50%{background-position:49% 100%}
    100%{background-position:52% 0%}
}
@keyframes AnimationName { 
    0%{background-position:52% 0%}
    50%{background-position:49% 100%}
    100%{background-position:52% 0%}
}