@font-face
{
   font-family: "Aaargh";
   font-display: swap;
   src: url('Aaargh.woff2') format('woff2'),
        url('Aaargh.woff') format('woff'),
        url('Aaargh.ttf') format('truetype'),
        url('Aaargh.svg#') format('svg'),
        url('Aaargh.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Afta sans";
   font-display: swap;
   src: url('AftaSansThin-Regular.woff2') format('woff2'),
        url('AftaSansThin-Regular.woff') format('woff'),
        url('AftaSansThin-Regular.svg#Aftasans') format('svg'),
        url('AftaSansThin-Regular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Hattori Hanzo";
   font-display: swap;
   src: url('HattoriHanzo.woff2') format('woff2'),
        url('HattoriHanzo.woff') format('woff'),
        url('HattoriHanzo.svg#HattoriHanzo-Light') format('svg'),
        url('HattoriHanzo.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Hattori Hanzo";
   font-display: swap;
   src: url('HattoriHanzoItalic.woff2') format('woff2'),
        url('HattoriHanzoItalic.woff') format('woff'),
        url('HattoriHanzoItalic.svg#HattoriHanzo-LightItalic') format('svg'),
        url('HattoriHanzoItalic.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "League Gothic";
   font-display: swap;
   src: url('LeagueGothic-Regular.woff2') format('woff2'),
        url('LeagueGothic-Regular.woff') format('woff'),
        url('LeagueGothic-Regular.ttf') format('truetype');
}
@font-face
{
   font-family: "Amaranth Regular";
   font-display: swap;
   src: url('Amaranth-Regular.woff2') format('woff2'),
        url('Amaranth-Regular.woff') format('woff'),
        url('Amaranth-Regular.svg#Amaranth-Regular') format('svg'),
        url('Amaranth-Regular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Amaranth Bold";
   font-display: swap;
   src: url('Amaranth-Bold.woff2') format('woff2'),
        url('Amaranth-Bold.woff') format('woff'),
        url('Amaranth-Bold.svg#Amaranth-Bold') format('svg'),
        url('Amaranth-Bold.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Amaranth Italic";
   font-display: swap;
   src: url('Amaranth-Italic.woff2') format('woff2'),
        url('Amaranth-Italic.woff') format('woff'),
        url('Amaranth-Italic.svg#Amaranth-Italic') format('svg'),
        url('Amaranth-Italic.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Prociono";
   font-weight: 400;
   font-display: swap;
   src: url('Prociono.woff2') format('woff2'),
        url('Prociono-Regular-webfont.woff') format('woff'),
        url('Prociono-Regular-webfont.ttf') format('truetype'),
        url('Prociono-Regular-webfont.svg#webfontLqDKYAnt') format('svg'),
        url('Prociono-Regular-webfont.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Junction Light";
   font-display: swap;
   src: url('Junction-light.woff2') format('woff2'),
        url('junction-light.woff') format('woff'),
        url('junction-light.ttf') format('truetype'),
        url('junction-light.svg#junctionlight') format('svg'),
        url('junction-light.eot') format('embedded-opentype');
}
@-webkit-keyframes animate-border
{
   0% { border-color: #000000;  }
   100% { border-color: #FF0000;  }
}
@-moz-keyframes animate-border
{
   0% { border-color: #000000;  }
   100% { border-color: #FF0000;  }
}
@keyframes animate-border
{
   0% { border-color: #000000;  }
   100% { border-color: #FF0000;  }
}
@-webkit-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-moz-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-webkit-keyframes animate-fade-in-left
{
   0% { -webkit-transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-moz-keyframes animate-fade-in-left
{
   0% { -moz-transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ; 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;  }
}
@-webkit-keyframes animate-fade-in-right
{
   0% { -webkit-transform: translate(100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-moz-keyframes animate-fade-in-right
{
   0% { -moz-transform: translate(100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { -moz-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;  }
}
@-webkit-keyframes animate-fade-in-up
{
   0% { -webkit-transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-moz-keyframes animate-fade-in-up
{
   0% { -moz-transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-webkit-keyframes text-letterspacing-sides
{
   0% { -webkit-transform: translate3d(0px,0px,400px) rotateX(0deg) ; letter-spacing: 1em; opacity: 0;  }
   50% { opacity: 0.6;  }
   100% { -webkit-transform: translate3d(0px,0px,0px) rotateX(0deg) ; letter-spacing: normalpx; opacity: 1.0;  }
}
@-moz-keyframes text-letterspacing-sides
{
   0% { -moz-transform: translate3d(0px,0px,400px) rotateX(0deg) ; letter-spacing: 1em; opacity: 0;  }
   50% { opacity: 0.6;  }
   100% { -moz-transform: translate3d(0px,0px,0px) rotateX(0deg) ; letter-spacing: normalpx; opacity: 1.0;  }
}
@keyframes text-letterspacing-sides
{
   0% { transform: translate3d(0px,0px,400px) rotateX(0deg) ; letter-spacing: 1em; opacity: 0;  }
   50% { opacity: 0.6;  }
   100% { transform: translate3d(0px,0px,0px) rotateX(0deg) ; letter-spacing: normalpx; opacity: 1.0;  }
}
a.style1
{
   color: #8DA9D6;
   font-weight: bold;
   text-decoration: underline;
}
a.style1:visited
{
   color: #B0C4DE;
   text-decoration: underline;
}
a.style1:active
{
   color: #FA8072;
   text-decoration: underline;
}
a.style1:hover
{
   color: #8DA9D6;
   text-decoration: underline;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   background-color: transparent;
}
