@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes filter-blur-out
{
   0% { filter: blur(0);  }
   100% { filter: blur(20px);  }
}
@keyframes swap
{
   0% { transform: translate(-700px,0px) rotate(0deg) scale(0,0) ; transform-origin: 0 100%; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) scale(1,1) ; transform-origin: 100% 100%; opacity: 1;  }
}
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;
   display: inline-block;
}
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;
   display: inline-block;
}
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;
   display: inline-block;
}
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;
   display: inline-block;
}
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;
   display: inline-block;
}
h6, .h6
{
   font-family: Tahoma;
   font-weight: bold;
   font-size: 29px;
   text-decoration: none;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-shadow: 2px 2px 1px rgba(0,0,0,1.00);
   display: inline-block;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
.p1
{
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: #C0C0C0;
   --background-color: rgba(192,192,192,1.00);
   background-image: linear-gradient(to top, #C0C0C0 0%, #696969 100%);
   background-clip: text;
   box-shadow: 1px 0 1px #000000;
}
.darktheme .p1
{
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: #C0C0C0;
   --background-color: rgba(192,192,192,1.00);
   background-image: linear-gradient(to top, #C0C0C0 0%, #808080 100%);
   box-shadow: 1px 0 1px #FEFEFE;
}
