@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes transform-3d-flip-in-x
{
   0% { transform: perspective(400px) rotateX(90deg) ;  }
   40% { transform: perspective(400px) rotateX(-10deg) ;  }
   70% { transform: perspective(400px) rotateX(10deg) ;  }
   100% { opacity: 1; transform: perspective(400px) rotateX(0deg) ;  }
}
@keyframes transform-scale-in
{
   0% { opacity: 0; transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-shiver
{
   0% { transform: rotate(0deg) ;  }
   25% { transform: translate(-5px,0px) rotate(0deg) ;  }
   75% { transform: translate(5px,0px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes transform-spring
{
   0% { transform: rotate(0deg) ;  }
   30% { transform: rotate(0deg) scale(1.0,0.5) ;  }
   40% { transform: rotate(0deg) scale(1.0,1.5) ;  }
   50% { transform: rotate(0deg) scale(1.0,0.7) ;  }
   61% { transform: rotate(0deg) scale(1.0,1.4) ;  }
   72% { transform: rotate(0deg) scale(1.0,0.8) ;  }
   83% { transform: rotate(0deg) scale(1.0,1.2) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes vanish-in
{
   0% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
a.style1
{
   color: #E797BD;
   font-weight: bold;
   font-style: italic;
   text-decoration: underline;
   transition: all 300ms linear;
}
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: Roboto;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #26D9C4;
   --color: #26D9C4;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h2, .h2
{
   font-family: Roboto;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #26D9C4;
   --color: #26D9C4;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h3, .h3
{
   font-family: Roboto;
   font-weight: bold;
   font-size: 21px;
   text-decoration: none;
   color: #26D9C4;
   --color: #26D9C4;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h4, .h4
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: normal;
   font-size: 19px;
   font-style: normal;
   text-decoration: none;
   color: #EDEDED;
   --color: #EDEDED;
   background-color: transparent;
   border: 1px solid transparent;
   --border-color: #EDEDED;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
.darktheme h4, .darktheme .h4
{
   color: #EDEDED;
   --color: #EDEDED;
   border: 1px solid transparent;
   --border-color: #EDEDED;
}
h5, .h5
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: normal;
   font-size: 19px;
   text-decoration: none;
   color: #EDEDED;
   --color: #EDEDED;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h6, .h6
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: normal;
   font-size: 16px;
   text-decoration: none;
   color: #A0A0A0;
   --color: #A0A0A0;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
.CustomStyle
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-size: 16px;
   text-decoration: none;
   color: #A0A0A0;
   --color: #A0A0A0;
   background-color: transparent;
}
.CustomStyle_copy_1
{
   font-family: Roboto;
   font-weight: bold;
   font-size: 21px;
   text-decoration: none;
   color: #26D9C4;
   --color: #26D9C4;
   background-color: transparent;
}
.Cnopca
{
   font-family: Roboto;
   font-weight: bold;
   font-size: 19px;
   font-style: italic;
   letter-spacing: 1px;
   text-decoration: none;
   color: #FF0000;
   --color: #FF0000;
   background-color: #26D9C4;
   --background-color: rgba(38,217,196,1.00);
   border-radius: 1px;
}
.darktheme .Cnopca
{
   background-color: #26D9C4;
   --background-color: rgba(38,217,196,1.00);
}
.Cnopca_2
{
   font-family: Roboto;
   font-weight: bold;
   font-size: 19px;
   font-style: normal;
   letter-spacing: 1px;
   line-height: 0.03px;
   text-decoration: none;
   color: #FF0000;
   --color: #FF0000;
   background-color: #26D9C4;
   --background-color: rgba(38,217,196,1.00);
   border: 2px solid transparent;
   --border-color: #FF0000;
   border-radius: 1px;
}
.darktheme .Cnopca_2
{
   background-color: #26D9C4;
   --background-color: rgba(38,217,196,1.00);
}
