@font-face
{
   font-family: "Baumans";
   font-weight: 400;
   font-weight: 400;
   font-display: swap;
   src: url('Baumans.woff2') format('woff2'),
        url('Baumans.woff') format('woff');
}
@font-face
{
   font-family: "Alata";
   font-weight: 400;
   font-weight: 400;
   font-display: swap;
   src: url('Alata.woff2') format('woff2'),
        url('Alata.woff') format('woff');
}
@font-face
{
   font-family: "Lexend";
   font-weight: 300;
   font-display: swap;
   src: url('Lexend-Light.woff2') format('woff2'),
        url('Lexend-Light.woff') format('woff');
}
@font-face
{
   font-family: "Lexend";
   font-weight: 500;
   font-display: swap;
   src: url('Lexend-Medium.woff2') format('woff2'),
        url('Lexend-Medium.woff') format('woff');
}
@font-face
{
   font-family: "Lexend";
   font-weight: 800;
   font-display: swap;
   src: url('Lexend-ExtraBold.woff2') format('woff2'),
        url('Lexend-ExtraBold.woff') format('woff');
}
@font-face
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-display: swap;
   src: url('Open-Sans.woff2') format('woff2'),
        url('Open-Sans.woff') format('woff');
}
@font-face
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 700;
   font-display: swap;
   src: url('Open-Sans-Bold.woff2') format('woff2'),
        url('Open-Sans-Bold.woff') format('woff');
}
@keyframes animate-border-fade
{
   0% { box-shadow: inset 0 0 0 0px #e1e1e1, 0 0 1px transparent;  }
   100% { box-shadow: inset 0 0 0 4px #FF0000, 0 0 1px transparent;  }
}
@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes filter-hue-rotate
{
   0% { filter: hue-rotate(0deg);  }
   100% { filter: hue-rotate(360deg);  }
}
@keyframes transform-pulse
{
   0% { transform: rotate(0deg) ;  }
   50% { transform: rotate(0deg) scale(1.1,1.1) ;  }
   100% { 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-wiggle
{
   0% { transform: rotate(0deg) skewX(9deg) ;  }
   10% { transform: rotate(0deg) skewX(-8deg) ;  }
   20% { transform: rotate(0deg) skewX(7deg) ;  }
   30% { transform: rotate(0deg) skewX(-6deg) ;  }
   40% { transform: rotate(0deg) skewX(5deg) ;  }
   50% { transform: rotate(0deg) skewX(-4deg) ;  }
   60% { transform: rotate(0deg) skewX(3deg) ;  }
   70% { transform: rotate(0deg) skewX(-2deg) ;  }
   80% { transform: rotate(0deg) skewX(1deg) ;  }
   90% { transform: rotate(0deg) skewX(0deg) ;  }
   100% { transform: rotate(0deg) skewX(0deg) ;  }
}
a.style1
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style1:visited
{
   color: #303D53;
   text-decoration: underline;
}
a.style1:active
{
   color: #303D53;
   text-decoration: underline;
}
a.style1:hover
{
   color: #7F7F7F;
   text-decoration: underline;
}
h1, .h1
{
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 32px;
   text-align: center;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   margin: 5px 5px 5px 5px;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 20px;
   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: "Bookman Old Style";
   font-weight: normal;
   font-size: 20px;
   text-align: left;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}
h4, .h4
{
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   color: #44546A;
   --color: #44546A;
   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;
   --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;
   --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: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
.Bookman
{
   font-family: "Bookman Old Style";
   font-weight: normal;
   font-size: 20px;
   text-align: left;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
}
