@keyframes transform-wobble
{
   0% { transform: rotate(0deg) ;  }
   15% { transform: translate(-25%,0px) rotate(-5deg) ;  }
   30% { transform: translate(20%,0px) rotate(3deg) ;  }
   45% { transform: translate(-15%,0px) rotate(-3deg) ;  }
   60% { transform: translate(10%,0px) rotate(2deg) ;  }
   75% { transform: translate(-5%,0px) rotate(-1deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
a.style1
{
   color: #4F4F4F;
   font-weight: bold;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.style1::after
{
   background: transparent;
   content: "•";
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
   color: transparent;
   text-shadow: 0 0 transparent;
   font-size: 1.2em;
   transform: translateX(-50%);
   margin-top: 2px;
   transition: all 300ms linear;
}
a.style1:hover::after
{
   color: #4F4F4F;
   text-shadow: 10px 0 #4F4F4F, -10px 0 #4F4F4F;
}
a.style1:visited
{
   color: #4F4F4F;
   font-weight: bold;
   text-decoration: none;
}
a.style1:active
{
   color: #4F4F4F;
   font-weight: bold;
   text-decoration: none;
}
a.style1:hover
{
   color: #4F4F4F;
   font-weight: bold;
   text-decoration: none;
}
a.RED
{
   color: #FF0000;
   text-decoration: underline;
}
a.RED:visited
{
   color: #FF0000;
   text-decoration: underline;
}
a.RED:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.RED:hover
{
   color: #FF0000;
   text-decoration: underline;
}
h1, .h1
{
   font-family: Allerta;
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-size: 24px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}
h2, .h2
{
   font-family: Aldrich;
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-size: 21px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}
h3, .h3
{
   font-family: Allerta;
   font-weight: 400;
   font-weight: 400;
   font-size: 19px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}
h4, .h4
{
   font-family: Allerta;
   font-weight: 400;
   font-weight: 400;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}
h5, .h5
{
   font-family: Allerta;
   font-weight: 400;
   font-weight: 400;
   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;
}
h6, .h6
{
   font-family: Allerta;
   font-weight: 400;
   font-weight: 400;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000080;
   --color: #000080;
   background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 1249px)
{
}
@media only screen and (max-width: 767px)
{
}
