@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('MaterialIcons-Regular.woff2') format('woff2'),
        url('MaterialIcons-Regular.woff') format('woff'),
        url('MaterialIcons-Regular.ttf') format('truetype'),
        url('MaterialIcons-Regular.svg#MaterialIcons-Regular') format('svg'),
        url('MaterialIcons-Regular.eot') format('embedded-opentype');
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in-left
{
   0% { transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-right
{
   0% { transform: translate(100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-rotate-in-left
{
   0% { transform: translate(-1000px,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   100% { transform: translate(0px,0px) rotate(360deg) ;  }
}
@keyframes animate-rotate-in-right
{
   0% { transform: translate(1000px,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   100% { transform: translate(0px,0px) rotate(360deg) ;  }
}
@keyframes heartbeat-1
{
   0% { transform: rotate(0deg) ;  }
   15% { transform: rotate(0deg) scale(1.2,1.2) ;  }
   25% { transform: rotate(0deg) scale(1.1,1.1) ;  }
   35% { transform: rotate(0deg) scale(1.2,1.2) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-rotate
{
   0% { transform: rotate(0deg) ;  }
   100% { transform: rotate(359deg) ;  }
}
@keyframes transform-swing
{
   0% { transform: rotate(0deg) ;  }
   20% { transform-origin: top center; transform: rotate(15deg) ;  }
   40% { transform-origin: top center; transform: rotate(-10deg) ;  }
   60% { transform-origin: top center; transform: rotate(5deg) ;  }
   80% { transform-origin: top center; transform: rotate(-5deg) ;  }
   100% { transform-origin: top center; transform: rotate(0deg) ;  }
}
@keyframes transform-tada
{
   0% { transform: rotate(0deg) ;  }
   10% { transform: rotate(-3deg) scale(0.9,0.9) ;  }
   20% { transform: rotate(-3deg) scale(0.9,0.9) ;  }
   30% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   40% { transform: rotate(-3deg) scale(1.1,1.1) ;  }
   50% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   60% { transform: rotate(-3deg) scale(1.1,1.1) ;  }
   70% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   80% { transform: rotate(-3deg) scale(1.1,1.1) ;  }
   90% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
a.Styl1
{
   color: #0066CC;
   font-weight: bold;
   text-decoration: none;
   transition: all 300ms linear;
}
a.Styl1:visited
{
   color: #800080;
   text-decoration: underline;
}
a.Styl1:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.Styl1:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.Styl2_light_blue_bold
{
   color: #87CEFA;
   font-weight: bold;
   text-decoration: none;
   transition: all 300ms linear;
}
a.Styl2_light_blue_bold:visited
{
   color: #800080;
   text-decoration: underline;
}
a.Styl2_light_blue_bold:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.Styl2_light_blue_bold:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.Styl2_royal_blue_normal
{
   color: #4169E1;
   text-decoration: none;
   transition: all 300ms linear;
}
a.Styl2_royal_blue_normal:visited
{
   color: #800080;
   text-decoration: underline;
}
a.Styl2_royal_blue_normal:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.Styl2_royal_blue_normal:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.Styl2_pink
{
   color: #EC008C;
   text-decoration: none;
   transition: all 300ms linear;
}
a.Styl2_pink:visited
{
   color: #800080;
   text-decoration: underline;
}
a.Styl2_pink:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.Styl2_pink:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.Styl2_royal_blue_bold
{
   color: #4169E1;
   font-weight: bold;
   text-decoration: none;
   transition: all 300ms linear;
}
a.Styl2_royal_blue_bold:visited
{
   color: #800080;
   text-decoration: underline;
}
a.Styl2_royal_blue_bold:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.Styl2_royal_blue_bold:hover
{
   color: #0000FF;
   text-decoration: underline;
}
h1, .h1
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   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;
}
h2, .h2
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   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;
}
h3, .h3
{
   font-family: "Open Sans";
   font-weight: 400;
   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;
}
h4, .h4
{
   font-family: "Open Sans";
   font-weight: 400;
   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;
}
h5, .h5
{
   font-family: "Open Sans";
   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: "Open Sans";
   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;
}
.Bold
{
   font-weight: bold;
   text-decoration: none;
   background-color: transparent;
}
@media only screen and (max-width: 850px)
{
}
@media only screen and (max-width: 768px)
{
}
@media only screen and (max-width: 480px)
{
}
