@font-face
{
   font-family: "Fjalla One";
   font-weight: 400;
   font-display: swap;
   src: url('../fonts/Fjalla-One.woff2') format('woff2'),
        url('../fonts/Fjalla-One.woff') format('woff');
}
@font-face
{
   font-family: "Orbitron";
   font-weight: 400;
   font-display: swap;
   src: url('../fonts/Orbitron.woff2') format('woff2'),
        url('../fonts/Orbitron.woff') format('woff');
}
@font-face
{
   font-family: "Orbitron";
   font-weight: 400;
   font-weight: 500;
   font-display: swap;
   src: url('../fonts/Orbitron-Medium.woff2') format('woff2'),
        url('../fonts/Orbitron-Medium.woff') format('woff');
}
@font-face
{
   font-family: "Orbitron";
   font-weight: 700;
   font-display: swap;
   src: url('../fonts/Orbitron-Bold.woff2') format('woff2'),
        url('../fonts/Orbitron-Bold.woff') format('woff');
}
@font-face
{
   font-family: "Orbitron Heavy";
   font-display: swap;
   src: url('../fonts/Orbitron-Heavy.woff2') format('woff2'),
        url('../fonts/Orbitron-Heavy.woff') format('woff');
}
@font-face
{
   font-family: "Roboto Flex";
   font-display: swap;
   font-weight: 100 1000;
   font-stretch: 25% 151%;
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
   src: url('../fonts/Roboto-Flex-subset0.woff2') format('woff2');
}
@font-face
{
   font-family: "Open Sans";
   font-weight: 400;
   font-display: swap;
   src: url('../fonts/Open-Sans.woff2') format('woff2'),
        url('../fonts/Open-Sans.woff') format('woff');
}
@font-face
{
   font-family: "Open Sans";
   font-weight: 700;
   font-display: swap;
   src: url('../fonts/Open-Sans-Bold.woff2') format('woff2'),
        url('../fonts/Open-Sans-Bold.woff') format('woff');
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes slide-left-in
{
   0% { transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes animate-fade-in-copy
{
   0% { opacity: 0;  }
   100% { opacity: 0.9;  }
}
h1, .h1
{
   font-family: Arial;
   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-block;
}
h2, .h2
{
   font-family: Arial;
   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-block;
}
h3, .h3
{
   font-family: Arial;
   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-block;
}
h4, .h4
{
   font-family: Arial;
   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-block;
}
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-block;
}
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-block;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
@media only screen
{
}
