@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes funny-in
{
   0% { transform: rotate(360deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   20% { transform: rotate(0deg) scale(0.5,0.5) ; opacity: 1; transform-origin: 0 100%;  }
   40% { transform: rotate(0deg) scale(0.5,0.5) ; transform-origin: 100% 100%;  }
   60% { transform: rotate(0deg) scale(0.5,0.5) ; transform-origin: 100% 0;  }
   80% { transform-origin: 0 0; transform: rotate(0deg) scale(0.5,0.5) ;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
@keyframes slide-down-in
{
   0% { transform: translate(0px,-100%) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes transform-bounce-in-down
{
   0% { transform: translate(0px,-500%) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { transform: translate(0px,30px) rotate(0deg) ;  }
   80% { transform: translate(0px,-10px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   --color: #000000;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   --color: #000000;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   --color: #000000;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   --color: #000000;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   --color: #000000;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   --color: #000000;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
   --color: #2E74B5;
}
.style1
{
   font-family: Allura;
   font-weight: bold;
   font-size: 85px;
   text-decoration: none;
   color: #A52A2A;
   --color: #A52A2A;
   background-color: transparent;
   text-shadow: 2px 2px 0 rgba(170,116,171,1.00);
   --color: #A52A2A;
}
.style2
{
   font-size: 85px;
   font-style: italic;
   text-decoration: none;
   color: #191970;
   --color: #191970;
   background-color: transparent;
   box-shadow: 5px 4px 4px #800000;
   text-shadow: 3px 2px 1px rgba(0,0,205,1.00);
   --color: #191970;
}
.style3
{
   font-family: Atma;
   font-weight: bold;
   font-size: 53px;
   font-style: italic;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   text-shadow: 3px 3px 6px rgba(0,0,0,1.00);
   --color: #FFFFFF;
}
