@font-face
{
   font-family: "Fira Sans";
   font-display: swap;
   src: url('../Fira-Sans.woff2') format('woff2'),
        url('../Fira-Sans.woff') format('woff');
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes transform-bounch-in
{
   0% { transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
   50% { transform: rotate(0deg) scale(1.05,1.05) ; opacity: 1;  }
   70% { transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
a.emaildark
{
   color: #00FEFE;
   text-decoration: none;
}
a.emaildark:visited
{
   color: #00FEFE;
   text-decoration: none;
}
a.emaildark:active
{
   color: #00FEFE;
   text-decoration: none;
}
a.emaildark:hover
{
   color: #AFEEEE;
   text-decoration: none;
}
a.emailwhite
{
   color: #009ACD;
   text-decoration: none;
}
a.emailwhite:visited
{
   color: #009ACD;
   text-decoration: none;
}
a.emailwhite:active
{
   color: #009ACD;
   text-decoration: none;
}
a.emailwhite:hover
{
   color: #003162;
   text-decoration: none;
}
a.website
{
   color: #87CEEB;
   text-decoration: none;
}
a.website:visited
{
   color: #87CEEB;
   text-decoration: none;
}
a.website:active
{
   color: #87CEEB;
   text-decoration: none;
}
a.website:hover
{
   color: #00BFFF;
   text-decoration: none;
}
a.corallimail
{
   color: #DC143C;
   text-decoration: none;
}
a.corallimail:visited
{
   color: #DC143C;
   text-decoration: none;
}
a.corallimail:active
{
   color: #DC143C;
   text-decoration: none;
}
a.corallimail:hover
{
   color: #FF0000;
   text-decoration: none;
}
a.corallisite
{
   color: #B22222;
   text-decoration: none;
}
a.corallisite:visited
{
   color: #B22222;
   text-decoration: none;
}
a.corallisite:active
{
   color: #B22222;
   text-decoration: none;
}
a.corallisite:hover
{
   color: #DC143C;
   text-decoration: underline;
}
h1, .h1
{
   font-family: "Fira Sans";
   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;
}
h2, .h2
{
   font-family: "Fira Sans";
   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;
}
h3, .h3
{
   font-family: "Fira Sans";
   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;
}
h4, .h4
{
   font-family: "Fira Sans";
   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;
}
h5, .h5
{
   font-family: "Fira Sans";
   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;
}
h6, .h6
{
   font-family: "Fira Sans";
   font-weight: bold;
   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;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
}
@media only screen and (max-width: 767px)
{
}
