@-webkit-keyframes animate-box-shadow
{
   0% { box-shadow: 0px 0px 5px #FF0000;  }
   50% { box-shadow: 0px 0px 6px 6px #FF0000;  }
   100% { box-shadow: 0px 0px 5px #FF0000;  }
}
@-moz-keyframes animate-box-shadow
{
   0% { box-shadow: 0px 0px 5px #FF0000;  }
   50% { box-shadow: 0px 0px 6px 6px #FF0000;  }
   100% { box-shadow: 0px 0px 5px #FF0000;  }
}
@keyframes animate-box-shadow
{
   0% { box-shadow: 0px 0px 5px #FF0000;  }
   50% { box-shadow: 0px 0px 6px 6px #FF0000;  }
   100% { box-shadow: 0px 0px 5px #FF0000;  }
}
a.stylem1
{
   color: #FFD700;
   font-weight: bold;
   text-decoration: none;
}
a.stylem1:visited
{
   color: #FF4500;
   text-decoration: none;
}
a.stylem1:active
{
   color: #FF4500;
   text-decoration: none;
}
a.stylem1:hover
{
   color: #FF4500;
   text-decoration: none;
}
a.style2
{
   color: #0000FF;
   text-decoration: none;
}
a.style2:visited
{
   color: #800080;
   text-decoration: none;
}
a.style2:active
{
   color: #FF0000;
   text-decoration: none;
}
a.style2:hover
{
   color: #0000FF;
   text-decoration: none;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.initially-hidden
{
   text-decoration: none;
   background-color: transparent;
   opacity: 0;
}
.blurred-backdrop
{
   text-decoration: none;
   background-color: rgba(0,0,0,0.50);
   backdrop-filter: blur(10px) ;
   -webkit-backdrop-filter: blur(10px) ;
   padding: 75px 50px 75px 50px;
}
.blurred-backdrop_copy
{
   text-decoration: none;
   background-color: rgba(0,0,0,0.50);
   backdrop-filter: blur(10px) ;
   -webkit-backdrop-filter: blur(10px) ;
   padding: 75px 75px 75px 75px;
   backdrop-filter: blur(10px);
}
.blurred-backdrop_copy_copy
{
   text-decoration: none;
   background-color: rgba(0,0,0,0.50);
   backdrop-filter: blur(25px) brightness(133%) contrast(5%) saturate(24%) sepia(12%) ;
   -webkit-backdrop-filter: blur(25px) brightness(133%) contrast(5%) saturate(24%) sepia(12%) ;
   padding: 5px 5px 5px 5px;
   backdrop-filter: blur(2px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px)
{
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
}
@media only screen and (max-width: 479px)
{
}
