@-webkit-keyframes animate-background
{
   0% { background-color: #000000;  }
   100% { background-color: #FFFFFF;  }
}
@-moz-keyframes animate-background
{
   0% { background-color: #000000;  }
   100% { background-color: #FFFFFF;  }
}
@keyframes animate-background
{
   0% { background-color: #000000;  }
   100% { background-color: #FFFFFF;  }
}
a.style1
{
   color: #595959;
   text-decoration: underline;
}
a.style1:visited
{
   color: #800080;
   text-decoration: underline;
}
a.style1:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.style1:hover
{
   color: #0000FF;
   text-decoration: underline;
}
h1, .h1
{
   font-family: "PT Sans";
   font-weight: 400;
   font-weight: 400;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   -webkit-text-shadow: 1px 1px 2px rgba(209,101,101,1.00);
   text-shadow: 1px 1px 2px rgba(209,101,101,1.00);
   display: inline;
}
h2, .h2
{
   font-family: "Ubuntu";
   font-weight: 400;
   font-weight: 700;
   font-size: 20px;
   text-decoration: none;
   color: #595959;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Ubuntu;
   font-weight: 400;
   font-weight: normal;
   font-size: 16px;
   text-decoration: none;
   color: #737373;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: "PT Sans";
   font-weight: 400;
   font-weight: normal;
   font-size: 24px;
   font-style: normal;
   text-decoration: none;
   color: #595959;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: "PT Sans";
   font-weight: 700;
   font-size: 27px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: "PT Sans";
   font-weight: 700;
   font-weight: normal;
   font-size: 16px;
   font-style: italic;
   text-decoration: none;
   color: #737373;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.text-alignment
{
   text-align: center;
   text-decoration: none;
   background-color: transparent;
   padding: 10px 10px 10px 10px;
}
@media only screen and (min-width: 970px) and (max-width: 1239px)
{
.text-alignment
{
   text-align: center;
   text-decoration: none;
   background-color: transparent;
   padding: 10px 10px 10px 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 969px)
{
.text-alignment
{
   text-align: center;
   text-decoration: none;
   background-color: transparent;
   padding: 10px 10px 10px 10px;
}
}
@media only screen and (max-width: 767px)
{
.text-alignment
{
   text-align: left;
   text-decoration: none;
   background-color: transparent;
   padding: 10px 10px 10px 16px;
}
}
